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
In my context, the debug library is not available, and some methods of other standard libraries aren't either.
I would expect to be able to redefine it by having global debug: nil etc in my declaration files, but I get errors such as global was previously declared as <const>: debug
Is there an intended way to do this?
The text was updated successfully, but these errors were encountered:
For the time being, unfortunately if you really need to use a customized definition of standard library tables, you'll have to redefine the whole thing.
@uramer That last statement was incorrect, sorry. I fixed that comment and I'm closing this issue as a duplicate, while keeping the other one open for tracking the feature request.
In my context, the
debug
library is not available, and some methods of other standard libraries aren't either.I would expect to be able to redefine it by having
global debug: nil
etc in my declaration files, but I get errors such asglobal was previously declared as <const>: debug
Is there an intended way to do this?
The text was updated successfully, but these errors were encountered: