Closed dbarnett closed 2 months ago
Find "scoped_identifier" nodes under func defs vs. just "identifier" ones, and warn/skip instead of panicking if no name is found.
And re "warn/skip instead of panicking", need to think about how to properly surface those kinds of non-critical errors to callers instead of just dumping warnings to stderr.
Find "scoped_identifier" nodes under func defs vs. just "identifier" ones, and warn/skip instead of panicking if no name is found.