Skip to content
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

[LiveComponent] Store TemplateMap in build_dir #1525

Merged
merged 1 commit into from Feb 26, 2024

Conversation

smnandre
Copy link
Collaborator

Q A
Bug fix? yes
New feature? no
Issues Fix #1522
License MIT

Per default build_dir = cache_dir so that won't change a thing for most of installs.

But in projects with a distinct build directory, this PR fixes a bug where cache:clear did not create the file. (cf #1522)

Per default `build_dir` = `cache_dir` so that won't change a thing.

In projects having a distinct build directory, it fixes a bug where cache:clear did not create the file. (cf symfony#1522)
@carsonbot carsonbot added the Status: Needs Review Needs to be reviewed label Feb 21, 2024
@smnandre
Copy link
Collaborator Author

@althaus could you check if this change fixes your issue ?

@althaus
Copy link
Contributor

althaus commented Feb 21, 2024

That patch fixes my described issues.

@carsonbot carsonbot added Status: Reviewed Has been reviewed by a maintainer and removed Status: Needs Review Needs to be reviewed labels Feb 21, 2024
@weaverryan
Copy link
Member

Thanks Simon!

@weaverryan weaverryan merged commit 09a6210 into symfony:2.x Feb 26, 2024
30 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Reviewed Has been reviewed by a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[LiveComponent] TemplateCacheWarmer not warming up cache
5 participants