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!: remove copy footgun from parser iterators #1036

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Conversation

obmarg
Copy link
Owner

@obmarg obmarg commented Sep 8, 2024

Having an Iterator that is Copy is quite easy to accidentally misuse. This change updates the various Iterators in cynic-parser to either not be Copy or implement IntoIterator instead of directly implementing Iterator.

Fixes #1031

Having an Iterator that is `Copy` is quite easy to accidentally misuse.
This change updates the various Iterators in cynic-parser to either not
be Copy or implement IntoIterator instead of directly implementing
Iterator.

Fixes #1031
Copy link

netlify bot commented Sep 8, 2024

Deploy Preview for cynic-querygen-web ready!

Name Link
🔨 Latest commit c5649f5
🔍 Latest deploy log https://app.netlify.com/sites/cynic-querygen-web/deploys/66ddca6777ef460008170f4c
😎 Deploy Preview https://deploy-preview-1036--cynic-querygen-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@obmarg obmarg merged commit 606f621 into main Sep 8, 2024
6 checks passed
@obmarg obmarg deleted the obmarg/mpmrqwypuxks branch September 8, 2024 16:10
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.

Iter & IdRange + Copy concerns
1 participant