Skip to content

Shen OS Kernel 21.2

Compare
Choose a tag to compare
@tizoc tizoc released this 17 Sep 19:57
· 243 commits to master since this release

Fixed

  • variables that shadow a pattern match variable no longer get ebr'd.
  • print-vector? will now handle empty absvectors, returning false.
  • Removed <> from initialisation of shen.external-symbols.
  • Fix preclude* and include* not working for datatypes defined inside packages.

Changed

  • tests.shen no longer resets pass/fail counters when test suite is finished.