Fix regression where function overload candidates might not be reported#843
Fix regression where function overload candidates might not be reported#843marsupial wants to merge 2 commits intoAcademySoftwareFoundation:masterfrom
Conversation
16479cf to
3c3b912
Compare
|
Something is wrong, it's failing the CI tests, no longer correctly compiling some of the MaterialX shaders. |
|
Yes, was not using the proper constant. |
3c3b912 to
e52b789
Compare
|
Should be good to go. Was actually trying to fix some other issues that are coming to light, but just reverted to simple fix for missing labels of some ambiguities. |
|
Or did you mean we should put both on hold until you sort it out? |
|
I was thinking reverting #837 and rolling this (#843) into either a new PR or re-open #837. I'll do a further writeup of the problems I'm discovering in the next hour. |
|
OK, since we know there's something wrong, I'll revert #837 in master, and you can close this PR, and then when you have it totally worked out, just post a new combined PR (or re-open 837). There's no rush on this, we've obviously lived with the existing ambiguous edge cases for a long time with nobody complaining. |
Description
597b6b1 introduced a bug which might make the error message less verbose than it used to be.
This rectifies that.
Tests
oslc-err-funcoverload
Checklist: