Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 15.5k
Fix grammar verification#37607
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
Uh oh!
There was an error while loading. Please reload this page.
Fix grammar verification #37607
Changes from all commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -20,11 +20,11 @@ skipped=0 | ||
| check() { | ||
| grep --silent "// ignore-lexer-test" "$1"; | ||
| # if it's *not* found... | ||
| # if it is *not* found... | ||
| if [ $? -eq 1 ]; then | ||
| cd $2 # This `cd` is so java will pick up RustLexer.class. I couldn't | ||
| cd $2 # This `cd` is so java will pick up RustLexer.class. I could not | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same. | ||
| # figure out how to wrangle the CLASSPATH, just adding build/grammar | ||
| # didn't seem to have any effect. | ||
| # did not seem to have any effect. | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same. | ||
| if $3 RustLexer tokens -tokens < $1 | $4 $1 $5; then | ||
| echo "pass: $1" | ||
| passed=`expr $passed + 1` | ||
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.
Not sure to see the usefulness of this change...
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.
Well I read it and I thought I change it. Is it wrong?
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.
Well it's not wrong, but "it's is just as good as "it is" so why changing it?
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 learned it that way in school, an old habit.