Ignore const nil "optimization" and fix c: Maybe(string); c == "" bug.

This commit is contained in:
gingerBill
2026-02-24 18:52:42 +00:00
parent 1e1e00c68e
commit c0468446f6
2 changed files with 10 additions and 2 deletions

View File

@@ -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;