Skip to content
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

WIP - Hash get with non string path #6297

Closed
wants to merge 2 commits into from
Closed

WIP - Hash get with non string path #6297

wants to merge 2 commits into from

Conversation

mvdriel
Copy link

@mvdriel mvdriel commented Apr 8, 2015

Shouldn't Hash::get support other types for path?

Before 2.6 it did support null as path, now it throws a InvalidArgumentException for null value and booleans.

@tersmitten
Copy link
Contributor

Thanks @mvdriel

@dereuromark dereuromark added this to the 2.6.4 milestone Apr 8, 2015
@markstory
Copy link
Member

This was changed in 239af032 as part of #3855 to fix #3754

@mvdriel
Copy link
Author

mvdriel commented Apr 9, 2015

Support for other types (float and boolean) was maybe a bit to advanced for now. But support for null value as path would be, because this was also supported before 2.6

markstory added a commit that referenced this pull request Apr 9, 2015
This was a regression introduced in 2.6.x

Refs #6297
markstory added a commit that referenced this pull request Apr 9, 2015
Port fixes for #6297 to 3.0. This resolves a regression that was
introduced in 2.6.x.
@markstory
Copy link
Member

Thanks for the tests, they have been merged into 2.6 and fixed in a6aefdd

@markstory markstory closed this Apr 9, 2015
@mvdriel
Copy link
Author

mvdriel commented Apr 10, 2015

@markstory Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants