Odin
Odin copied to clipboard
Odin Programming Language
## Context I was writing an union to be a wrapper for a single type, because you can't have type aliases with generics, at least I think you can't (if...
- The futex wait was called with the wrong `expected` parameter, this is supposed to be what you expect there to currently be, not what you want it to be....
It looks like the routine where we put the rest of the arguments (>6) on the stack and pass their address in `ebp` wouldn't apply until `arg_count == 8` which...
This will require #3468 in order to terminate tests that are stuck in a loop or otherwise preoccupied, but it does register the test as a failure, if it ever...
## Context While looking into #3463, I noticed I could cause an unrelated panic by bitwise-notting an integer type. ``` NOT FOUND lb_type_info_index: uint @ index 78 max count: 0...
## Context Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. ``` Odin: dev-2024-05:2250eb3e7 OS: Windows...
While investigating #2746, I noticed this was happening for UNIX threads too. I was able to fix and test it for threads on Linux, but I do not have a...
## Context I used the thread pool in the threads lib. Odin: dev-2023-08-nightly:49b24471 OS: Windows 11 Home Basic (version: 22H2), build 22621.2134 CPU: 13th Gen Intel(R) Core(TM) i9-13900HX RAM: 32507...
https://github.com/odin-lang/Odin/blob/b13aa5db3799fec477d1b85fcdc950ad4fcd4997/core/runtime/core_builtin.odin#L379 Similar suggestion for `resize` procedures.
- https://github.com/Homebrew/homebrew-core/pull/171372 cc @laytan