Closed jemc closed 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.
:bit_width 64
instead of a declaration like:const bit_width U8: 64
:signed
instead of a declaration like:const is_signed: True
:floating_point
instead of a declaration like:const is_floating_point: True
:member Foo 2
in an enum instead of a declaration like:member Foo: 2