odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.1k stars 550 forks source link

Fix print segfault by missing argument in `or_*` shadowed error #3796

Closed Feoramund closed 1 week ago

Feoramund commented 1 week ago

The error fixed in this PR was shadowed by check_or_else_right_type. Just a missing string argument. I verified the fixed error prints correctly by commenting out check_or_else_right_type's error handling to make sure.

Fixes #3794

Kelimion commented 1 week ago

Oh, yes. That's a definite segfault.