ABuffSeagull
the binary won't build/run anything
I stopped maintaining Odin for a while because there was a bug that I thought was part of master. It seems that something breaks in the port, but I can't find out where the root of the problem is.
When execution gets to `are_proc_types_overload_safe` in `types.c`, both proc types are NULL.
TO bypass this, I added a temporary solution which is just a NULL check, and when it passes it just returns `ProcOverload_ParamCount`. I have a warning message that states that proc overloading doesn't work in the port right now, but I don't know when that'll be fixed. Looking at the code, I have no idea how Odin actually checks that, but I have a slight suspicion that it may just be broken from a bad merge.
Anyway, it compiles and runs again. Sorry for the wait!
(If you want to contact me or report bugs about the Linux/macOS port, bug me on the
Handmade Network discord, since I don't check here all too often)