We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b190ace commit a816bf9Copy full SHA for a816bf9
M2/Macaulay2/m2/packages.m2
@@ -168,6 +168,8 @@ loadPackage String := opts -> pkgname -> (
168
if opts.Reload === true then (
169
dismiss pkgname;
170
if isPackageLoaded pkgname then (
171
+ printerr("warning: reloading ", pkgname,
172
+ "; recreate instances of types from this package");
173
closePackage value PackageDictionary#pkgname;
174
-- clear out the value of the symbol
175
PackageDictionary#pkgname <- PackageDictionary#pkgname));
0 commit comments