-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add development tools recommendation in opam file (variable) and cli #5016
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks!! ❤️
No, it's not yet good, i set it in a commit, but not in the PR message itself, it's definitively a wip, i just made a sed ftm. |
How does this interact with the previous behaviour ? E.g. are |
It doesn't replace |
From discussions last December, we proposed |
Updated! |
I guess I'm a bit late to the party but I think (Personally I'm not entirely convinced by the actual need for the initial request, I'm not sure what's wrong with tagging these dependencies with |
In fact I think |
At the moment it's not finished, it needs a proper look at the modification (it's just seddish adds)fix #4959
@rjbou edit:
All clear! Renamed to
with-tools
: available in cliopam install pkg --with-tools
and in opam files as a variabledepends: "foo" {with-tools}
. Have the same behaviour thanwith-test
andwith-doc
.