-
Notifications
You must be signed in to change notification settings - Fork 935
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
Fold Error
source chain Display
output into shader errors
#3731
Closed
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
force-pushed
the
better-diags
branch
3 times, most recently
from
June 8, 2023 16:07
4aeab2c
to
958df3f
Compare
Poke from triage. |
@cwfitzgerald: Hey, sorry this has been taking a while. I've been doing a lot of work with getting WebGPU's CTS working against Firefox, and haven't given this much time yet. I do plan on resuming it in the next couple of months or so, but I can't promise earlier than that, right now. 🙏🏻💦 |
No worries :) |
ErichDonGubler
force-pushed
the
better-diags
branch
2 times, most recently
from
July 25, 2023 16:24
3a383d7
to
ff93928
Compare
What's the status of this? |
ErichDonGubler
force-pushed
the
better-diags
branch
from
September 20, 2023 19:38
ff93928
to
a6b67f2
Compare
ErichDonGubler
force-pushed
the
better-diags
branch
2 times, most recently
from
December 22, 2023 19:56
d0b6b68
to
8f263c7
Compare
ErichDonGubler
force-pushed
the
better-diags
branch
from
January 11, 2024 21:19
8f263c7
to
2263ef3
Compare
ErichDonGubler
force-pushed
the
better-diags
branch
from
January 26, 2024 18:22
2263ef3
to
8781f31
Compare
ErichDonGubler
force-pushed
the
better-diags
branch
3 times, most recently
from
February 9, 2024 19:44
356ca8a
to
ec1f042
Compare
ErichDonGubler
force-pushed
the
better-diags
branch
2 times, most recently
from
February 26, 2024 17:36
7097056
to
d6c6305
Compare
ErichDonGubler
force-pushed
the
better-diags
branch
from
March 7, 2024 03:47
d6c6305
to
2bee16c
Compare
ErichDonGubler
force-pushed
the
better-diags
branch
2 times, most recently
from
April 2, 2024 01:05
ecd8300
to
a325ce5
Compare
ErichDonGubler
force-pushed
the
better-diags
branch
from
April 18, 2024 14:31
a325ce5
to
1bf9e22
Compare
ErichDonGubler
force-pushed
the
better-diags
branch
from
May 8, 2024 21:52
1bf9e22
to
f6709f0
Compare
ErichDonGubler
force-pushed
the
better-diags
branch
from
May 30, 2024 21:02
f6709f0
to
b331d23
Compare
7 tasks
Superseded by #6436. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related: #4494
Checklist
cargo clippy
.RunRUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown
if applicable.Connections
Link to the issues addressed by this PR, or dependent PRs in other repositories
Description
Describe what problem this is solving, and how it's solved.
Testing
Explain how this change is tested.