Skip to content
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

Calva can't seem to parse a ns form with metadata after 2.0.376 #2266

Closed
djblue opened this issue Jul 30, 2023 · 0 comments
Closed

Calva can't seem to parse a ns form with metadata after 2.0.376 #2266

djblue opened this issue Jul 30, 2023 · 0 comments
Labels
bug Something isn't working parsing regression Regression error

Comments

@djblue
Copy link
Contributor

djblue commented Jul 30, 2023

A symptom of the issue is when evaluating code with the following ns form (ns ^:no-doc example), the code is evaluated in the user namespace instead of the example ns. djblue@ca8cf2f is a new unit test to reproduce the issue. I tried updating the ns-form.ts file to see if I could fix the issue, but didn't have any luck figuring out why the nsCheckCursor.forwardSexp(true, true, true) call wasn't skipping the metadata form.

@PEZ PEZ added bug Something isn't working parsing regression Regression error labels Jul 30, 2023
@PEZ PEZ mentioned this issue Jul 30, 2023
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parsing regression Regression error
Projects
None yet
Development

No branches or pull requests

2 participants