1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-25 06:36:52 +00:00
janet/src
Calvin Rose e5893d0692 Fix reference counting for threaded abstract types.
Was very borked. The sweep phase should drop references to unused
abstracts but wasn't, resulting in each collection decrementing the
count by one until 0 was hit, even if other threads maintained a
reference.
2023-08-20 14:50:46 -05:00
..
boot Merge branch 'master' into compile-opt 2023-08-20 13:08:56 -05:00
conf Prepare for 1.30.0 release. 2023-08-05 18:58:04 -05:00
core Fix reference counting for threaded abstract types. 2023-08-20 14:50:46 -05:00
include Add sanboxing for signal handling. 2023-08-19 17:44:04 -05:00
mainclient Run through astyle with manual corrections 2023-06-08 13:01:49 -05:00