You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We never seem to realise that we are out of errors. If I change p.err() to p.err_and_pop(), then it works for the example program, but hacking around with the input makes it fairly easy to crash the program.
Description
See apollographql/router#1065
Steps to reproduce
It's difficult to reproduce in the router, but I wrote a program to demonstrate the issue in the parser.
Expected result
If mutation is valid it should parse. If not, fail with error(s).
Actual result
Never returns until memory exhausted.
Environment
apollo-rs
crate: apollo-parserThe text was updated successfully, but these errors were encountered: