Ellie Hermaszewska
Ellie Hermaszewska
`nullType.slang`: ```slang import nullTypeModule; struct S { } extension S : I { } ``` `nullTypeModule.slang`: ```slang interface I { } ``` `slangc -stage compute tests/bugs/nullTypeModule.slang tests/bugs/nullType.slang` ``` tests/bugs/nullType.slang(5): error...
The order of EnumerateFiles is unspecified
I'm quite reticent to report this as an issue here as there's probably not anything specific this library is doing which is causing this behavior, however I'm only able to...
obviates https://github.com/shader-slang/slang/issues/7184 and https://github.com/shader-slang/slang/issues/7183 It'll look something like ```cpp FIDDLE() struct IRVoidType : IRBasicType { FIDDLE(leafInst{minOperands=0, mnemonic="void"}) }; ``` Will need to make some modifications to Fiddle to permit this...
We should return correct values or invalid values depending on whether the link time information is there Follow on to https://github.com/shader-slang/slang/pull/7067 How exactly this is implemented will require some design,...
at the moment we append, for example, `/unordered_dense` to `SLANG_OVERRIDE_UNORDERED_DENSE_PATH` in the call to `add_subdirectory`. This is unnecessary and we should rely on the user to append this, and leave...
Firstly, thank you for this useful tool! I'm referring to the bolded part of the revision hash, which is supposed to be the smallest unique prefix I believe For example:...
Undo
Thanks for this excellent tool, It would be very handy to be able to undo changes, adding or removing hunks. I have no idea if this is architected in a...