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

Make entire valid::handles module dependent on "validate" feature. #2479

Closed
wants to merge 1 commit into from

Conversation

jimblandy
Copy link
Member

Rather than having #[cfg(feature = "validate")] attributes on almost every definition in src/valid/handles.rs, move the definitions we need unconditionally out of the module, and just put the whole module under a #[cfg].

Rather than having `#[cfg(feature = "validate")]` attributes on almost
every definition in `src/valid/handles.rs`, move the definitions we
need unconditionally out of the module, and just put the whole module
under a `#[cfg]`.
@cwfitzgerald
Copy link
Member

Hello, thank you for your PR against Naga!

As part of gfx-rs/wgpu#4231, we have moved development of Naga into the wgpu repository in the Naga subfolder. We have transferred all issues, but we are unable to automatically transfer PRs.

As such, please recreate your PR against the wgpu repository. We apologize for the inconvenience this causes, but will make contributing to both projects more streamlined going forward.

We are leaving PRs open, but once they are transferred, please close the original Naga PR.

@jimblandy
Copy link
Member Author

Since validation is no longer behind a feature, this PR is irrelevant.

@jimblandy jimblandy closed this Jan 31, 2024
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.

2 participants