-
Notifications
You must be signed in to change notification settings - Fork 38
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
No completion for locals when hashset literal is used within short lambda syntax #118
Labels
Comments
alexander-yakushev
added a commit
that referenced
this issue
Mar 7, 2024
Pushed the fix for this in |
Sure! Looks like the changelog needs a tweak btw (0.5.2 not visible) |
I can confirm that the issue is fixed in the latest CIDER, @rrudakov please check. |
Oleksandr Yakushev ***@***.***> writes:
I can confirm that the issue is fixed in the latest CIDER, @rrudakov
please check.
Yes, the problem is fixed. Thanks a lot! The issue can be closed.
--
Best regards, Roman
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Assume the following code:
I expect
my-var
to be among completion candidates, but there are no candidates.If I remove
(remove #(some #{(:value %)} exclude-values))
everything works fine, so I guess this part causes the problem.Relevant nREPL logs
The text was updated successfully, but these errors were encountered: