-
Notifications
You must be signed in to change notification settings - Fork 114
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
fix duplicatedly adding list type in type map #263
Conversation
the test fail for go1.13 there is infinite loop to call reflect.deepequal , which is ok for go1.16 |
I am using version 1.13 in my environment now. Will this error have any effect? |
Hessian supports object loop reference, it's not the issue of hessian. Anyway, I'll change the unit test to not use the reflect.deepequal. |
got it , thanks for your response |
pls fix the ut failure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one of checking was fail....
unit test already been fixed, I will merge this pr |
* fix duplicatedly adding list type in type map * add unit test for map/list self ref * using assert.Equal to check ref object
What this PR does:
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Does this PR introduce a user-facing change?: