mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-04 07:37:04 +00:00
Without these changes the core library parser fails to parse:
- core/fmt/fmt.odin:
Line 126 (and others):
sbprint(&str, ..args, sep=sep)
- core/fmt/fmt_os.odin:
Line 17 (and others):
return wprint(w, ..args, sep=sep)
- core/log/log.odin:
Line 79 (and others):
logf(.Debug, fmt_str, ..args, location=location)
- core/runtime/core_builtin.odin:
Line 475 (and others):
return append_elems(array, ..args, loc=loc)