Skip to content

0.17.1

Compare
Choose a tag to compare
@15r10nk 15r10nk released this 17 Dec 19:51
· 20 commits to main since this release

Fixed

  • Code generation for sets is now deterministic.
    def test():
        assert {1j, 2j, 1, 2, 3} == snapshot({1, 1j, 2, 2j, 3})