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
When we try to run lein check or lein doc it raises a bunch of exceptions, because the instruction files modify global state and the problem files actually try to run the problems, when they are loaded.
To fix this, it might make sense to eliminate global state and remove side effects from loading files.
The text was updated successfully, but these errors were encountered:
When we try to run
lein check
orlein doc
it raises a bunch of exceptions, because the instruction files modify global state and the problem files actually try to run the problems, when they are loaded.To fix this, it might make sense to eliminate global state and remove side effects from loading files.
The text was updated successfully, but these errors were encountered: