-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yakerize #4
Yakerize #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generally lgtm + a couple of questions
readme_path: str = None, | ||
license_path: str = None, | ||
version: str = None, | ||
target_rhino: str = "rh8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we use rh#
or #.0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point.. package manager allows minor version as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added support for minor version!
# not using `ctx.run()` here to get properly formatted output (unicode+colors) | ||
os.system(f"{yak_exe_path} build --platform any") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does chdir
have any effect if we don't use ctx.run()
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmh it appears so yea. yak packs the current directory. but wouldn't it though? chdir
also just uses os
👯 🚀 |
Part of compas-dev/compas#1351.
Added task
yakerize
allowing the packaging of COMPAS packages as Grasshopper packages using YAK.This PR replaces compas-dev/compas-actions.ghpython_components#17 (might be used by the action in the future).
What type of change is this?
Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.CHANGELOG.md
file in theUnreleased
section under the most fitting heading (e.g.Added
,Changed
,Removed
).invoke test
).invoke lint
).compas.datastructures.Mesh
.