Skip to content

Crystal 0.26.1 Compatibility Update

Latest
Compare
Choose a tag to compare
@mccallofthewild mccallofthewild released this 24 Sep 04:57
· 6 commits to master since this release

Fixes Issue #1.

A private method triggered the error, so no API changes were necessary.

Caused by this update:

Before 0.26.0, instance variables were allowed, but there were some corner issues regarding typing, semantics, and dependencies. So, from 0.26.0 instance variables are not allowed in the expression that determines the initial values of them.

~ https://crystal-lang.org/2018/08/09/crystal-0.26.0-released.html