Skip to content
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

Fix Panic in Surface Configure (#4635) (0.18 backport) #4649

Merged
merged 1 commit into from
Nov 11, 2023

Conversation

mcclure
Copy link

@mcclure mcclure commented Nov 7, 2023

Am I doing this right
#4635 has a "PR: Needs back-porting" tag
This is #4635 grafted (hg graft, not git cherry-pick, may not work the same way, I don't know, github marks the commit as "unverified" which makes sense because it's not really by @cwfitzgerald) onto the 0.18 branch

Checklist

  • Run cargo clippy.
  • Run cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Testing
I tested it with the code that was crashing in #4630 and it did not crash

@Wumpf
Copy link
Member

Wumpf commented Nov 11, 2023

Am I doing this right

Almost, you targeted the wrong branch in the github ui - this PR shouldn't go to trunk (the change is already there!) but instead to https://github.com/gfx-rs/wgpu/tree/v0.18

@Wumpf Wumpf changed the base branch from trunk to v0.18 November 11, 2023 21:36
@Wumpf
Copy link
Member

Wumpf commented Nov 11, 2023

(fixed that for you, just waiting for CI now)

@Wumpf Wumpf merged commit e156212 into gfx-rs:v0.18 Nov 11, 2023
26 of 27 checks passed
cwfitzgerald pushed a commit that referenced this pull request Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants