Releases: nim-works/cps
Releases · nim-works/cps
voodoo bugfix
0.6.5 voodoo bugfix
0.6.4
fewer errors on 1.7+
0.6.3 fewer errors on 1.7+
support broken nim compilers
0.6.2 support broken nim compilers
0.6.1
fix compiler bug with try/finally
0.6.0 fix compiler bug with try/finally
rename () to recover
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
What's Changed
- fix broken links by @hamidb80 in #252
- pass errors out of whelp successfully by @disruptek in #253
- Fix links leading out of the repo; typos by @ZoomRmc in #254
- Fixup coroutine.nim and eventqueue docs links by @ZoomRmc in #255
- Update coroutine example, add walktrough by @ZoomRmc in #257
- add support for converting a cps call result by @alaviss in #256
New Contributors
Full Changelog: 0.4.4...0.4.5