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

Ergo v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 11 Sep 16:16

This is a release for strongly typed Ergo! The type checker is now enabled on the compiler.

Additional changes include:

Type checker

  • 👩‍⚕️More better error messages (#374)
  • 🔬You cannot instantiate an abstract class anymore, and rightly so (#370)

Build

  • Cleaner and faster CircleCI build from source

Bug fixes

  • 🐞 bug in optional chaining implementation (#321)
  • 🐞 bug in importing type hierarchy from CTO files