You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graveyard becomes an implicit dependency for nimble projects
a warning (that can be turned off) is shown when something in graveyard is used
motivation
this PR Move four modules to graveyard #10248 broke some projects (eg `nimongo + others that depend on it, see also Move four modules to graveyard #10248 (comment)); with this proposal, nothing would break, but a warning would be emitted when you start depending on modules that were moved to graveyard so you are reminded to use a better alternative
this would make it easier to seamlessly evolve/cleanup stdlib without breaking "the world"
alternative
require users to call:
nimble install foo
for a pkg foo that was moved to graveyard
The text was updated successfully, but these errors were encountered:
timotheecour
changed the title
[WIP] make graveyard an implicit dependency for nimble projects, to avoid breakages
make graveyard an implicit dependency for nimble projects, to avoid breakages
Jan 11, 2019
graveyard shouldn't be an implicit dependency, I want to see what I depend on in my nimble files and people should take an explicit decision if they want to continue using those modules
proposal
motivation
alternative
require users to call:
for a pkg
foo
that was moved to graveyardThe text was updated successfully, but these errors were encountered: