Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[FrameworkBundle] Fix callingKernel::warmUp() when runningcache:warmup#51969

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nicolas-grekas merged 1 commit intosymfony:5.4fromnicolas-grekas:fwb-warm-kernel
Oct 12, 2023

Conversation

@nicolas-grekas
Copy link
Member

QA
Branch?5.4
Bug fix?yes
New feature?no
Deprecations?no
Tickets-
LicenseMIT

Maps to

$preload =$thisinstanceof WarmableInterface ? (array)$this->warmUp($this->container->getParameter('kernel.cache_dir')) : [];
if ($this->container->has('cache_warmer')) {
$preload =array_merge($preload, (array)$this->container->get('cache_warmer')->warmUp($this->container->getParameter('kernel.cache_dir')));
}

@OskarStarkOskarStark changed the title[FrameworkBundle] Fix calling Kernel::warmUp() when running cache:warmup[FrameworkBundle] Fix callingKernel::warmUp() when runningcache:warmupOct 10, 2023
@nicolas-grekasnicolas-grekas merged commit4290999 intosymfony:5.4Oct 12, 2023
@nicolas-grekasnicolas-grekas deleted the fwb-warm-kernel branchOctober 16, 2023 20:21
@fabpotfabpot mentioned this pull requestOct 21, 2023
@fabpotfabpot mentioned this pull requestOct 29, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@HeahDudeHeahDudeHeahDude left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

5.4

Development

Successfully merging this pull request may close these issues.

3 participants

@nicolas-grekas@HeahDude@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp