mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-15 02:52:38 +00:00
Ignore const nil "optimization" and fix c: Maybe(string); c == "" bug.
This commit is contained in:
@@ -7421,6 +7421,8 @@ gb_internal CallArgumentData check_call_arguments_proc_group(CheckerContext *c,
|
||||
spaces[max_spaces] = 0;
|
||||
|
||||
{
|
||||
// TODO(bill): This is absolutely awful code, that needs improving a lot
|
||||
|
||||
bool try_addr = false;
|
||||
isize try_addr_idx = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user