8000 [ProxyManager] Add FC layer by nicolas-grekas · Pull Request #22892 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[ProxyManager] Add FC layer #22892

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

Merged
merged 1 commit into from
May 25, 2017
Merged

Conversation

nicolas-grekas
Copy link
Member
Q A
Branch? 3.3
Bug fix? no
New feature? no
BC breaks? yes - minor
Deprecations? yes - made a class final
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

This makes PRoxyDumper compatible with DumperInterface v4.0.
Technically, this is a BC break, but since I really don't expect anyone to extend ProxyDumper, I think we should do it - on 3.3 to close the gap as early as possible.

@@ -82,6 +82,8 @@ DependencyInjection

* Autowiring services based on the types they implement is deprecated and won't be supported in version 4.0. Rename (or alias) your services to their FQCN id to make them autowirable.

* [BC BREAK] The `NullDumper` class has been made final
Copy link
Member

Choose a reason for hiding this comment

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

this looks wrong to me. It is not actually final in 3.3

Copy link
Member Author
@nicolas-grekas nicolas-grekas May 24, 2017

C 8000 hoose a reason for hiding this comment

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

@final + the BC break means to me that we're considering the class final for real, taking advantage of it. IMHO, it sends the good info to the reader.

@nicolas-grekas nicolas-grekas merged commit 4aeb6d8 into symfony:3.3 May 25, 2017
nicolas-grekas added a commit that referenced this pull request May 25, 2017
This PR was merged into the 3.3 branch.

Discussion
----------

[ProxyManager] Add FC layer

| Q             | A
| ------------- | ---
| Branch?       | 3.3
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | yes - minor
| Deprecations? | yes - made a class final
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

This makes PRoxyDumper compatible with DumperInterface v4.0.
Technically, this is a BC break, but since I really don't expect anyone to extend ProxyDumper, I think we should do it - on 3.3 to close the gap as early as possible.

Commits
-------

4aeb6d8 [ProxyManager] Add FC layer
@nicolas-grekas nicolas-grekas deleted the fix-proxym branch May 25, 2017 05:52
nicolas-grekas added a commit that referenced this pull request May 25, 2017
This PR was merged into the 3.4 branch.

Discussion
----------

[travis] Fix 3/4 cross tests

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | needs #22892
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

I just realized that using 7.0 to run deps=high test prevents loading 4.0 versions of deps.

Commits
-------

6311be7 [travis] Fix 3/4 cross tests
@fabpot fabpot mentioned this pull request May 29, 2017
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.

3 participants
0