Yeah, it's time. It's now tagged as 1.0.
Yeah, that could be clearer and I'll change it to be i. Although if the program is working correctly, i and stk-arrLen hold the same value at that point since stk->arrLen is initialized as...
I didn't think of doing that, but I guess that's a lesson for me. If you have a minute, was there anything else I missed? I don't think there's any other problems, but that one slipped by somehow 👀
Was that to fix a crash? I think I fixed it with the additions on lines 1135-1138 in 758a4466a11d6b588342ef70eef155a47a2cce84. It was segfaulting for me whenever I passed a plain file as a...
I just merged 758a4466a11d6b588342ef70eef155a47a2cce84, which adds the option. It doesn't detect recursively mounting a filesystem inside itself, but detecting that would be more complicated and...
Thanks for the PR!
I started working on my own version of this a couple hours before you opened this PR, and I just merged it in 758a4466a11d6b588342ef70eef155a47a2cce84, so I'm not going to...
Normally dut outputs (Terminal height - 10) rows, but if you are redirecting to a file then it can't get the terminal height. I set the default for this case to [20 rows](https://codeberg.org/201...
Thanks for the issue! My laptop only has 20 cores, so I didn't consider people wanting to use it on beefier computers like yours with limited affinity.
I just changed dut to use `sched_getaffi...
Not going to merge this since the existing code is fine. There's nothing wrong with using a 2KB buffer on the stack, and if the usage text is edited to be too big for the buffer, enlarging it is...
That is correct. Using stdio would've been simpler, but I wanted to make it as fast as I could (even though probably no one will notice).