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
If a loaded module fails to unload during a module purge due to a break statement, this unload failure is not reported. It may confuse users as no module should be found loaded after a module purge.
The text was updated successfully, but these errors were encountered:
I think handling the result of a “break” statement still does not remove the element of surprise for a user.
The concept of surviving “purge” or “unload” looks rather like such modules being sticky. Such an attribute needs to be flagged in “module list” output, ideally including when “—terse” is active (for parsing). Come to think about it, I’d say such an attribute might be set-able by a declaration, not a code snippet.
If a loaded module fails to unload during a
module purge
due to abreak
statement, this unload failure is not reported. It may confuse users as no module should be found loaded after amodule purge
.The text was updated successfully, but these errors were encountered: