Skip to content

[FrameworkBundle] Only override getProjectDir if it exists in the kernel #22921

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 26, 2017

Conversation

aschempp
Copy link
Contributor

Q A
Branch? 3.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #22872, #2289
License MIT
Doc PR -

As discussed with @nicolas-grekas, the getProjectDir method does not belong to KernelInterface so it can't just be called. I think we should also not add the method to the kernel if it does not exist in the parent, because we would not have a useful value to return.

Copy link
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

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

👍 but for 3.3

@aschempp aschempp force-pushed the optional-projectdir branch from 9634007 to c7ed08e Compare May 26, 2017 13:29
@aschempp aschempp changed the base branch from 3.4 to 3.3 May 26, 2017 13:29
@aschempp
Copy link
Contributor Author

sorry about that, I have rebased to 3.3

@fabpot
Copy link
Member

fabpot commented May 26, 2017

Thank you @aschempp.

@fabpot fabpot merged commit c7ed08e into symfony:3.3 May 26, 2017
fabpot added a commit that referenced this pull request May 26, 2017
… in the kernel (aschempp)

This PR was merged into the 3.3 branch.

Discussion
----------

[FrameworkBundle] Only override getProjectDir if it exists in the kernel

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

As discussed with @nicolas-grekas, the `getProjectDir` method does not belong to `KernelInterface` so it can't just be called. I think we should also not add the method to the kernel if it does not exist in the parent, because we would not have a useful value to return.

Commits
-------

c7ed08e Only override getProjectDir if it exists in the kernel
@xabbuh xabbuh added this to the 3.3 milestone May 26, 2017
@aschempp aschempp deleted the optional-projectdir branch May 29, 2017 15:00
@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.

6 participants