-
Notifications
You must be signed in to change notification settings - Fork 226
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
Values of correct type when validating SDL. Fixes #965 #966
Conversation
Signed-off-by: Kadri Nebiu <[email protected]>
@yanns do you think these tests are because of the changes I made? If I revert my changes, some tests do fail. Am I missing something? |
For me, all tests are passing on |
…StringValue) to be checked with invalid types. Signed-off-by: Kadri Nebiu <[email protected]>
Oh - that was a good catch. My change ended up validating comments which are When I run sbt test I get 4 test failed on main - this is the reason I asked because I expected some test to fail:
Let's see now |
Can you check that further? It's not expected. |
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 really appreciate the attention you gave to the tests! 💯
As I'm not completely sure about the impact of this change, I'll do the following:
- merge this PR
- cut a RC release
- try this RC release (you can also try the RC release if you want)
If everything is good, then we'll go with a stable release.
If we notice an issue, we can check it.
I've tried https://github.com/sangria-graphql/sangria/releases/tag/v3.5.3-RC1 on internal applications, and it does not break anything ;) |
Great! I do not have a production application as I am only learning (in detail) GraphQL and just happened to pick Scala and Sangria for this journey. But I am still at the beginning, so I may come back with additional stuff, who knows? Thank you so much for supporting me. |
No description provided.