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

conform to spec on nrepl's info op on :file and :column values #1068

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

ikappaki
Copy link
Contributor

Hi,

could you please review patch to align the nrepl server's info op with the cider-nrepl spec. It fixes #1066.

According to the spec, the :file return value should be a URI when it refers to an absolute path. It also specifies :column as a return key, which was previously missing.

cider-nrepl info spec: https://docs.cider.mx/cider-nrepl/nrepl-api/ops.html#info

The nrepl-server's info test has been updated accordingly.

Thanks

@chrisrink10 chrisrink10 merged commit 30842eb into basilisp-lang:main Sep 21, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nrepl server: Moving to a symbol definition in VS Code Calva does not always work on MS-Windows
2 participants