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

account for circular references properly, closes #31 #32

Merged
merged 2 commits into from Aug 28, 2014

Conversation

nlf
Copy link
Collaborator

@nlf nlf commented Aug 28, 2014

Cleans up the clone and compact methods to account for circular references properly

@nlf nlf added the bug label Aug 28, 2014
@nlf nlf added this to the 2.2.1 milestone Aug 28, 2014
@geek geek self-assigned this Aug 28, 2014
a.b = a;
expect(function () {

Qs.parse({ 'foo[bar]': 'baz', 'foo[baz]': a });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside from not crashing, please add a test to verify the resulting value

geek added a commit that referenced this pull request Aug 28, 2014
account for circular references properly, closes #31
@geek geek merged commit 1554fcf into master Aug 28, 2014
@nlf nlf deleted the 31/circular_references branch August 30, 2014 00:12
@nlf nlf unassigned geek Dec 22, 2015
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

2 participants