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

[CI] Fix package-tests workflow checks for contracts#44511

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
fabpot merged 1 commit intosymfony:5.3fromfancyweb:ci/package-tests-contracts
Dec 9, 2021

Conversation

@fancyweb
Copy link
Contributor

QA
Branch?5.3
Bug fix?no
New feature?no
Deprecations?no
Tickets#44506 (comment)
LicenseMIT
Doc PR-

Our expectations are different for contracts.

@carsonbotcarsonbot added this to the5.3 milestoneDec 8, 2021
@fancywebfancyweb requested a review fromNyholmDecember 8, 2021 17:43
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.

Awesome.

@fabpot
Copy link
Member

Thank you@fancyweb.

@fabpotfabpot merged commit6ff1b63 intosymfony:5.3Dec 9, 2021
@fancywebfancyweb deleted the ci/package-tests-contracts branchDecember 9, 2021 12:41
if [ $(_jq '.component_bridge')==false ]; then
if [ $TYPE=='component_bridge' ]; then
if [ ! $(cat composer.json | jq -e ".replace.\"$NAME\"|test(\"self.version\")") ]; then
echo "Composer.json's replace section needs to contain $NAME"
Copy link
Member

Choose a reason for hiding this comment

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

why is this done only for component bridges ? bundles, normal bridges (other than the phpunit one which is special) and components (other than runtime which is a composer plugin) should also be replaced.

Andcontract type should be replaced insrc/Symfony/Contracts/composer.json file

fancyweb added a commit that referenced this pull requestJan 3, 2022
…ection (Nyholm)This PR was merged into the 5.3 branch.Discussion----------[CI] If package is not bridge, it should be in replace section| Q             | A| ------------- | ---| Branch?       | 6.1| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Tickets       || License       | MIT| Doc PR        |Related to#44511. Ping `@fancyweb`We should only add packages in the root composer's replace section for bundles, packages and contracts. Ie everything but bridges.Commits-------d9f0d8e [CI] If package is not bridge, it should be in replace section
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@stofstofstof left review comments

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

@NyholmNyholmNyholm approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

5.3

Development

Successfully merging this pull request may close these issues.

6 participants

@fancyweb@fabpot@nicolas-grekas@stof@Nyholm@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp