-
Notifications
You must be signed in to change notification settings - Fork 499
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
Show submodule recipes in --choose #2110
Comments
Reproduced this on both windows and ubuntu using: https://github.com/foresterre/sic/blob/960375b1fd37960e8cc8d4a22b1fa1ecbde32a25/justfile#L17 In this repo (branch 'avif-decoder', see commit hash above), I call just from the root of the repo with and on windows: #929 (comment) (see earlier) comment Top level justfile from sic project above for reference sic top level justfile
Haven't tried latest version from git yet; I used (ubuntu, installed via cargo install just):
|
Installed latest release on ubuntu with However, it does appear that the chooser has a different issue, namely, showing the recipe content: This is the case for all recipes which are from the modules. I can select and run them via the chooser just fine, despite it stating that the recipe is unknown. Do you want a new issue on github for this (so the reference to the issue from which this one was split stays intact) ? |
For completeness sake, and since I was installing just from source anyways and this was hardly any extra effort, I also tested this last one also with the latest git 77a6e02, where this last issue is still present: i.e. |
Nice, glad it works! I just merged #2111, which makes |
This is still broken. Recipes are printed out with space-separated paths, but passed as a single argument to the |
Fixed, hopefully this time for good, in #2141. |
From this comment
@foresterre reports that submodule recipes aren't appearing in
--choose
I wasn't actually able to reproduce this. Doing this:
Showed
foo::bar
in my chooser.The text was updated successfully, but these errors were encountered: