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

Update caching.rst#7064

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
wouterj merged 1 commit intosymfony:masterfromReDnAxE:patch-5
Nov 10, 2016
Merged

Update caching.rst#7064

wouterj merged 1 commit intosymfony:masterfromReDnAxE:patch-5
Nov 10, 2016

Conversation

ReDnAxE
Copy link
Contributor

@ReDnAxEReDnAxE commentedOct 17, 2016
edited
Loading

Updating doc for this PR Making cache PSR6 compliant :#19741

@xabbuhxabbuh added this to the3.2 milestoneOct 17, 2016
fabpot added a commit to symfony/symfony that referenced this pull requestOct 17, 2016
…andre GESLIN)This PR was merged into the 3.2-dev branch.Discussion----------[ExpressionLanguage] Making cache PSR6 compliant| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | yes| Tests pass?   | yes| Fixed tickets | N/A| License       | MIT| Doc PR        | [#7064](symfony/symfony-docs#7064)Adding Cache component compatible ParserCache in ExpressionLanguage component.I hope you will find it useful :) I would like to make tests alsoCommits-------a7352ff [ExpressionLanguage] Making cache PSR6 compliant
symfony-splitter pushed a commit to symfony/doctrine-bridge that referenced this pull requestOct 17, 2016
…andre GESLIN)This PR was merged into the 3.2-dev branch.Discussion----------[ExpressionLanguage] Making cache PSR6 compliant| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | yes| Tests pass?   | yes| Fixed tickets | N/A| License       | MIT| Doc PR        | [#7064](symfony/symfony-docs#7064)Adding Cache component compatible ParserCache in ExpressionLanguage component.I hope you will find it useful :) I would like to make tests alsoCommits-------a7352ff [ExpressionLanguage] Making cache PSR6 compliant
@@ -39,12 +37,6 @@ in the object using the constructor::
$cache = new MyDatabaseParserCache(...);
$language = new ExpressionLanguage($cache);
Copy link
Member

Choose a reason for hiding this comment

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

Can we maybe enhance this a bit, to show we're really doing PSR-6 here?

E.g. by showing something like:

useSymfony\Component\ExpressionLanguage\ExpressionLanguage;useSymfony\Component\Cache\RedisAdapter;$cache =newRedisAdapter(...);$language =newExpressionLanguage($cache);

Then, we can add a small "seealso" box pointing to the cache component:

..seealso::    See the:doc:`/components/cache` documentation for more information about    available cache adapters.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Thank you for your help, I agree, I'll do it as soon as possible :)

wouterj reacted with thumbs up emoji
@wouterjwouterj removed the On hold labelNov 8, 2016
@wouterj
Copy link
Member

The feature is now merged, congratz@ReDnAxE!

Thanks a lot for submitting a doc PR alongside your code PR. I've suggest some changes. If you have some time, please apply the suggestions if you agree with them. Otherwise, you can just comment and we'll finish this PR so it's merged before the 3.2 stable release.

status: needs work

[ExpressionLanguage] Making cache PSR6 compliant
@ReDnAxE
Copy link
ContributorAuthor

I just applied your recommendations ^^, you think it is enough ?

status: needs review

@wouterj
Copy link
Member

👍
status: reviewed

I think it's perfect now. Thanks!

@javiereguiluz
Copy link
Member

👍

@wouterjwouterj merged commitf03f2f3 intosymfony:masterNov 10, 2016
wouterj added a commit that referenced this pull requestNov 10, 2016
This PR was merged into the master branch.Discussion----------Update caching.rstUpdating doc for this PR Making cache PSR6 compliant : [#19741](symfony/symfony#19741)Commits-------f03f2f3 Update caching.rst
@wouterj
Copy link
Member

Thanks for documenting the feature you submitted! I've merged this into the docs now and made some very minor changes in31939d5 Hope to see you back in the future!

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

@wouterjwouterjwouterj left review comments

Assignees
No one assigned
Projects
None yet
Milestone
3.2
Development

Successfully merging this pull request may close these issues.

5 participants
@ReDnAxE@wouterj@javiereguiluz@xabbuh@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp