What does !proc || !bin.finalPass mean?

I’ve recently been encountering the “!!proc || !bin.finalPass” error while trying to make an extension, specifically when trying to overload a function. After doing some digging, I’ve realized that overloading functions is not supported, but I’m still curious as to what the “!!proc || !bin.finalPass” error is supposed to mean.

7 Likes

That is an internal compiler error that you should (hopefully) never see! We should probably replace it with an actual error message but very few people ever actually encounter it (so consider yourself lucky!)

6 Likes

a wild error appears

2 Likes

Missingno? XD

2 Likes

Thank you for the information! :angelfish: