-
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
Fix: Schema rendering problems with Windows line separators #1129
Conversation
Thanks a lot! I very like the test case you added! The CI checks are failing with a compilation error:
Do you want to take care of this? |
One test seem to fail:
|
Seems like |
Having some code just for scala 2.12 is not optimal. |
`linesIterator` from Scala is not consistent for our cross-compiled versions, so we provide an explicit implementation (copied from Scala 2.13.14 StringOps.scala).
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 was checking the specs, and your code seems to be compliant with it: https://spec.graphql.org/October2021/#LineTerminator |
Fix #1125