Skip to content

[VarDumper] Fix ArgsStub #20265

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
Oct 21, 2016
Merged

Conversation

nicolas-grekas
Copy link
Member

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

Two bugs fixed here:

  • ArgsStub changing the value of arguments passed by reference
  • class::function used with off-by-one args

@stof
Copy link
Member

stof commented Oct 21, 2016

does it affect only 3.2 or should such bug fixes be applied to older branches too ?

@nicolas-grekas
Copy link
Member Author

ArgsStub on 3.2 only

@fabpot
Copy link
Member

fabpot commented Oct 21, 2016

Thank you @nicolas-grekas.

@fabpot fabpot merged commit 808c25e into symfony:master Oct 21, 2016
fabpot added a commit that referenced this pull request Oct 21, 2016
This PR was merged into the 3.2-dev branch.

Discussion
----------

[VarDumper] Fix ArgsStub

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

Two bugs fixed here:
- ArgsStub changing the value of arguments passed by reference
- `class::function` used with off-by-one `args`

Commits
-------

808c25e [VarDumper] Fix ArgsStub
@nicolas-grekas nicolas-grekas deleted the fix-dump-args branch October 21, 2016 20:15
@fabpot fabpot mentioned this pull request Oct 27, 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