Skip to content

[Translation] Added support for multiple files or directories in XliffLintCommand #28522

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

Merged
merged 1 commit into from
Sep 21, 2018

Conversation

yceruto
Copy link
Member

@yceruto yceruto commented Sep 19, 2018

Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR symfony/symfony-docs#10368

Same approach of #28521

@@ -71,7 +71,7 @@
"symfony/property-info": "<3.4",
"symfony/serializer": "<4.1",
"symfony/stopwatch": "<3.4",
"symfony/translation": "<4.2",
"symfony/translation": "<=4.2",
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't look right to me as it would actually mean that when 4.2 is released we wouldn't be able to use FrameworkBundle with any stable release of the Translation component then.

Copy link
Member

Choose a reason for hiding this comment

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

We can just revert all the changes for this file (it's okay if the deps=high build fails in this case).

Copy link
Member

Choose a reason for hiding this comment

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

it's okay if the deps=high build fails in this case

Actually no, it's not OK on master: a deps=high failure on master means 4.1 will break with the change when using 4.2 deps.
But yes! the composer.json changes must be reverted.

Copy link
Member Author

@yceruto yceruto Sep 20, 2018

Choose a reason for hiding this comment

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

Reverted, but deps=high will fails, not sure how to solve it :( I tried how far I could, so I need help here.

  • Installing symfony/translation (4.2.x-dev): Downloading (100%)

Copy link
Member

Choose a reason for hiding this comment

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

Proposal to patch 4.1 in #28525

@nicolas-grekas nicolas-grekas added this to the next milestone Sep 20, 2018
@nicolas-grekas
Copy link
Member

Thank you @yceruto.

@nicolas-grekas nicolas-grekas merged commit 88ec37b into symfony:master Sep 21, 2018
nicolas-grekas added a commit that referenced this pull request Sep 21, 2018
…ctories in XliffLintCommand (yceruto)

This PR was squashed before being merged into the 4.2-dev branch (closes #28522).

Discussion
----------

[Translation] Added support for multiple files or directories in XliffLintCommand

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | symfony/symfony-docs#10368

Same approach of #28521

Commits
-------

88ec37b [Translation] Added support for multiple files or directories in XliffLintCommand
@yceruto yceruto deleted the xliff-lint-cmd-feat branch September 21, 2018 11:06
javiereguiluz added a commit to symfony/symfony-docs that referenced this pull request Sep 21, 2018
…ories in XliffLintCommand (yceruto, javiereguiluz)

This PR was merged into the master branch.

Discussion
----------

[Translation] Added support for multiple files or directories in XliffLintCommand

See symfony/symfony#28522

Commits
-------

e4494bd Added the versionadded directive
e68d242 typo
5657303 Added support for multiple files or directories
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.2 Nov 1, 2018
This was referenced Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants