-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
refactor: occurences -> occurrences #2206
Conversation
API changes: 5 (Detected by Revapi) Old API: fr.inria.gforge.spoon:spoon-core:jar:7.1.0-20180711.225548-21 / New API: fr.inria.gforge.spoon:spoon-core:jar:7.1.0-SNAPSHOT
|
The refactoring you propose here might break a lot of API and does not really bring a value for the developers, so I won't merge it. |
this is a brand new, experimental API, so I would be OK to fix it right now. But I agree, in six months, it will be too late. |
I agree with all of you Simon, Martin, Tomasz ;-) I suggest to merge it now with the request to make new minor Spoon release 7.1 soon, then there will be not many clients influenced by this change. WDYT? ... it is interesting how much work might be to fix one missing |
Och no, it was quick (Shift+F6). |
@surli By mistake I deleted branch. |
could you create an empty commit to trigger back the CI please? And same for the other PRs |
All Travis green for: |
@monperrus This PR is follow up to refactor: fix naming occurences (re-introduced) #2214 As you merged #2214, this one should be too. This PR finishes partial fix from #2214 Previous discussion: #2206 @pvojtechovsky > ... it is interesting how much work might be to fix one missing r ... :-( It is even more - it looks like I forgot to rename: - setMinOccurence method and its argument - setMaxOccurence - patterns so I created this PR. Because we cannot have pair: - setMinOccurence (single *r*) - setMaxOccurrence (double *r*) this PR is required for consistency and to clean a mess. Sorry! I think now we have consistent min/max methods & their arguments & correct patterns. Someone please take a look. I am ready to merge.
@monperrus This PR is follow up to refactor: fix naming occurences (re-introduced) #2214 As you merged #2214, this one should be too. This PR finishes partial fix from #2214 Previous discussion: INRIA/spoon#2206 @pvojtechovsky > ... it is interesting how much work might be to fix one missing r ... :-( It is even more - it looks like I forgot to rename: - setMinOccurence method and its argument - setMaxOccurence - patterns so I created this PR. Because we cannot have pair: - setMinOccurence (single *r*) - setMaxOccurrence (double *r*) this PR is required for consistency and to clean a mess. Sorry! I think now we have consistent min/max methods & their arguments & correct patterns. Someone please take a look. I am ready to merge.
@monperrus This PR is follow up to refactor: fix naming occurences (re-introduced) #2214 As you merged #2214, this one should be too. This PR finishes partial fix from #2214 Previous discussion: INRIA/spoon#2206 @pvojtechovsky > ... it is interesting how much work might be to fix one missing r ... :-( It is even more - it looks like I forgot to rename: - setMinOccurence method and its argument - setMaxOccurence - patterns so I created this PR. Because we cannot have pair: - setMinOccurence (single *r*) - setMaxOccurrence (double *r*) this PR is required for consistency and to clean a mess. Sorry! I think now we have consistent min/max methods & their arguments & correct patterns. Someone please take a look. I am ready to merge.
Fixed naming in names.
I am ready to merge.