yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

T. FoleyInclude a "stack trace" with nested-import errors (#1872)688d5fa6e

master
413 B12 linesraw
1result code = -1
2standard error = {
3tests/bugs/import-with-error-extra.slang(10): error 30015: undefined identifier 'b'.
4    int a = b;
5            ^
6tests/bugs/import-with-error.slang(6): error 39999: import of module 'import_with_error_extra' failed because of a compilation error
7import import_with_error_extra;
8       ^~~~~~~~~~~~~~~~~~~~~~~
9(0): fatal error 39999: compilation ceased
10}
11standard output = {
12}