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

[Inflector] remove "internal" marker from the component #30810

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

nicolas-grekas
Copy link
Member

@nicolas-grekas nicolas-grekas commented Apr 1, 2019

Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #26903
License MIT
Doc PR -

This code works: making it non-internal won't increase the maintenance burden and can help others build on it.

Copy link
Member

@fabpot fabpot left a comment

Choose a reason for hiding this comment

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

... once the tests pass

@fabpot
Copy link
Member

fabpot commented Apr 1, 2019

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 164b45b into symfony:master Apr 1, 2019
fabpot added a commit that referenced this pull request Apr 1, 2019
…t (nicolas-grekas)

This PR was merged into the 4.3-dev branch.

Discussion
----------

[Inflector] remove "internal" marker from the component

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #26903
| License       | MIT
| Doc PR        | -

This code works: making it non-internal won't increase the maintenance burden and can help others build on it.

Commits
-------

164b45b [Inflector] remove "internal" marker from the component
@nicolas-grekas nicolas-grekas deleted the inflector branch April 12, 2019 12:17
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.3 Apr 30, 2019
@fabpot fabpot mentioned this pull request May 9, 2019
@@ -58,7 +58,7 @@ public function singularizeProvider()
['crises', ['cris', 'crise', 'crisis']],
['criteria', ['criterion', 'criterium']],
['cups', 'cup'],
['data', ['daton', 'datum']],
Copy link
Contributor

Choose a reason for hiding this comment

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

Why was this test changed?

Previously issues with singular datum were considered as a "feature" - #17764 (comment)

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

Successfully merging this pull request may close these issues.

4 participants