Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[VarDumper] display the signature of callables #27768

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
Jun 30, 2018

Conversation

nicolas-grekas
Copy link
Member

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

E.g.

capture d ecran de 2018-06-29 12-08-13

or

image

@nicolas-grekas nicolas-grekas added this to the next milestone Jun 29, 2018
chalasr pushed a commit that referenced this pull request Jun 29, 2018
This PR was merged into the 3.4 branch.

Discussion
----------

[Form] relax fixtures for forward compat

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

Required to make #27768 green.

Commits
-------

2258ce4 [Form] relax fixtures for forward compat
@fabpot
Copy link
Member

fabpot commented Jun 30, 2018

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 73b4ac7 into symfony:master Jun 30, 2018
fabpot added a commit that referenced this pull request Jun 30, 2018
…s-grekas)

This PR was merged into the 4.2-dev branch.

Discussion
----------

[VarDumper] display the signature of callables

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

E.g.

![capture d ecran de 2018-06-29 12-08-13](https://user-images.githubusercontent.com/243674/42087047-4fdc70d6-7b95-11e8-972c-216651bf7d69.png)

or

![image](https://user-images.githubusercontent.com/243674/42086967-070bc960-7b95-11e8-9470-7e88f8acf12a.png)

Commits
-------

73b4ac7 [VarDumper] display the signature of callables
@nicolas-grekas nicolas-grekas deleted the dump-callable branch July 1, 2018 07:50
@bobthecow
Copy link
Contributor

I love that you dug up a three year old issue and fixed it :)

@stof
Copy link
Member

stof commented Jul 10, 2018

@nicolas-grekas isn't this missing the handling of by-ref parameters and of variadic parameters when building the signature ?

@stof
Copy link
Member

stof commented Jul 10, 2018

Answering my own question: this is already handled by castFunctionAbstract

@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