When PackageManager
is loaded, could LoadPackage
give useful tips on failure?
#69
Labels
discussion
Not exactly an issue to be resolved, but a discussion about the future of the package
This is just a vague idea. Suppose that
LoadPackage("new");
fails. If appropriate,LoadPackage
could mention things such as...PackageManager
knows about the packagenew
, but no version ofnew
seems to be installed, it could offer to installnew
.new
is present but not compiled, it could offer to compile the package.I'm not sure about the feasibility of any of this! Just thought I'd record my ideas here.
The text was updated successfully, but these errors were encountered: