We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// TODO(rymiel): Actually keep track of *why* a type is not viable, for diagnostics.
https://github.com/yume-lang/yume/blob/164fcf0a3c9a763868eca3f3a1cf4d511f1b7e46/src/yume/semantic/overload.cpp#L174
The text was updated successfully, but these errors were encountered:
All overload rejections now have diagnostics
4ff30ef
Note that the specific reason for a compatibilty failure is not tracked, which is what #17 tracks.
No branches or pull requests
https://github.com/yume-lang/yume/blob/164fcf0a3c9a763868eca3f3a1cf4d511f1b7e46/src/yume/semantic/overload.cpp#L174
The text was updated successfully, but these errors were encountered: