1
0
mirror of https://github.com/janet-lang/janet synced 2026-03-04 14:59:48 +00:00
Files
janet/test
Calvin Rose 32d75c9e49 Dup io file descriptors when marshalling closable files.
For unclosable files, no need to dup, but for closable files we can get
a resource leak. Valgrind and similar tools won't catch this but IO will
unexpectedly start going to the wrong descriptor if a file was
transferred to a new thread, closed, and then a new file was created.
2026-03-01 10:39:50 -06:00
..
2026-01-12 07:57:41 -06:00