-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Display aliases in debug:container
command
#47427
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
Conversation
b3b92d9
to
75a4853
Compare
debug:container
command
debug:container
commanddebug:container
command
nice addition it will help in dev a lot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you implement it for the Markdown descriptor as well?
Will do |
75a4853
to
5448ba9
Compare
debug:container
commanddebug:container
command
eb3b4e9
to
c5a6d4a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rebased the PR but there are some failures to fix.
@jlslew could you please have a look?
'id' => (string) $value, | ||
]; | ||
} | ||
} catch (\Throwable $throwable) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be more specific? what kind of exceptions can we expect here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jlslew Any feedback?
@@ -11,6 +11,7 @@ CHANGELOG | |||
* Add `DomCrawlerAssertionsTrait::assertAnySelectorTextContains(string $selector, string $text)` | |||
* Add `DomCrawlerAssertionsTrait::assertAnySelectorTextSame(string $selector, string $text)` | |||
* Add `DomCrawlerAssertionsTrait::assertAnySelectorTextNotContains(string $selector, string $text)` | |||
* Display aliases in debug:container command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Display aliases in debug:container command | |
* Display aliases in `debug:container` command |
@jlslew up to resume this PR? |
if no news for @jlslew I would be glad to take over his initial work, as this PR is mostly finished and can add great value imho |
@94noni Please, can you take over this PR? |
@94noni you can take over the PR, thanks. |
PR landed here #54459 |
Running
bin/console debug:container cache.app --show-arguments --with-aliases --format FORMAT
on a symfony/skeleton:6.2 projectEDIT: It might break BC because methods' signature has been changed (Added an argument with a default value)