Skip to content

scilla_v0.9.1

Compare
Choose a tag to compare
@vaivaswatha vaivaswatha released this 07 Dec 02:16
26cbccf

Release notes for scilla_v0.9.1

Build system and packaging

  • ci: OCaml 4.11.0 to 4.11.1 (#885)
  • Esy package manager support (#886)
  • Update INSTALL.md (#888)

Language and Interpreter Changes

  • Remove -disable-validate-json option from scilla-runner (#893)
  • Fix gas charge for throw statements and print gas remaining (#895)
  • Provide command line flag for debug logging level (#898)
  • Do not warn when storing map values (#899)

Code Refactoring

  • Keep user-defined ADTs after typechecking pass (#889)
  • Rewrite gas mechanisms in terms of explicit gas_charge nodes (#887)
  • filter_mapM and filter monad utils (#896)
  • Gas charges to use Name.t instead of string (#897)