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

[DependencyInjection] Add mentions where to find configCache#20035

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
javiereguiluz merged 1 commit intosymfony:6.4fromsukhoy94:patch-3
Jul 18, 2025

Conversation

sukhoy94
Copy link
Contributor

Added mention where to find ConfigCache class. To be used in $containerCache->write()

@sukhoy94
Copy link
ContributorAuthor

sukhoy94 commentedJul 11, 2024
edited
Loading

@carsonbot can someone review it? 🙏

@sukhoy94
Copy link
ContributorAuthor

@alexandre-daubois thx for suggestions :)

@@ -500,7 +500,8 @@ serves at dumping the compiled container::
The ``file_put_contents()`` function is not atomic. That could cause issues
in a production environment with multiple concurrent requests. Instead, use
the :ref:`dumpFile() method <filesystem-dumpfile>` from Symfony Filesystem
component or other methods provided by Symfony (e.g. ``$containerConfigCache->write()``)
component or other methods provided by Symfony (e.g. ``$containerConfigCache->write()``
which is part of the :doc:`Config component </components/config>`)
which are atomic.
Copy link
Contributor

Choose a reason for hiding this comment

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

the atomic part relates to the method, not to the config component

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@OskarStark true, my point is just to mention where $containerConfigCache->write() may be found.
I think now it's correct, the part

  which are atomic.

goes after brackets and refers to component or other methods provided by Symfony

@javiereguiluzjaviereguiluz added this to the6.4 milestoneJul 18, 2025
@carsonbotcarsonbot changed the titleAdd mentions where to find configCache[DependencyInjection] Add mentions where to find configCacheJul 18, 2025
@javiereguiluzjaviereguiluz changed the base branch from7.1 to6.4July 18, 2025 14:05
@javiereguiluzjaviereguiluz merged commitbbf4764 intosymfony:6.4Jul 18, 2025
3 checks passed
@javiereguiluz
Copy link
Member

Merged! Thanks Andrii.

sukhoy94 reacted with heart emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@OskarStarkOskarStarkOskarStark left review comments

@alexandre-dauboisalexandre-dauboisalexandre-daubois left review comments

@xabbuhxabbuhAwaiting requested review from xabbuh

Assignees
No one assigned
Projects
None yet
Milestone
6.4
Development

Successfully merging this pull request may close these issues.

5 participants
@sukhoy94@javiereguiluz@OskarStark@alexandre-daubois@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp