1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
bakpakin 3067f4be3a Address #815 - gc mark issue in windows accept state machine.
We were casting a pointer to the wrong type, which caused all sorts of
wonderful chaos, but only on windows and only when the garbage collector
ran after setting up a server in a specific configuration. We were
casting a closure pointer to an abstract type during the mark phase,
        which resulted in memory corruption.
2021-11-06 17:50:54 -05:00
..
boot Tweak short-fn docstring 2021-11-04 18:11:53 +09:00
conf Update CHANGELOG.md 2021-10-20 19:57:02 -05:00
core Address #815 - gc mark issue in windows accept state machine. 2021-11-06 17:50:54 -05:00
include Merge branch 'master' into struct-proto 2021-10-29 16:42:34 -05:00
mainclient Add janet_loop_fiber C function to run a fiber to completion from C. 2021-07-18 09:39:37 -05:00