Draft PR: #1085 solution for Dynamic#1091
Closed
pCYSl5EDgo wants to merge 6 commits intoMessagePack-CSharp:developfrom
Closed
Draft PR: #1085 solution for Dynamic#1091pCYSl5EDgo wants to merge 6 commits intoMessagePack-CSharp:developfrom
pCYSl5EDgo wants to merge 6 commits intoMessagePack-CSharp:developfrom
Conversation
AArnott
approved these changes
Oct 25, 2020
src/MessagePack.UnityClient/Assets/Scripts/Tests/ShareTests/DynamicObjectResolverTests.cs
Show resolved
Hide resolved
src/MessagePack.UnityClient/Assets/Scripts/MessagePack/Resolvers/DynamicObjectResolver.cs
Outdated
Show resolved
Hide resolved
src/MessagePack.UnityClient/Assets/Scripts/MessagePack/Resolvers/DynamicObjectResolver.cs
Outdated
Show resolved
Hide resolved
AArnott
approved these changes
Oct 27, 2020
pCYSl5EDgo
added a commit
to pCYSl5EDgo/MessagePack-CSharp
that referenced
this pull request
Oct 27, 2020
…rp#1091 commit 5fbf110 Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp> Date: Mon Oct 26 18:12:45 2020 +0900 make BuildDeserialize easy to understand commit 292badc Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp> Date: Mon Oct 26 13:47:48 2020 +0900 Update: Rename LocalField -> LocalVariable commit 007e338 Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp> Date: Mon Oct 26 13:12:38 2020 +0900 Add test code for setter call after explicit constructor commit 5181801 Merge: 5948fc0 5a6cda6 Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp> Date: Mon Oct 26 12:59:36 2020 +0900 Merge branch 'develop' of https://github.com/neuecc/MessagePack-CSharp into solution#1085-Dynamic commit 5948fc0 Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp> Date: Sun Oct 25 21:18:12 2020 +0900 Add tests commit 96aaa6a Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp> Date: Sun Oct 25 20:25:44 2020 +0900 Update: DynamicObjectResolver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bool canOverwritefor the future circular reference support.