Skip to content
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

docs: add manifest field documentation to Project.toml guide in Pkg.jl manual #3694

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sjkelly
Copy link
Contributor

@sjkelly sjkelly commented Nov 10, 2023

This should be mentioned here.
Added in: #3579

….jl manual

This should be mentioned here.
Added in: JuliaLang#3579

This specified `Manifest.toml` does not need to be a subset of the project's own manifest.
The project inherits any version constraints or package specifications from the referenced manifest and is integrated into the dependency resolution process.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a compat note I think. I hope this is accurate:

Suggested change
!!! compat "Julia 1.11"
This feature requires at least Julia 1.11. On earlier Julia version, the `manifest` entry in the `Project.toml` file gets ignored.

manifest = "../Manifest.toml"
```

This specified `Manifest.toml` does not need to be a subset of the project's own manifest.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the wording "subset" here is unclear.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'm not sure this is correct behavior. I'm somewhat exercising Cunningham's law here to get critique on what is expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants