Skip to content

Releases: mmhelloworld/idris-jvm

1.0-SNAPSHOT-20180207.beta for Idris 1.2.0

07 Feb 20:36
Compare
Choose a tag to compare
  • Automatic FFI with null safety, exception safety
  • Optimize Maybe: compile to null and the actual value instead of wrapping
  • Exception handling with try, catch functions

1.0-SNAPSHOT-20180205.beta for Idris 1.2.0

06 Feb 04:14
Compare
Choose a tag to compare
  • Automatic FFI with null safety, exception safety
  • Optimize Maybe: compile to null and the actual value instead of wrapping
  • Exception handling with try, catch functions

1.0-SNAPSHOT-20180114 for Idris 1.2.0

14 Jan 21:22
Compare
Choose a tag to compare
  • Initial support for automatically generating FFI using type provider and elaborator reflection
  • support Idris 1.2.0

Idris JVM 1.0-SNAPSHOT-20170917 for Idris 1.1.1

17 Sep 05:01
Compare
Choose a tag to compare

Changes

  • ISSUE-43 Support Idris functions as Java lambdas in FFI

Idris JVM 1.0-SNAPSHOT-20170913 for Idris 1.1.1

13 Sep 22:42
Compare
Choose a tag to compare

Changes

  • FFI: Array support
  • Upgrade to Idris 1.1.1

Idris JVM 1.0-SNAPSHOT-20170704 for Idris 1.0

04 Jul 05:29
Compare
Choose a tag to compare

Changes

Fix windows launcher

Idris JVM 1.0-SNAPSHOT-20170704.beta

04 Jul 04:43
Compare
Choose a tag to compare
Pre-release

Changes

  • Fix windows launcher

Idris JVM 1.0-SNAPSHOT-20170702

02 Jul 21:06
Compare
Choose a tag to compare

Changes

  • Avoid boxing for Idris constructor ids

Idris JVM 1.0-SNAPSHOT-20170702.beta

02 Jul 19:46
Compare
Choose a tag to compare
Pre-release

Changes

  • Avoid boxing for Idris constructor ids

Idris JVM backend 1.0-beta.SNAPSHOT-20170701

01 Jul 05:24
Compare
Choose a tag to compare

Changes:

  • Optimize invokedynamic calls