Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix the FrameworkBundle dependencies #16321

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
Oct 23, 2015
Merged

Conversation

stof
Copy link
Member

@stof stof commented Oct 23, 2015

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

Due to the new ClassCacheCacheWarmer, the ClassLoader component is now a
required dependency of the bundle.

See the current test failures for component builds (TwigBundle and SecurityBundle tests are triggering fatal errors because of the missing class)

Due to the new ClassCacheCacheWarmer, the ClassLoader component is now a
required dependency of the bundle.
@stof
Copy link
Member Author

stof commented Oct 23, 2015

Note that this fixes the build on Travis, but we still have a few failures on AppVeyor, which should also be debugged (but separately)

@Tobion
Copy link
Contributor

Tobion commented Oct 23, 2015

👍

@xabbuh
Copy link
Member

xabbuh commented Oct 23, 2015

👍

Status: Reviewed

@nicolas-grekas
Copy link
Member

I already debugged appveyor: #16288 is the fix

@tucksaun
Copy link
Contributor

👍

@Tobion
Copy link
Contributor

Tobion commented Oct 23, 2015

Thank you @stof.

@Tobion Tobion merged commit 02584c2 into symfony:2.8 Oct 23, 2015
Tobion added a commit that referenced this pull request Oct 23, 2015
This PR was merged into the 2.8 branch.

Discussion
----------

Fix the FrameworkBundle dependencies

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Due to the new ClassCacheCacheWarmer, the ClassLoader component is now a
required dependency of the bundle.

See the current test failures for component builds (TwigBundle and SecurityBundle tests are triggering fatal errors because of the missing class)

Commits
-------

02584c2 Fix the FrameworkBundle dependencies
@stof stof deleted the fix_frameworkbundle_deps branch October 23, 2015 16:48
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