Sunagatov Denis
Sunagatov Denis
There also needs to be a way to query file descriptors for process's current streams. The API will probably again end up like in Python. I should look at some...
An ideal API for starting processes would be to just take argv array, since it allows to avoid the pain of quoting the command line arguments on per-platform basis. This...
> On U*IX systems, please provide a method to allow the caller execute arbitrary code in the child between the fork and exec (mostly so I can call prctl a...
Also can someone look at why `core:crypto` test is failing? I believe I haven't touched it
> My main use case is to be able to PR_SET_PDEATHSIG so that the OS handles auto-SIGTERMing the child when the parent dies. But having a boolean for that specific...
Currently working slightly on the linux part of the API, and I think I've ran into some issues. So in my current view of how the API should work like,...
I've overhauled the API, made it a bit more consistent with what was there. Added functions that are going to be useful for enumerating processes. `process_open()` functionality is for the...
Maybe it might be worth it to warn/error on direct shadowing.
TL;DR: just use a variable instead. Long explanation follows. > Constants get baked into the executable This is not true of Odin at all. Usage of constants does get inlined,...
Can confirm, happens for me too.