-
Notifications
You must be signed in to change notification settings - Fork 177
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
CLI - Remove deprecated use of the --project-path
flag
#915
Conversation
(do not merge until we're ready to make this breaking change!) |
…ter' into bfops/remove-project-flag
--project-path
flag
…ter' into bfops/remove-project-flag
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.
Seems fine. Do we no longer allow you to specify the project for the wasm and just require you point directly to the wasm binary?
I'm not 100% sure what you're asking so I hope this is clear: we never allowed users to specify both. Previously, |
Fix CLI jankily Remove dead comment Implement name generation policy change (private #915 WIP) Update bindings and cli to handle new name format Clippy my nemesis Finish updating csharp module bindings And fix names WIP Placate csharpier Final fixes Fix schema doctests
Fix CLI jankily Remove dead comment Implement name generation policy change (private #915 WIP) Update bindings and cli to handle new name format Clippy my nemesis Finish updating csharp module bindings And fix names WIP Placate csharpier Final fixes Fix schema doctests
Fix CLI jankily Remove dead comment Implement name generation policy change (private #915 WIP) Update bindings and cli to handle new name format Clippy my nemesis Finish updating csharp module bindings And fix names WIP Placate csharpier Final fixes Fix schema doctests
Fix CLI jankily Remove dead comment Implement name generation policy change (private #915 WIP) Update bindings and cli to handle new name format Clippy my nemesis Finish updating csharp module bindings And fix names WIP Placate csharpier Final fixes Fix schema doctests Ah, C# is seeing the autogenerated names despite being on v8 still Add test WIP Previous c# fix could not work due to v8. This one can work until the upgrade Format
Fix CLI jankily Remove dead comment Implement name generation policy change (private #915 WIP) Update bindings and cli to handle new name format Clippy my nemesis Finish updating csharp module bindings And fix names WIP Placate csharpier Final fixes Fix schema doctests Ah, C# is seeing the autogenerated names despite being on v8 still Add test WIP Previous c# fix could not work due to v8. This one can work until the upgrade Format
Fix CLI jankily Remove dead comment Implement name generation policy change (private #915 WIP) Update bindings and cli to handle new name format Clippy my nemesis Finish updating csharp module bindings And fix names WIP Placate csharpier Final fixes Fix schema doctests Ah, C# is seeing the autogenerated names despite being on v8 still Add test WIP Previous c# fix could not work due to v8. This one can work until the upgrade Format
Description of Changes
Remove the deprecated use of
--project-path
to provide a wasm file.API and ABI breaking changes
Yes, this breaks the CLI API.
Expected complexity level and risk
1