-
Notifications
You must be signed in to change notification settings - Fork 131
Change apostrophe in error message #81
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
Conversation
964f903
to
7eeea94
Compare
pairing of with ' is a LaTeX-ism, so it was probably intentional, but that doesn't mean it's desirable. I'd suggest using regular single quote ' instead of
. paired ` is a Markdown-ism which isn't any more appropriate here than LaTeX
Didn't see the edited comment, I'll change it. Sorry for the delay.
I'm not sure if this was intentionally left with `'` instead of ` in the closing apostrophe, but just in case it was not I made the PR. Scala CLA has been signed.
7eeea94
to
3dd55dd
Compare
Is there a way to relaunch tests? It is a failure with openjdk7 (https://travis-ci.org/scala/scala-parser-combinators/jobs/157424627), an overflow with core dump. I guess it has nothing to do with the actual changes.
danslapman
commented
Sep 5, 2016
Alternatively You can update the previos workaround this way
for now I just hit the "rebuild" button over on Travis
danslapman
commented
Sep 8, 2016
"rebuild" will not help in this case
I've opened a separate ticket on the OpenJDK 7 issue: #82
Ok, thanks @SethTisue , @danslapman . I'll wait then.
danslapman
commented
Sep 8, 2016
@egulias why waiting? Just patch travis file as I suggested...
danslapman
commented
Sep 8, 2016
This issue is described here: travis-ci/travis-ci#5227 (comment)
Take a look,
Ok, Will do.
El 8/9/2016 9:24 p. m., "danslapman" notifications@github.com escribió:
This issue is described here: travis-ci/travis-ci#5227 (comment)
travis-ci/travis-ci#5227 (comment)
Take a look,
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#81 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAwU_vafhj8tXFFSbgrG2NV3jqvvFlocks5qoGD2gaJpZM4JQQhG
.
Done @danslapman
LGTM, thanks @egulias!
The LaTeX quoting tradition is more confusing than helpful, I think. It should probably be changed everywhere later...
I'm not sure if this was intentionally left with
'
instead of "`" in the closing apostrophe, but just in case it was not I made the PR.Scala CLA has been signed.