Odin
Odin copied to clipboard
Label: and #partial directive - compiler crash
Context
Odin: dev-2022-06:bfcb527b
Current Behavior
bug: #partial
This will crash the compiler (I think it was a segfault on Linux?).
Expected Behavior
It should produce a syntax error.
Still crashes the compiler:
W:\Odin-other\Odin-test\foozle>odin run units.odin -file -show-debug-messages
[DEBUG] build_paths[0]: W:/Odin-other/Odin-test/foozle/units.odin
[DEBUG] build_paths[1]:
[DEBUG] build_paths[2]:
[DEBUG] build_paths[3]: C:/Program Files (x86)/Windows Kits/10/bin/10.0.20348.0/x64/
[DEBUG] build_paths[4]: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.20348.0/um/x64/
[DEBUG] build_paths[5]: C:/Program Files (x86)/Windows Kits/10/Lib/10.0.20348.0/ucrt/x64/
[DEBUG] build_paths[6]: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/
[DEBUG] build_paths[7]: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.31.31103/lib/x64/
[DEBUG] build_paths[8]: W:/Odin-other/Odin-test/foozle/units.exe
[DEBUG] build_paths[9]:
[DEBUG] [Section] parse files
W:\Odin-other\Odin-test\foozle>