-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
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
Undefined exceptions thrown by public API #5950
Comments
Can you share more details on which APIs are leaking internal exceptions? |
Pretty sure it's coming from |
Is it possible for you to provide the shader code that triggers the ice? All ices are worth looking into anyways. |
Sorry, I fixed a bunch of code gen by now and I lost the history of what produced the invalid output. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I can tell
Slang::Exception
is not defined in the public headers, but sometimes due to ICE they get thrown out of the public API anyway.catch(...)
works, but there is no way to get any diagnostic text.I am using the precompiled binaries for Windows (
slang.lib
,slang.dll
etc.). I would expect the exceptions to be caught internally and an appropriate error returned instead.The text was updated successfully, but these errors were encountered: