Try resolve
before removing manifest when instantiating fails
#3071
Labels
resolve
before removing manifest when instantiating fails
#3071
Whenever Pluto cannot instantiate the env, it removes the manifest completely:
I believe the most common scenario when it happens is a Julia version update (like in this example).
This automatic behavior is much more destructive compared to the Julia REPL suggestion of running
]resolve
. Removing manifest leads to up/downgrading of all dependencies, basically whatever the Pkg resolver wants to do from scratch.Can Pluto at least try
]resolve
first to keep the manifest as long as possible?And potentially – ask the user for an explicit confirmation before performing the destructive action of dropping the manifest...
The text was updated successfully, but these errors were encountered: