hi people! this time, i mostly worked on cleaning things up after restructuring the working tree, and i also fixed a few issues with the text editor.
the biggest breakthrough was figuring out why the prime sieve computation kept failing. in the end, the problem had nothing to do with the math itself. instead, it came from the way the interpreter handled loops and writing to disk. those issues interacted in a way that caused the loop to stop after finding just one number.
that problem is now fixed, and while tracking it down i also ran into several other bugs, which i fixed along the way.
that’s all!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.