Skip to content

v0.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 17:35
· 3139 commits to main since this release
99b0986

Added

  • Linuxbrew build [homebrew-acton#7]
    • Acton can now be installed via Linuxbrew (Homebrew on Linux)

Fixed

  • Constraint grouping to also consider free environment types variables [#277]
    • Previously, this bug in the constraint solver meant that actonc could hang
      when compiling certain programs.
  • Added missing CPS case to fix return value [#279]
    • Would previously lead to an internal compiler error where the generated C
      code would not compile.
  • Fix RTS bug that could lead to segmentation fault [#285]
    • The integrity of a linked list was not preserved during a certain operation
      which would lead to a segmentation fault.
    • The error typically occurred during high load situations.
  • Continuation environment now includes all variables [#288]
    • Previously, after the CPS step, the generated continuation was lacking its
      environment which meant some variables were inaccessible.