Skip to content

Cicero v0.9.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 14 Dec 17:41

This is a bug-fix and improvements release for Cicero.

Install the latest release of the Cicero command-line tool with
npm i -g @accordproject/cicero-cli

Check out the new shiny Cicero Logo! ✨

cicero

Ergo Compiler

  • 🚴 Enabling optimizations in the NNRC Intermediate Language!

Bug fixes

  • 🐞cicero archive now works properly!
  • 🐞Various fixes to standard library functions for Durations
  • 🐞Fix bug in JavaScript runtime for dateTimeSubtract (accordproject/ergo#482)
  • 🐞Integer literals are now serialized to JSON properly in JavaScript targets (accordproject/ergo#484)
  • 🐞Partial fix for variable shadowing issues in the JavaScript targets (WIP accordproject/ergo#485)