Skip to content

v2.7.2

Latest
Compare
Choose a tag to compare
@odino odino released this 27 Apr 07:20
· 6 commits to master since this release

A fresh new patch release of ABS: always be shipping! 🚢

REPL irresponsive to ctrl+c

repl-quit-command

There's more to fix in the way commands are handled / interrupted, but for now we've made it so that the REPL will not hang when wanting to interrupt a command via ctrl+c. The command will still be executed in background, but at least you gain control of the REPL back -- the long term fix will be in #519.

More build architectures

Architectures added:

  • windows/amd64
  • windows/arm
  • darwin/arm64

Removed:

  • linux/ppc64
  • linux/ppc64le