-
Notifications
You must be signed in to change notification settings - Fork 40
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
dotable _ weirdness #60
Comments
I have a similar issue. I use Macro-expanding, I don't see code dealing with I looked at the source code, and something like that should happen. If I have time, I will try to trace the issue. No promises. Note that I have raised a related issue that was closed as resolved. Right now I am drawing a blank on what I could be doing wrong again. Let me think a bit about this. |
I can reproduce a similar issue on version (let ((rez ()))
(dotable (k _ #h(1 :foo 2 :bar) rez)
(when (oddp k)
(push _ rez)))) Notice that the issue would not happen if |
Ah, actually, this is a non-issue. The symbol That means if you write I suggest to close this issue. |
I haven't looked at the expanded code yet, but when I try to load hash-set.lisp I get warnings of the following sort:
This suggests that the scope of _ is somehow wrong.
The text was updated successfully, but these errors were encountered: