-
Notifications
You must be signed in to change notification settings - Fork 104
add Project flag to julia engine #158
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
Conversation
The current system has no support for conditionally adding flags. One option would be to drop support for Julia <0.7. Another option would be to run Do you have any sense of how often |
I think that flag is very useful since I don't have to have every package of all documents in the global environment. It also makes collaboration easier. |
I think dropping support for anything pre 1.0 at this point is acceptable. |
Agreed. Much easier to just drop pre 1.0. It isn't really supported anymore. |
@gpoore Since we are currently at Julia 1.4 with 1.5 on the way and the LTS version is 1.0.x, this would help with making good use of environments |
@gpoore Is it possible to get a new release tagged? We need this flag over at sisl/tufte_algorithms_book#24. |
Great! Thanks! |
@gpoore any update on when there will be a new release? |
@crstnbr Thanks for the reminder. I just released v0.18. It will probably be a few days before CTAN is updated and it's available through TeX package managers. |
this would need to be disabled for julia versions below
0.7
. How could I do this?Addresses #157.