-
Notifications
You must be signed in to change notification settings - Fork 163
Gql parser 0.4 #396
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
Gql parser 0.4 #396
Conversation
8661127
to
bf15cdf
Compare
Also needs this PR now: graphql-rust/graphql-parser#57 |
bf15cdf
to
94a0286
Compare
The extra lifetime and type parameters to do the same thing are a bit of a shame, but it's worth upgrading, thanks for the hard work! The PR looks good 👍 Let's wait for the graphql-parser PR to be merged and merge this. |
94a0286
to
07fb2f9
Compare
07fb2f9
to
0e93237
Compare
Is this PR close to being merged? There are a couple advisories for |
graphql-rust/graphql-parser#57 has been merged for a few months now, so this one should be ready to go but I don't know what the status is |
0e93237
to
d0bc344
Compare
Requires 0.4.x so that `Document<'a, String>::into_static()` exists. Future work can try and reduce the amount of `'static` used throughout the API, but this at least gets 0.4 into a working state.
Sorry for the delay; I've rebased and fix the compilation error I had locally. |
What happened to CI here? |
Hi, may I know what is the status of this PR? |
Waiting on reviewers/maintainers AFAIK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a fan of the extra generics over different string types, but since we depend on graphql parser, let's upgrade. Thanks for the PR!
Cc: @samuela