-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[RFC] Clarify and restrict unicode support #96
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This proposal alters the parser grammar to be more specific about what unicode characters are allowed as source, restricts those characters interpretted as white space or line breaks, and clarifies line break behavior relative to error reporting with a non-normative note.
3254078
to
11fba02
Compare
leebyron
added a commit
to graphql/graphql-js
that referenced
this pull request
Sep 24, 2015
This proposal alters the parser grammar to be more specific about what unicode characters are allowed as source, restricts those characters interpretted as white space or line breaks, and clarifies line break behavior relative to error reporting with a non-normative note. Implements graphql/graphql-spec#96
leebyron
added a commit
to graphql/graphql-js
that referenced
this pull request
Sep 24, 2015
This proposal alters the parser grammar to be more specific about what unicode characters are allowed as source, restricts those characters interpretted as white space or line breaks, and clarifies line break behavior relative to error reporting with a non-normative note. Implements graphql/graphql-spec#96
leebyron
added a commit
that referenced
this pull request
Sep 25, 2015
[RFC] Clarify and restrict unicode support
jhgg
added a commit
to jhgg/graphqllib
that referenced
this pull request
Sep 28, 2015
sogko
added a commit
to sogko/graphql
that referenced
this pull request
Mar 7, 2016
Parents: 1651039cf4 Author: Lee Byron <lee@leebyron.com> Date: 21 January 2016 at 3:10:44 PM SGT flow type the parser --- Commit: 6f2b66df332625a8f2269836f774e91d750e00ac [6f2b66d] Parents: 4bd4b33a5a Author: Lee Byron <lee@leebyron.com> Date: 1 October 2015 at 9:21:18 AM SGT Clearer lex errors for unprintable unicode Fixes graphql-go#183 --- Commit: 969095e9f6be0bb13a69c715c6ee4910814a065b [969095e] Parents: 5d4d531f23 Author: Lee Byron <lee@leebyron.com> Date: 25 September 2015 at 6:51:32 AM SGT Commit Date: 25 September 2015 at 6:53:31 AM SGT [RFC] Clarify and restrict unicode support This proposal alters the parser grammar to be more specific about what unicode characters are allowed as source, restricts those characters interpretted as white space or line breaks, and clarifies line break behavior relative to error reporting with a non-normative note. Implements graphql/graphql-spec#96 ---
mattstern31
pushed a commit
to mattstern31/graphql-gqllero-repository
that referenced
this pull request
Nov 10, 2022
Parents: 1651039cf4 Author: Lee Byron <lee@leebyron.com> Date: 21 January 2016 at 3:10:44 PM SGT flow type the parser --- Commit: 6f2b66df332625a8f2269836f774e91d750e00ac [6f2b66d] Parents: 4bd4b33a5a Author: Lee Byron <lee@leebyron.com> Date: 1 October 2015 at 9:21:18 AM SGT Clearer lex errors for unprintable unicode Fixes #183 --- Commit: 969095e9f6be0bb13a69c715c6ee4910814a065b [969095e] Parents: 5d4d531f23 Author: Lee Byron <lee@leebyron.com> Date: 25 September 2015 at 6:51:32 AM SGT Commit Date: 25 September 2015 at 6:53:31 AM SGT [RFC] Clarify and restrict unicode support This proposal alters the parser grammar to be more specific about what unicode characters are allowed as source, restricts those characters interpretted as white space or line breaks, and clarifies line break behavior relative to error reporting with a non-normative note. Implements graphql/graphql-spec#96 ---
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This proposal alters the parser grammar to be more specific about what unicode characters are allowed as source, restricts those characters interpretted as white space or line breaks, and clarifies line break behavior relative to error reporting with a non-normative note.