Skip to content

Releases: anoma/juvix

v0.3.4

22 May 17:39
Compare
Choose a tag to compare

v0.3.4 (2023-05-22)

Juvix Mascot

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.3.3

08 May 11:16
Compare
Choose a tag to compare
Juvix Mascot

v0.3.3 (2023-05-08)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.3.2

18 Apr 13:06
Compare
Choose a tag to compare

v0.3.2 (2023-04-18)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.3.1

31 Mar 10:27
Compare
Choose a tag to compare

v0.3.1 (2023-03-31)

Full Changelog

This new version comes with several enhancements and bug fixes. A key goal for
this release was to rigorously test the new compiler pipeline, placing special
emphasis on the GEB backend (STLC fragment). To accomplish this, we have
integrated end-to-end tests, an unroll mechanism for recursive function calls,
and implemented changes to the Juvix GEB IR.

Now, users can now seamlessly write Juvix code, compile it to GEB, and execute
it using the built-in GEB evaluator or its REPL. Give it a try and feel free to
report any bugs you encounter to help us improve!
On the tooling side, we have added a new command to the Juvix CLI, juvix format,
so forget about the hassle of manually formatting your code, yey!

Implemented enhancements:

Merged pull requests:

v0.3.0

15 Mar 14:04
3779cf7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.3.0

v0.2.9

19 Jan 14:46
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.2.8

20 Dec 18:26
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.2.7

05 Dec 11:29
Compare
Choose a tag to compare

v0.2.7 (2022-12-05)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.2.6

25 Oct 22:12
Compare
Choose a tag to compare

v0.2.6 (2022-10-26)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests: 🎉

v0.2.5

14 Sep 16:18
Compare
Choose a tag to compare

v0.2.5 (2022-09-14)

Full Changelog

Fixed bugs:

  • Properly type check patterns that need normalization #1472 (janmasrovira)
  • Detect nested patterns as smaller in the termination checker #1524
  • Fix developBeta in Core/Extra.hs #1487 (lukaszcz)
  • Core/Extra/Recursors/Collector bugfix #1510 (lukaszcz)

Merged pull requests: