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

Bug fixes, LSP, and debugger improvements #199

Merged
merged 9 commits into from
Dec 10, 2017
Merged

Bug fixes, LSP, and debugger improvements #199

merged 9 commits into from
Dec 10, 2017

Conversation

smarr
Copy link
Owner

@smarr smarr commented Dec 10, 2017

This PR combines a few minor fixes with some improvements for LSP support and debugging:

Debugger

  • added support for transmitting arrays partially (i.e., indexes 0 to 100, 400 to 550 etc, as used by some IDEs)

LSP Support

  • added getters to query information
  • use SSymbol for variables as well, ensures consistency with all other constructs (@Richard-Roberts this is something we briefly discussed)
  • added interface for message sends (Send) to get their selector
  • allow overriding selector() to make sure source sections can be handled properly

Bug fixes:

  • added missing specialization for #== prim
  • make sure loop frequency is never larger than 1.0
  • catch all throwables when loading a module

@smarr smarr added bug Fixes an issue, incorrect implementation enhancement Improves the implementation with something noteworthy labels Dec 10, 2017
@smarr smarr added this to the v0.6.0 - Black Diamonds milestone Dec 10, 2017
@smarr smarr self-assigned this Dec 10, 2017
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 79.828% when pulling f78cd8f on lsp-improvements into 302f297 on dev.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 79.828% when pulling 7f93924 on lsp-improvements into 302f297 on dev.

@smarr smarr merged commit 0f7a3e6 into dev Dec 10, 2017
@smarr smarr deleted the lsp-improvements branch December 10, 2017 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes an issue, incorrect implementation enhancement Improves the implementation with something noteworthy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants