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

Compact leak single pass #6934

Open
wants to merge 9 commits into
base: trunk
Choose a base branch
from

Conversation

kentslaney
Copy link
Contributor

@kentslaney kentslaney commented Jan 16, 2025

Connections
closes #6788
alternative to #6806

Description
implements #6806 (comment)

Testing
This is tested by checking that going from expression to type and back, along with the opposite, is correctly marked as used. It also checks that adding an unused type using an expression gets compacted out.

Checklist

  • Run cargo fmt.
  • Run taplo format.
  • Run cargo clippy. If applicable, add:
    • --target wasm32-unknown-unknown
    • --target wasm32-unknown-emscripten
  • Run cargo xtask test to run tests.
  • Add change to CHANGELOG.md. See simple instructions inside file.

@kentslaney kentslaney requested a review from a team as a code owner January 16, 2025 21:46
@kentslaney kentslaney mentioned this pull request Jan 16, 2025
7 tasks
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.

[naga] PendingArraySize::Expression breaks compaction
1 participant