Merge remote-tracking branch 'offical/master'

This commit is contained in:
ed
2025-03-06 05:27:42 -05:00
158 changed files with 12536 additions and 4057 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ parse_or_exit :: proc(
args = program_args[1:]
}
error := parse(model, args, style)
error := parse(model, args, style, true, true, allocator, loc)
if error != nil {
stderr := os.stream_from_handle(os.stderr)