Skip to content

v0.1.0b2

Compare
Choose a tag to compare
@ikappaki ikappaki released this 11 Nov 21:56
· 3 commits to main since this release
e560cc1
  • Upgraded Basilisp to 0.2.4.
  • Improved on the nREPL server exception messages by matching that of the REPL user friendly format, backported from basilisp-blender.
  • Fix incorrect line numbers for compiler exceptions in nREPL when evaluating forms in loaded files, backported from basilisp-blender
  • nREPL server no longer sends ANSI color escape sequences in exception messages to clients, backported from basilisp-blender.
  • Conform to the cider-nrepl info ops spec by ensuring result's :file is URI, also added missing :column number, backported from basilisp-blender.