You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NativeStrings are incorrectly assumed to be equivalent to Strings, without going through the proper constructors. This causes compilation errors in e.g. the following program:
I have a PR lined up for this, but I'm not 100% sure if it's the correct solution, so I made this issue to keep track of this in case the PR isn't the right way to fix this.
The text was updated successfully, but these errors were encountered:
NativeString
s are incorrectly assumed to be equivalent toString
s, without going through the proper constructors. This causes compilation errors in e.g. the following program:Compiled with
slangc -target exe test.slang -o test
:The generated code looks like this:
I have a PR lined up for this, but I'm not 100% sure if it's the correct solution, so I made this issue to keep track of this in case the PR isn't the right way to fix this.
The text was updated successfully, but these errors were encountered: