-
Notifications
You must be signed in to change notification settings - Fork 921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(naga): add coverage for diagnostic
directive parsing
#6457
Draft
ErichDonGubler
wants to merge
10
commits into
gfx-rs:trunk
Choose a base branch
from
erichdongubler-mozilla:erichdongubler/push-kkxvvpmsqnqm
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
test(naga): add coverage for diagnostic
directive parsing
#6457
ErichDonGubler
wants to merge
10
commits into
gfx-rs:trunk
from
erichdongubler-mozilla:erichdongubler/push-kkxvvpmsqnqm
+575
−90
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
ErichDonGubler
added
area: tests
Improvements or issues with our test suite
naga
Shader Translator
area: naga front-end
lang: WGSL
WebGPU Shading Language
labels
Oct 23, 2024
ErichDonGubler
changed the title
test(naga): add cvg. for
test(naga): add coverage for Oct 23, 2024
diagnostic
directive parsingdiagnostic
directive parsing
Merged
7 tasks
ErichDonGubler
force-pushed
the
erichdongubler/push-kkxvvpmsqnqm
branch
10 times, most recently
from
October 30, 2024 21:11
562bd78
to
c97fc71
Compare
ErichDonGubler
force-pushed
the
erichdongubler/push-kkxvvpmsqnqm
branch
10 times, most recently
from
November 5, 2024 14:51
23406ca
to
3389296
Compare
11 tasks
ErichDonGubler
force-pushed
the
erichdongubler/push-kkxvvpmsqnqm
branch
from
November 5, 2024 19:12
3389296
to
0c5f071
Compare
This resolves ambiguity that will be introduced in the subsequent commit that adds `impl From<ConflictingDiagnosticRuleError> for naga::Error`.
ErichDonGubler
force-pushed
the
erichdongubler/push-kkxvvpmsqnqm
branch
from
November 8, 2024 02:29
0c5f071
to
3c78456
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: naga front-end
area: tests
Improvements or issues with our test suite
lang: WGSL
WebGPU Shading Language
naga
Shader Translator
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.
Tests
diagnostic
parsing added in #6456.Checklist
cargo fmt
.taplo format
.cargo clippy
. If applicable, add:--target wasm32-unknown-unknown
--target wasm32-unknown-emscripten
cargo xtask test
to run tests.CHANGELOG.md
. See simple instructions inside file.