-
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
Include stabilization tracking issue #1735
Comments
It would be good if the final syntax had some room for concisely adding options for configuring details about import. E.g. you might want to use something like Alternatively, if there's no reason to stick with the |
If we do |
There's this tracking issue: #929 for concerns with a full-fledged module system. It occurs to me that it would be good to decide if includes should grow as a feature to encompass everything that users might want out of a As an example of what other projects do, the typst typesetting language project, which I've contributed to a little bit, has a distinction between |
I was thinking that we would use the Rust syntax:
|
I just merged #1771 to stabilize |
I decided that it would take a while to figure out the behavior of |
!include
s are unstable. I think they are widely used, and are now much less hacky now that #1618 has been merged, so I want to try to stabilize them.Things we should do before stabilizing:
import "PATH"
, with no!
and a string for the path.--fmt
behavior. Since--fmt
is unstable, we can make breaking changes to it later, but it would be nice not to. We should probably change--fmt
to formatting/checking all justfiles, since we have a map of paths to source files.The text was updated successfully, but these errors were encountered: