Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Make KeysTest work better #14

Merged
merged 2 commits into from
Aug 25, 2018

Conversation

mcraiha
Copy link
Contributor

@mcraiha mcraiha commented Aug 25, 2018

C# does not allow modifications for collections while they are iterated, so get copy of keys and run with that.

There is now special case for top level holdering ("" as key), otherwise transformer is also executed for it (yes, this is ugly and needs fixing).

C# does not allow modifications for collections while they are iterated, so get copy of keys and run with that.

There is now special case for top level holdering ("" as key), otherwise transformer is also executed for it (yes, this is ugly and needs fixing).
@jordanbtucker
Copy link
Member

Looks good except for the first commit, as in #12.

@jordanbtucker jordanbtucker merged commit f5f5abb into json5:master Aug 25, 2018
@mcraiha mcraiha deleted the fix-iteration-mutation branch August 26, 2018 06:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants