Skip to content

0.4.2 Albula: Inferior Lisps, Superior workflows

Latest
Compare
Choose a tag to compare
@s-clerc s-clerc released this 30 Mar 15:29
· 18 commits to master since this release
b6d4924

This release is identical to 0.3.0, save for the new build process and directory structure.

You can now start an inferior lisp process directly in the REPL

To do this first set the lisp command in settings and then use the command 'Sly: Start and connect to an inferior lisp instance'.

If you disable autoclose then disconnected process will be kept alive, to close them use "Sly: Close orphaned inferior lisp instances".

Bug fixes

  • Fix completions not considering full symbol name
  • Fix completions not considering correct package at REPL
  • Improve status messages for session manager
  • Fix syntactic misuse that causes errors in the latest version of ST.
  • (Include update message appropriately 😬)