Skip to content

v0.2.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@bcrist bcrist released this 22 Oct 22:59
· 10 commits to main since this 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 by write_file and write_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 variable std.crypto.tlcsprng.wipe_mem. Marking the build as single threaded seems to have fixed the issue.