Skip to content
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

add 'epoch' to irregular words list #226

Merged
merged 2 commits into from
Aug 19, 2023

Conversation

kyosheek
Copy link
Contributor

Add irregular word 'epoch' to list. Reference: https://www.britannica.com/dictionary/epoch

@greg0ire
Copy link
Member

@kyosheek thanks for this. What was the behavior before your fix?

Cc @driesvints

@kyosheek
Copy link
Contributor Author

kyosheek commented Jun 26, 2023

@greg0ire it was according to grammar rules I suppose (I am not native speaker :d), epoch -> epoches, like with witch/witches, watch/watches etc.

@greg0ire
Copy link
Member

greg0ire commented Jun 26, 2023

I suppose

What do you mean? You haven't seen an actual bug? How did you spot the issue?

@kyosheek
Copy link
Contributor Author

I mean that pluralizes acts according to grammar rules, but the epoch word is exception in this case, sorry for the confusion.

The bug appeared in our production code while using Laravel's helper function for pluralizing, Str::plural() to be exact.

@greg0ire
Copy link
Member

Oh I wasn't confused about the issue was, but about how you noticed it. Thanks for clarifying that.

Copy link
Member

@SenseException SenseException left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ if we still add this change to the next patch release.

Is the failed bc check somehow relevant to the change?

@greg0ire
Copy link
Member

No, it has to do with Nyholm/roave-bc-check-docker#32

Copy link
Member

@derrabus derrabus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That case should be added to EnglishFunctionalTest as well.

@pimjansen
Copy link

No, it has to do with Nyholm/roave-bc-check-docker#32

Same my last reply on the issue there!

@greg0ire greg0ire merged commit 2c28a3c into doctrine:2.0.x Aug 19, 2023
13 of 14 checks passed
@greg0ire greg0ire added this to the 2.0.9 milestone Aug 19, 2023
@greg0ire
Copy link
Member

Thanks @kyosheek !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants