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

[DI] Rework config hierarchy: defaults > instanceof > service config#22294

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

Closed
Closed
Changes from1 commit
Commits
Show all changes
19 commits
Select commitHold shift + click to select a range
8698228
Reworking the instanceof feature to act more like a "default" than li…
weaverryanApr 5, 2017
db96c89
Moving changes tracking from ChildDefinition to Definition and fixing…
weaverryanApr 5, 2017
24a6a83
Adding a test for the config overriding order
weaverryanApr 6, 2017
6202909
Fixing a bug where instanceof was not copied into the new Definition …
weaverryanApr 6, 2017
28d7d8d
Adding a test for instanceof behavior with parent-child services
weaverryanApr 6, 2017
de0f718
Adding more tests
weaverryanApr 6, 2017
8fd3738
Updating calls logic to merge/override with instanceof
weaverryanApr 6, 2017
5e39c5d
Using Definition instead of ChildDefinition for instanceofConditionals
weaverryanApr 6, 2017
132201e
Fixing outdated type-hint
weaverryanApr 6, 2017
d7c4836
Fixing method name after rebase
weaverryanApr 6, 2017
a44d92b
Making instanceof method call matching case insensitive
weaverryanApr 6, 2017
a2aea3b
Fixing an edge case with instanceof property overriding when value is…
weaverryanApr 6, 2017
5f9ca7c
A few tweaks thanks to nicolas
weaverryanApr 6, 2017
2021675
Fixing missing use
weaverryanApr 6, 2017
a95de6c
Thanks fabbot!
weaverryanApr 6, 2017
34ad21a
Updating more code for ChildDefinition -> Definition change
weaverryanApr 6, 2017
371fec2
Fixing failing tests: some of the compiler passes caused false "chang…
weaverryanApr 6, 2017
82fa3c0
Updating DI tags logic to merge, but not replace tags
weaverryanApr 6, 2017
1f2ce11
thanks fabbot!
weaverryanApr 6, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fixing method name after rebase
  • Loading branch information
@weaverryan
weaverryan committedApr 6, 2017
commitd7c48368a19da0920d15c6145f5db1729ce7de4f
Original file line numberDiff line numberDiff line change
Expand Up@@ -62,7 +62,7 @@ private function mergeInstanceofDefinition(Definition $def, Definition $instance
$def->setLazy($instanceofDefinition->isLazy());
}
if (!isset($configured['autowired']) && isset($changes['autowired'])) {
$def->setAutowired($instanceofDefinition->getAutowired());
$def->setAutowired($instanceofDefinition->isAutowired());
}
// merge properties
$properties = $def->getProperties();
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp