Skip to content

v0.4.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 14:30
· 1 commit to main since this release

Changelog

  • 4a6556d cxgo: Fix composite literals cast to primitives. Fixes #81.
  • 7f68602 cxgo: Fix explicit bool->float conversion. Fixes #75.
  • ce10c14 cxgo: Fix panic in switch with unreachable stmt. Fixes #80.
  • e094974 cxgo: Fix side effects for assign expr. Fixes #77.
  • 1bd2a8e cxgo: Fix untyped bool->float conversion. Fixes #76.