Janet 1.21.0
github-actions
released this
26 Mar 02:49
·
1152 commits
to master
since this release
- C functions
janet_dobytes
andjanet_dostring
will now enter the event loop if it is enabled. - Fix hashing regression - hash of negative 0 must be the same as positive 0 since they are equal.
- The
flycheck
function no longer pollutes the module/cache - Fix quasiquote bug in compiler
- Disallow use of
cancel
andresume
on fibers scheduled or created withev/go
, as well as the root
fiber.