-
Notifications
You must be signed in to change notification settings - Fork 503
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
Subscribe to this issue to get requests for user feedback! #1202
Comments
First request: Check out #1201 for a proposal for a backwards-compatible way of introducing otherwise breaking changes. Tell me what you think. Is this a good idea? Is there a better way to do it? Are there any pitfalls I haven't thought of? Will it be super annoying if people have to put |
Second request: Initially, |
Third request: A proposal for a new recipe type, which solves a number of issues and inconsistencies, and could be made the default recipe type in a future edition. |
Fourth request! Just now has modules and imports. Imports load a source file and include all items in the source file in the current justfile. If a import 'foo.just' And foo:
@echo FOO Then running Modules create independent submodules, whose recipes can be invoked as subcommands: If a mod foo And bar:
@echo BAR Then running Imports are stable, but modules are currently unstable, so you'll need the Modules are a big feature, so I'm hoping to get plenty of testing and feedback before stabilizing them. Try them out and let me know what you think! You can see planned features and leave feedback in #929. |
I want to give a final call for testing and feedback for the modules feature. All bugs I know of have been fixed, and I added a I think it's pretty much ready to go, and I'll try to stabilize them in a month, assuming nothing goes wrong. Check out the tracking issue to leave your comments! Also, while I have your attention, we just released 1.27.0, which has a ton of new features and functions, so check that out too! |
Please subscribe to this issue if you'd like to receive notifications for requests for user feedback.
Situations often arise in which user feedback would be very helpful. Some examples are:
If you're interested in helping out, subscribe to this issue! This issue is locked, so the only notifications that you'll get will be requests for help from me. I'll always link to another issue, and keep commentary out of this thread, so it should be focused.
The text was updated successfully, but these errors were encountered: