-
Notifications
You must be signed in to change notification settings - Fork 27
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
Project.toml #46
Comments
Well, it doesn't have one... I looked into adding one beginning of this year, but didn't see big advantages from my point of view. What would be the benefits of having the new toml files in your opinion? |
It is not so much advantages, but more the fact that I'm pretty sure (although not certain) that you will need a Project.toml file at some point. Currently To be honest, I'm surprised this hasn't caused a problem for |
I have been using and developing the package without a manifest without problems, both with julia v1.0 and v1.1. Let me see if I can reproduce your findings. |
Sounds good. In the meantime, I might post a clarifying question about this to Discourse for my own edification. If the intention really is for all packages to migrate from REQUIRE to Project.toml it would probably be a good idea to have this stated in a Discourse thread by a core dev. |
Discourse question here. I'll be interested to see what the response is, since I've done some wider reading on this now, and some of the posts about the future of this stuff seem quite contradictory. In the short term though, my reading agrees with your experience, i.e. I should have been able to alter the dependencies for Bootstrap with just a REQUIRE file without any problems. I'll look at it again this week. Please don't waste too much of your own time in the meantime :-) |
NOTE: Project.toml files work nicely with a Pkg3 environment based workflow. For example, running |
OK, very clear answer from Stefan on the linked Discourse thread. REQUIRE is being retired soon, so |
@colintbowers Alright, thanks for getting some clarification on that issue. If you already have |
No probs, I'll get it done tonight, or at the latest tomorrow night (Australia time). |
Closed with #48. |
Hi all,
Is it my imagination or is Bootstrap.jl missing a Project.toml and Manifest.toml? I'm currently working on wrapping routines from DependentBootstrap.jl using the Bootstrap.jl API and can easily add a Project.toml and Manifest.toml at the same time as part of the (eventual) pull request...
Cheers,
Colin
The text was updated successfully, but these errors were encountered: