Conversation
Add LSP protocol definitions for the "textDocument/references" request. Written by Claude
Replace the CASContainer-based lock-free pattern with a simpler ReentrantLock approach for LS_ANALYZER_CACHE. This makes the code more straightforward while maintaining thread safety.
* Use `jetls.bat` instead of `jetls.exe` * Use shell to spawn jetls.bat on Windows
Only use shell: true when spawning .bat files on Windows. This avoids unnecessary shell execution when users configure a direct .exe path, reducing potential security surface.
This adds the configuration for yegappan/lsp, which is on the way of becoming the official Vim LSP client.
Create redirect index.html files for each directory under /release/ so that short URLs like /launching/#init-options redirect to /release/launching/#init-options with fragment preservation.
Co-authored-by: Claude <noreply@anthropic.com>
Clarify the distinction between module_info (used for module context resolution) and location_info (used for range adjustment).
Add remove_macrocalls to global_document_highlights! to avoid line-level provenance degradation from macro expansion. Also expand the remove_macrocalls docstring to explain the underlying issue with JuliaLowering's macro expansion and the trade-off involved.
Add `textDocument/references` support for bindings. Both local and global bindings are supported, although the support for the later is currently limited.
Add documentation for running JETLS directly from a local checkout using `julia -m JETLS`. This is useful for developers and advanced users who want to test changes or use the master branch without installing the `jetls` executable. Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR releases version
2025-12-12.Checklist
release / Test JETLS.jl with release environmentrelease / Test jetls executable with release environmentPost-merge
releases/2025-12-12branch can be deleted after merging