10000 [FrameworkBundle] [Workflow] Fix service marking store configuration by fduch · Pull Request #20760 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[FrameworkBundle] [Workflow] Fix service marking store configuration #20760

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

Closed
wants to merge 3 commits into from

Conversation

fduch
Copy link
Contributor
@fduch fduch commented Dec 5, 2016
Q A
Branch? "master"
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets no
License MIT
Doc PR no

Currently workflow marking store configuration checks that service and arguments fields are not specified simultaneously using isset function.

Since arguments node defines prototype node inside, even if arguments node is not specified, - after processing it looks like empty array. If service setting is set it leads to failing build with validation error message (due to isset([]) returns true):
"arguments" and "service" cannot be used together..

This patch addresses this issue.

@fduch
Copy link
Contributor Author
fduch commented Dec 8, 2016

Also tests added

@fduch fduch force-pushed the fix-workflow-configuration branch from d10d90b to 1bc83c5 Compare December 8, 2016 14:10
from:
- first
to:
- last
Copy link
Member

Choose a reason for hiding this comment

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

please add the final EOL

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@stof
Copy link
Member
stof commented Dec 8, 2016

👍
Status: reviewed

@nicolas-grekas
Copy link
Member

Thank you @fduch.

nicolas-grekas added a commit that referenced this pull request Dec 8, 2016
…figuration (fduch)

This PR was submitted for the master branch but it was merged into the 3.2 branch instead (closes #20760).

Discussion
----------

[FrameworkBundle] [Workflow] Fix service marking store configuration

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

Currently workflow marking store configuration [checks](https://github.com/symfony/symfony/blob/3.2/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L271-L272) that `service` and `arguments` fields are not specified simultaneously using `isset` function.

Since [arguments node](https://github.com/symfony/symfony/blob/3.2/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L253-L261) defines prototype node inside, even if `arguments` node is not specified, -  after processing it looks like empty array. If `service` setting is set it leads to failing build with validation error message (due to `isset([])` returns `true`):
`"arguments" and "service" cannot be used together.`.

This patch addresses this issue.

Commits
-------

3289b10 [FrameworkBundle] [Workflow] Fix service marking store configuration
@fduch fduch deleted the fix-workflow-configuration branch December 8, 2016 15:24
@fduch fduch restored the fix-workflow-configuration branch December 8, 2016 15:26
@fabpot fabpot mentioned this pull request Dec 13, 2016
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.

4 participants
0