v0.2.5
Pre-release
Pre-release
- Fixed a bug where
indent_newlines(str)
was returning a second value (the number of lines found in the string) which was then being printed out accidentally bywrite_file
andwrite_proc
. - Fixed (worked around?) a compiler bug where
atomicFile
would sometimes segfault. Not a lot of context was given, but it seemed to be related to the thread_local variablestd.crypto.tlcsprng.wipe_mem
. Marking the build as single threaded seems to have fixed the issue.