Odin icon indicating copy to clipboard operation
Odin copied to clipboard

Label: and #partial directive - compiler crash

Open awwdev opened this issue 3 years ago • 1 comments

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.

awwdev avatar Jun 22 '22 07:06 awwdev

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>

Kelimion avatar Nov 20 '22 21:11 Kelimion