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

[Cache] leverage Contracts\Cache#28097

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

Conversation

@nicolas-grekas
Copy link
Member

QA
Branch?master
Bug fix?no
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets-
LicenseMIT
Doc PR-

Implementing#28096

Copy link
Member

@NyholmNyholm left a comment

Choose a reason for hiding this comment

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

This needs to be updated

<serviceid="Symfony\Component\Cache\Adapter\AdapterInterface"alias="cache.app" />
<serviceid="Symfony\Component\Cache\CacheInterface"alias="cache.app.taggable" />
<serviceid="Symfony\Contracts\Cache\CacheInterface"alias="cache.app" />
<serviceid="Symfony\Contracts\Cache\ExtendedCacheInterface"alias="cache.app" />
Copy link
Member

Choose a reason for hiding this comment

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

Please remove this line.

<serviceid="Symfony\Contracts\Cache\CacheInterface"alias="cache.app" />
<serviceid="Symfony\Contracts\Cache\ExtendedCacheInterface"alias="cache.app" />
<serviceid="Symfony\Contracts\Cache\TagAwareCacheInterface"alias="cache.app.taggable" />
<serviceid="Symfony\Contracts\Cache\ExtendedTagAwareCacheInterface"alias="cache.app.taggable" />
Copy link
Member

Choose a reason for hiding this comment

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

It should beTagAwareCacheInterface

@nicolas-grekas
Copy link
MemberAuthor

thanks fixed

Copy link
Member

@NyholmNyholm left a comment

Choose a reason for hiding this comment

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

Thank you. 👍

*
* @author Nicolas Grekas <p@tchwork.com>
*/
interface CacheInterface
Copy link
Member

Choose a reason for hiding this comment

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

For the record: This interface has never been released, so it is okey to remove it.

@nicolas-grekasnicolas-grekasforce-pushed thecache-contract branch 4 times, most recently from2d2d0f7 tod9f19bcCompareSeptember 4, 2018 06:46
Copy link
Member

@fabpotfabpot left a comment

Choose a reason for hiding this comment

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

With one small comment

@nicolas-grekasnicolas-grekasforce-pushed thecache-contract branch 3 times, most recently from4ad3e50 toec22696CompareSeptember 4, 2018 07:00
"psr/simple-cache-implementation":"1.0",
"symfony/cache-contracts":"1.0",
"symfony/service-contracts":"1.0",
"symfony/translation-contracts":"1.0"
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

I realized we should add this. OK to you?

fabpot reacted with thumbs up emoji
@nicolas-grekas
Copy link
MemberAuthor

rebased

@nicolas-grekasnicolas-grekas merged commit0a1220f intosymfony:masterSep 4, 2018
nicolas-grekas added a commit that referenced this pull requestSep 4, 2018
This PR was merged into the 4.2-dev branch.Discussion----------[Cache] leverage Contracts\Cache| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -Implementing#28096Commits-------0a1220f [Cache] leverage Contracts\Cache
@nicolas-grekasnicolas-grekas deleted the cache-contract branchSeptember 4, 2018 08:09
@nicolas-grekasnicolas-grekas modified the milestones:next,4.2Nov 1, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@NyholmNyholmNyholm approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

4.2

Development

Successfully merging this pull request may close these issues.

4 participants

@nicolas-grekas@fabpot@Nyholm@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp