Skip to content

Releases: JakuJ/rsl-language-server

v0.1.2.1

28 Aug 21:44
Compare
Choose a tag to compare

Fixed an annoying diagnostic pop-up in VS Code.

v0.1.2.0

27 Aug 21:50
8e078d3
Compare
Choose a tag to compare

What's Changed

  • Windows Compatibility & Save Results Command by @stinem1 in #1

New Contributors

Full Changelog: v0.1.1.2...v0.1.2.0

v0.1.1.2

28 Aug 11:16
e380c3e
Compare
Choose a tag to compare

Changes:

  • Bump GHC to 9.2.2 in order to compile for Apple M1 (macos-m1.zip).

Notes:

Use the v0.1.1.0 release for Intel-based Macs (macos.zip).

v0.1.1.0

07 Sep 18:36
Compare
Choose a tag to compare

Changes:

  • Added a command line flag (-c / --compile) which enables on-save recompilation with rsltc -m.

This feature is enabled by default in the RAISE VS Code extension. It is configurable with the "RAISE: Compiler Diagnostics" toggle in the configuration.

  • Added a --help / -h command line argument which displays a help message.

Notes:

  • Diagnostics generated by the type checker (rsltc) are considered errors.
  • Diagnostics generated by the SML compiler (rsltc -m) are considered warnings.
  • Enabling the flag will cause the server to recompile the .sml files each time it receives a textDocument/didSave notification from an editor.

v0.1.0.0

04 Sep 17:11
Compare
Choose a tag to compare

Initial release of the RSL Language Server.

Supported features:

  • code lenses for the commands exported by the RAISE VS Code plugin (Typecheck, Compile to SML, Run SML)
  • on-save diagnostics (error squiggles)

Included are binaries for Linux and Mac OS.