-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(debug-repl)
will fail if immutable top-level variable is shadowed by a local variable
#7
Comments
This is an interesting failure. Do you have any idea if I can create a namespace with a shadowed version? |
I don't know of one. I tried to make one so that Maybe the REPL could use a custom |
Oh! Ok, I'll try that this afternoon. |
Wait, how do I add a |
I would have a separate module that's something like:
then use This still isn't great because it can't fall back to the modules |
Fixed by 11ce8f0 |
In:
Running
(f 10)
results in:The text was updated successfully, but these errors were encountered: