-
Notifications
You must be signed in to change notification settings - Fork 39
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 typos and grammar in error-prone-contrib/README.md
#250
Conversation
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.
Added a commit.
Reflowed some other sentences and some other typos.
Important to know, a line cannot exceed the 80 characters, so pushed some tweaks for that as well 😉.
Thanks for the PR 👍🏻 🚀 !
error-prone-contrib/README.md
Outdated
replacement would cause a compilation error.) | ||
- Extend the `@Repeated` match semantics such that it also covers non-varargs | ||
methods. For a motivating example see google/error-prone#568. | ||
- When matching explicit type references, also match super types. For a | ||
motivating example, see the two subtly difference loop definitions in | ||
motivating example, see the two subtly different loop definitions in | ||
`CollectionRemoveAllFromCollectionBlock`. |
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.
This template got renamed.
error-prone-contrib/README.md
Outdated
such as this could form the basis for many other features listed here. (As a | ||
- More generally, investigate ways to plug in fully dynamic behavior, e.g. | ||
by providing hooks which enable plugging in arbitrary predicates/transformations. | ||
The result would be a Refaster/`BugChecker` hybrid. A feature such as this |
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.
The result would be a Refaster/`BugChecker` hybrid. A feature such as this | |
The result would be a Refaster/`BugChecker` hybrid. A feature like this |
error-prone-contrib/README.md
Outdated
- More generally, investigate ways to plug in fully dynamic behavior, e.g. | ||
by providing hooks which enable plugging in arbitrary predicates/transformations. | ||
The result would be a Refaster/`BugChecker` hybrid. A feature such as this | ||
could form the basis for many other features listed here. (As a | ||
concrete example, consider the ability to reference | ||
`com.google.errorprone.matchers.Matcher` implementations.) | ||
- Provide a way to match lambda expressions and method references which match a |
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.
We recently introduced this in 62fe10f, so removing this line.
3b28086
to
22002ac
Compare
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.
Tnx for the fixes!
Rebased and added a small commit. Ideally we get rid of this file before open-sourcing, so let's not spend to much on this. (At the same time we should find another low-key way of collecting ideas; details TBD.)
Suggested commit message:
Fix typos and grammar in `error-prone-contrib/README.md` (#250)
While there, drop an obsolete TODO entry.
error-prone-contrib/README.md
Spotted two typos, and then decided to read through the whole thing to see if I could spot more. Turns out I could!