Sunagatov Denis
Sunagatov Denis
Forgot the bug label
> Windows system without it installed Using a binary release is doable. I tested it out today on my work PC and Odin wouldn't let you use itself without MSVC...
`io:core`...
That said, a test suite for I/O streams sounds nice. It is an abstraction, and testing for surface-level assumptions that one might make for such streams is good, since the...
eeeeeeeeeeeeeeeeeh, macharena (kyaah)!
Previous PR with more constants https://github.com/odin-lang/Odin/pull/2898
There is a compiler error though, which is the whole premise of the issue.
^ I actually like laytan's proposal to only show vet errors only when there are no compiler errors The more generic version of this problem is showing inter-dependent errors which...
Also noted that for linux `pthread_setname_np` changes the process' `command` field in the `/proc` filesystem. In `top` threads with changed name are displayed as having a different command. But it's...
> [...] name is just a thread local variable While this can be useful I believe that isn't really what we're talking about here. Of course, as a user, anyone...