You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/03/13 06:41:51 UTC

[dubbo-go-hessian2] branch master updated (cbcfbc2 -> f61ce42)

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git.


    from cbcfbc2  Merge pull request #260 from wongoo/formt-code
     new 88be9da  fix map decode error #259
     new 5e01ffa  split import
     new 9696ab9  add unit test for multiple type map decoding
     new ece0e49  add unit test for multiple type map decoding
     new f61ce42  Merge pull request #261 from wongoo/fix-259

The 646 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 decode.go                                          | 45 ++++++++----
 decode_test.go                                     |  2 +-
 map.go                                             | 85 +++++++++-------------
 map_test.go                                        | 20 +++++
 serialize_test.go                                  | 17 +++++
 .../src/main/java/test/TestCustomReply.java        | 28 +++++++
 6 files changed, 129 insertions(+), 68 deletions(-)