-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Document Manifest.toml / Project.toml properly #805
Comments
CC @sebasguts |
Yes, should definitely be documented. Some breadcrumbs;
Also note that |
Are you manually updating your |
Sometimes, yes. |
Well, let's put it like this then
|
Just wanted to bump this - current state of Pkg(3) is a bit confusing to non-experts like me. All the bits and pieces seem to be out there but just putting together a PR for a package on GitHub after properly testing locally in Atom/Juno is quite non-trivial at the moment. I'd greatly appreciate a consitent documentation for the entire workflow! |
I get a not found error on this link. |
I manually changed my
Update: just found out about #480. |
See #876. Should be fixed in the next Julia release. |
In #1033 and BasicSandbox it sounds like you are heading towards a |
Yes, this is in fact already implemented on Pkg master (#989) but not documented yet (#1031). See #1008 and specifically #1008 (comment) and below for some more discussion)
The test env will be
Yes, although the old setup will also work. |
#1059, see https://julialang.github.io/Pkg.jl/dev/toml-files/ for the result. |
Can you change the link regarding |
@fredrikekre would be nice if you can change the link of your previous comment so that others can find it easier |
We tried to figure out what constitutes valid entries for
Project.toml
andManifest.toml
, and what not, and what they are supposed to mean. The existing documentation says little about this. Based on examples and looking at the code, it seems the following keys might be valid (though their exact meaning and allowed / expected content is not clear in all cases).In
Project.toml
:In
Manifest.toml
entries also (but perhaps also allowed inProject.toml
):The text was updated successfully, but these errors were encountered: