savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

BREAKING CHANGE: Simpler sub-declarations in `:enum` and `:numeric` types. #273

Closed jemc closed 2 years ago

jemc commented 2 years ago
jemc commented 2 years ago

CI failures are due to a library in the integration test that isn't updated yet for the new declaration forms.

I could have pulled in an override source tree like I did for the Time library in PR #272 but I don't think it's worth the time and effort to do so.

I'm just going to merge this now, get a release done, then update all the libraries for the new declaration forms.