-
Notifications
You must be signed in to change notification settings - Fork 247
Remove unused attributes from storage class #807
base: main
Are you sure you want to change the base?
Remove unused attributes from storage class #807
Conversation
khyperia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe a few error messages and tests need to be updated with the removal of uniform_constant
|
Sorry for the late reply, I'm just now catching up after the holiday. I ran the test suite before I submitted the pull request, but I've only just realized the CI test stage is running tests differently. I'm new to the project so I'm not sure what needs to be changed. If you could clarify or provide some context for the necessary changes, I would definitely appreciate it. I'm still happy to work on this task. |
As you removed all the attributes that are used in the test: https://github.com/EmbarkStudios/rust-gpu/blob/main/tests/ui/spirv-attr/invalid-storage-class.rs, the failure message of the test is now different. You could either run the test command |
|
I removed the test case that you mentioned. I did run the command with the |
| @@ -1,7 +1,14 @@ | |||
| error: error:0:0 - failed spawn executable: No such file or directory (os error 2) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't want this error to be here :P Do you have spirv-val installed and in your $PATH?
|
Additionally, the errors themselves needs to be updated, as they can no longer happen. |
resolves #568