Skip to content

Releases: nim-works/cps

voodoo bugfix

25 Nov 12:09
Compare
Choose a tag to compare
0.6.5

voodoo bugfix

0.6.4

01 Nov 20:23
Compare
Choose a tag to compare
0.6.4

fewer errors on 1.7+

19 Oct 13:53
Compare
Choose a tag to compare
0.6.3

fewer errors on 1.7+

support broken nim compilers

03 Oct 14:54
Compare
Choose a tag to compare
0.6.2

support broken nim compilers

0.6.1

08 Sep 17:19
Compare
Choose a tag to compare
0.6.1

fix compiler bug with try/finally

21 Mar 16:20
Compare
Choose a tag to compare
0.6.0

fix compiler bug with try/finally

rename () to recover

30 Dec 03:38
3ba79e7
Compare
Choose a tag to compare
rename `()` to `recover` (#262)

Bumps minor for `()`->`recover` rename due to `()` triggering Nim compiler bugs for `foo[T](bar)` calls.

add support for cps conversions and bug fixes

07 Nov 18:51
404918d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.4...0.4.5

bug fixes

19 Oct 04:32
Compare
Choose a tag to compare

What's Changed

  • always wrap cps body within try in stmtlist by @alaviss in #249
  • fix returning named and field-named tuples from cps procs by @alaviss in #250

Full Changelog: 0.4.3...0.4.4

bugfix

18 Oct 13:08
Compare
Choose a tag to compare
0.4.3

bugfix