-
Notifications
You must be signed in to change notification settings - Fork 4k
[Relay][Prelude] Use the Relay parser to define the Relay prelude #3043
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
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ef42cc2
Add ability to load Prelude from disk
jroesch 6ddc598
Port over id
jroesch 612b7a2
Define compose
jroesch 0a3df46
Linting errors and style changes
slyubomirsky c282ac7
Eliminate unnecessary parens
slyubomirsky 5598aa8
Rename identType to typeIdent (makes more sense)
slyubomirsky b6a1241
Another unnecessary paren
slyubomirsky fa1be6c
Bump the version number for the text format
slyubomirsky 47fe2d1
Ensure .rly (Relay text files) are permitted
slyubomirsky 093c614
Correct release number and simplify grammar rule
slyubomirsky e8b6f6c
Correct load_prelude docstring
slyubomirsky d567278
Corrections to _parser
slyubomirsky 57d93f6
Add Apache headers to prelude source file
slyubomirsky e7a9796
Remove test_prelude (redundant)
slyubomirsky a56f2f2
Correct misleading error message
slyubomirsky 137df1a
Add check that parser is enabled in Prelude
slyubomirsky 24d89a5
Commit pre-generated parser, ensure generated files are treated as bi…
slyubomirsky b504501
Permit parser files and git attributes files
slyubomirsky 72a98b4
Exclude gitattributes and parser files from apache check
slyubomirsky 67e7237
Another attempt at appeasing Apache audit checker
slyubomirsky e2799ed
Corrections to rat-excludes
slyubomirsky d56349d
Apache should be truly appeased now
slyubomirsky 790d5f7
Ignore Relay parser files by name
slyubomirsky e417e3e
Mark parser files as generated so they don't show up on Github
slyubomirsky e67b1b5
Add parsing helper function for tests
slyubomirsky 6e08ad5
Mark parser files as not detectable
slyubomirsky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Relay* binary | ||
| Relay* linguist-generated=true | ||
| Relay* linguist-detectable=false |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.