You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently porting a codebase to odin. During that process i repeatedly throw the still malformed code at the compiler to get it to tell me what to fix next.
Odin: dev-2024-12-nightly:cf53404
OS: Windows 10 Enterprise N (version: 20H2), build 19042.1466
CPU: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
RAM: 65470 MiB
Backend: LLVM 18.1.8
Since there is close to no info on this i don't feel like trying to reduce the repro case. I suspect it has to do with imgui.cpp.odin:3354, since that was my last change.
The text was updated successfully, but these errors were encountered:
Context
I'm currently porting a codebase to odin. During that process i repeatedly throw the still malformed code at the compiler to get it to tell me what to fix next.
Expected Behavior
no asserts
Current Behavior
Steps to Reproduce
odin.exe run out_manual -linker:radlink -debug -max-error-count:999
out_manual.zip
Since there is close to no info on this i don't feel like trying to reduce the repro case. I suspect it has to do with
imgui.cpp.odin:3354
, since that was my last change.The text was updated successfully, but these errors were encountered: