Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 09:15
· 180 commits to main since this release

Features

  • diagnostics: colour the abort traceback with its diagnostic
  • serve: colour the worker run tail
  • diagnostics: colour the two remaining terminal sinks
  • diagnostics: colour diagnostics when they are going to a terminal
  • abi: declared commands can offer short flag aliases (ABI 17)
  • cli: std's dev-tier verbs become replaceable commands (ABI 16)
  • repl: interactive prompt on a TTY — highlighting, completion, history
  • cli: noeta watch-scope becomes noeta advisory watch, defaulting to the lockfile
  • ide: byte-offset form of the snippet highlighter

Fixes

  • check: a label binds on a method call, not just on a function call
  • repl: meta-command completion on an indented line

Documentation

  • manifest: point noeta migrate at the section that still exists
  • cli: the serve entry is any callable fetch, not only a fn
  • the REPL's interactive terminal behaviour
  • cli: group the command list by where each verb comes from

Refactoring

  • runner: one way to print a compile failure and get its exit code

Housekeeping

  • release: bump workspace version to 0.6.0
  • repl: drive the interactive prompt on a real pty

Full changelog: v0.5.1...v0.6.0