Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Ergo v0.5.7

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

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

Compiler

  • 🚴 Enabling optimizations in the NNRC Intermediate Language!

Bug fixes

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