| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix intermittent debug failures with Debug build (#7369) | Jay Kwak | 2025-06-12 |
| | | | | | | This PR replaces enable/disable style C function calls with C++ RAII style code. In debug build, when an assertion failed in between enable and disable functions, an exception is thrown and the disable function is not called. RAII style code is safer for an exception | ||
| * | Disable 23 tests failing assertions (#7317) | Jay Kwak | 2025-06-04 |
| | | |||
| * | Fix crash when handling uninitialized resource type (#6338) | kaizhangNV | 2025-02-12 |
| * Fix crash when handling uninitialized resource type close #6328. When declare a var with struct type, if the struct has a resource type field and it doesn't provide explicit constructor, because slang won't implicit construct such variable at declare site if user doesn't explicitly call the initializer list, we should report the resource type field uninitialized as an error to prevent future possible crash when legalize any use of such variable. | |||
