-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Use fresh path and ast_node values for errors of lazy evaluated queries #5021
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
Conversation
|
Hey, thanks for sharing this fix -- I'd love to include it! Would you mind including the script from #5020 in the test suite? You could add it to |
|
Thanks for your work on this! In reviewing the change, I realized that the source of the problem was I'm hesitant to change |
|
@rmosolgo is it possible to get this fix back-ported to 2.1 and 2.2 in addition to 2.3? I can do the heavy-lifting for this, if possible, but will just need a little guidance |
|
Yes, no problem. Basically my approach is to:
Let me know if you have any trouble -- I'd be happy to help with the backports. Once the PR is ready, I can merge and release to rubygems 👍 |
Closes #5020
I'm attempting to fix an issue with error paths and locations being duplicated with DataLoaders and lazy evaluation