-
Notifications
You must be signed in to change notification settings - Fork 128
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
Minor: Integration into conda environment #1119
Comments
If you wish to be added to the list of maintainer, please submit an issue: |
thanks for reporting. my guess its related to #1112 by @SamuelMarks |
Yes I'll take a look at the Update 0: it breaks here https://github.com/sagiegurari/cliparser/blob/e8f2bfb/src/parser.rs#L169 Might need to send that project of yours a PR Update 1: Sent through this simple change, tell me if it resolves your issue @MementoRC sagiegurari/cliparser#3 Update 2: Actually @MementoRC now that my #1120 is merged everything might work, try pointing to Update 3: Hmmm $ makers --version
cargo-make 0.37.14
$ cargo make --version
cargo-make 0.37.14
$ cargo-make --version
`cliparser::types::ParserError` error. InvalidCommandLine("Command does not match spec, command line: [\"cargo-make\", \"--version\"]")
exit code 731 |
Thanks for the updates. conda-forge recipe builds on top of official releases or tags and we allowed the latest version to go live based upon your initial response. We will revisit at the next release |
@MementoRC sorry didn't have a computer available for a while. going back to this it seems odd it ever worked for you. probably some bug. there are 3 ways to run cargo make
its strange it worked differently. 2 and 3 are for cargo integration so its always a sub command while the first is standalone so it doesn't need the 'extra' make sub command. can you change the test to: cargo-make make -h instead? |
Ok, I will try it with the new release |
All good. Released. Thank you |
Describe The Bug
We have a conda-forge recipe for
cargo-make
: https://github.com/conda-forge/cargo-make-feedstockThe latest update broke one of the simplistic tests we performed on the built package:
cargo-make --help
(makers --help sitll works) for every releases. For now we have commentted out the test to continue provide the up-to-date package. It would be great if you could confirm that the behavior is discontinued, or could suggest a simple test to validate the correct behavior of cargo-make within the conda environmentTo Reproduce
cargo-make --help
Error Stack
The text was updated successfully, but these errors were encountered: