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
This would provide the equivalent of "clear all" in an acceptable way. Currently magic is required to create and "get inside" the Main module, so we need some kind of interface for this.
The text was updated successfully, but these errors were encountered:
make the Core.Main binding non-constant, so uses of "Main" in general
refer to the *current* Main. Doing "import Main" will give you a
constant reference to the Main at that time.
fixes#5802
related to #1195
This would provide the equivalent of "clear all" in an acceptable way. Currently magic is required to create and "get inside" the Main module, so we need some kind of interface for this.
The text was updated successfully, but these errors were encountered: