mtarik34b
mtarik34b
While at it "conditional or" could be capitalized to "conditional OR" just like with "AND" and "NOT".
While at it "conditional or" could be capitalized to "conditional OR" just like with "AND" and "NOT".
For the first snippet, bisect reveals that the infinite loop was introduced in 6d4f30d. Before, an error was reported, though the missing specialisation wouldn't be detected, as can be seen...
Should be fixed in d85c8f0?
Same issue as #2826
I tested with some yesterday's commit and hit the errors frequently. Now after updating to latest commit there were no errors for 100+ tries.
Here's the LLVM IRs as was asked for on Discord: [llvm-ir-normal-build.txt](https://github.com/odin-lang/Odin/files/14349402/llvm-ir-normal-build.txt) [llvm-ir-size-build.txt](https://github.com/odin-lang/Odin/files/14349400/llvm-ir-size-build.txt)
Yes, still a problem: ```odin >odin run . false false true Segmentation fault (core dumped) ``` Mind that the segfault was introduced with e804fbd. I was told that commit c17adc9...
I worded it badly, this issue is about the suggestion you mention.
Still an issue, please open. `Struct :: struct { texture: raylib.Texture2D }` is another example that'll lead to the bug.