Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] Display aliases indebug: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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
debug:container commanddebug:container commanddebug:container command94noni commentedFeb 8, 2023
nice addition it will help in dev a lot |
fabpot left a comment
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?
jlslew commentedFeb 11, 2023
Will do |
debug:container commanddebug:container commandeb3b4e9 toc5a6d4aCompare
nicolas-grekas left a comment
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?
| * 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 |
nicolas-grekas commentedFeb 9, 2024
@jlslew up to resume this PR? |
94noni commentedFeb 9, 2024
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 |
fabpot commentedMar 17, 2024
@94noni Please, can you take over this PR? |
jlslew commentedMar 18, 2024
@94noni you can take over the PR, thanks. |
94noni commentedApr 2, 2024
PR landed here#54459 |
Uh oh!
There was an error while loading.Please reload this page.
Running
bin/console debug:container cache.app --show-arguments --with-aliases --format FORMATon a symfony/skeleton:6.2 project{"alias":"Symfony\\Component\\Cache\\Marshaller\\DefaultMarshaller","type":"service","id":"cache.default_marshaller"}EDIT: It might break BC because methods' signature has been changed (Added an argument with a default value)