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

v0.0.4 #19

Merged
merged 15 commits into from
Jan 27, 2024
Merged

v0.0.4 #19

merged 15 commits into from
Jan 27, 2024

Conversation

CFiggers
Copy link
Owner

@CFiggers CFiggers commented Jan 27, 2024

  • Project
    • We now install janet-lsp as a binscript instead of building an executable at all
  • Formatting
    • Tweak to vendored copy of spork/fmt
  • Diagnostics
    • eval-buffer now starts with a clean environment on every evaluation (resolving many consistency issues)
    • Can now push diagnostics to clients that prefer not to request by issuing testDocument/publishDiagnostics RPC notifications
  • Completion and Hover Definitions
    • Bugs with jpm definitions resolved
  • Signature helps
    • Fix bugs in sexp-at (off-by-one and crash on unparenthesized top-level forms)
  • RPC
    • Can now send properly formatted LSP notifications (in addition to responses, needed for publishing diagnostics)
  • Testing
    • Migrated Judge tests from main.janet into a separate file
  • CLI
    • --debug flag now works correctly
  • Misc
    • Source code formatting and comment cleanup

@CFiggers CFiggers merged commit bc8f9f4 into master Jan 27, 2024
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.

1 participant