This repository has been archived by the owner on Jan 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 193
Implement const-expressions (phase 2) #2309
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8f3c447
to
059f6fb
Compare
3df6907
to
48557bb
Compare
4f161cf
to
502e585
Compare
aa77c97
to
d19dca3
Compare
8af8818
to
be9d9b2
Compare
d19dca3
to
9df71e5
Compare
be9d9b2
to
14ac279
Compare
9df71e5
to
df3cbf1
Compare
14ac279
to
3f8d649
Compare
a79b7ee
to
f06520f
Compare
Merged
@teoxoy Could you rebase this on current trunk? Also, it's not a draft any more, right? |
f06520f
to
f8355c7
Compare
Rebased on current trunk. |
…since they should be supported
…ncated version instead of floored)
Restore `negative_index` test in `tests/wgsl-errors.rs`, as part of the `invalid_arrays` test function.
1c78127
to
61d91eb
Compare
jimblandy
approved these changes
Oct 12, 2023
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 think this is ready to go.
402ed5e
to
f53151d
Compare
Closed
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Second phase of gfx-rs/wgpu#4484.
const
operations inconst
variables #733