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

Skip to content

Simplify the default Kernel #705

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
1 commit merged into from
Dec 17, 2019
Merged

Simplify the default Kernel #705

1 commit merged into from
Dec 17, 2019

Conversation

nicolas-grekas
Copy link
Member

@nicolas-grekas nicolas-grekas commented Dec 7, 2019

Q A
License MIT
Doc issue/PR -

Requires symfony/symfony#34873

Removes also the multi file-extensions support. Nobody needs that by default AFAIK. Ppl that do can easily add it back.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Pull request passes validation.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Pull request passes validation.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Pull request passes validation.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Pull request passes validation.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Pull request passes validation.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Pull request passes validation.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Pull request passes validation.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Pull request passes validation.

ghost pushed a commit that referenced this pull request Dec 17, 2019
@ghost ghost merged commit 5d24d65 into symfony:master Dec 17, 2019
@nicolas-grekas nicolas-grekas deleted the µk branch January 10, 2020 16:05
@Tobion
Copy link
Contributor

Tobion commented Apr 6, 2020

Removes also the multi file-extensions support. Nobody needs that by default AFAIK. Ppl that do can easily add it back.

Can we be sure that no recipe uses something else than yaml? Even contrib ones? All those would be ignored suddenly.

@nicolas-grekas
Copy link
Member Author

IIRC the CI not enforces yaml. IIRC also, I had a look at the repos back then.

{
$container->addResource(new FileResource($this->getProjectDir().'/config/bundles.php'));
$container->setParameter('container.dumper.inline_class_loader', \PHP_VERSION_ID < 70400);
$container->setParameter('container.dumper.inline_factories', true);
Copy link
Contributor

Choose a reason for hiding this comment

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

For reference why this got removed: symfony/symfony#36193

Choose a reason for hiding this comment

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

Thank you for this note @Tobion! Super helpful.

ob-ivan pushed a commit to ob-ivan/ommacomics that referenced this pull request Aug 11, 2021
ob-ivan pushed a commit to ob-ivan/ommacomics that referenced this pull request Sep 3, 2021
ob-ivan pushed a commit to ob-ivan/ommacomics that referenced this pull request Feb 13, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants