-
Notifications
You must be signed in to change notification settings - Fork 211
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
Implement error object links. #139
base: master
Are you sure you want to change the base?
Commits on Jul 27, 2017
-
* working version * fix text * combine test files * move private funcs to bottom * ErrInvalidType should ignore interfaces * replace MarshalOnePayload w/ MarshalPayload; fix bug w/ node merge() * minor tweaks; address a couple comments * decompose unmarshalNode() to smaller funcs; unmarshal should go from top-level to embedded * deep copy the node when passing relation/sideloaded notes to unmarshal() * add some comments and do some additional cleanup * add test uses annotationIgnore * implement support for struct fields that implement json.Marshaler/Unmarshaler * add additional test that compares marshal/unmarshal behavior w/ standard json library * add support for pointer embedded structs * Revert "implement support for struct fields that implement json.Marshaler/Unmarshaler" This reverts commit deeffb7.
Configuration menu - View commit details
-
Copy full SHA for a6ac768 - Browse repository at this point
Copy the full SHA a6ac768View commit details -
Added a failing test for the allocation of struct pointers on seriali…
…zation/deserilization.
Configuration menu - View commit details
-
Copy full SHA for 3e612cc - Browse repository at this point
Copy the full SHA 3e612ccView commit details
Commits on Jul 28, 2017
-
Added another failing test; this time for the marshalling of duplicat…
…e primary annotation fields.
Configuration menu - View commit details
-
Copy full SHA for 003d45f - Browse repository at this point
Copy the full SHA 003d45fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be0508 - Browse repository at this point
Copy the full SHA 5be0508View commit details
Commits on Aug 1, 2017
-
Feature/embeded structs fix tests (#105)
* fix TestEmbededStructs_nonNilStructPtr; bug on loop w/ (multiple) embedded structs; should just continue on success * fix TestMarshal_duplicatePrimaryAnnotationFromEmbeddedStructs; fix order of processing of visitModelNode
Configuration menu - View commit details
-
Copy full SHA for 662431e - Browse repository at this point
Copy the full SHA 662431eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c2b22 - Browse repository at this point
Copy the full SHA 20c2b22View commit details
Commits on Aug 2, 2017
-
Moved all embeded struct tests into its own test file; added 3 more f…
…ailing tests that are related to the handling of duplicate embedded struct fields.
Configuration menu - View commit details
-
Copy full SHA for cf9619a - Browse repository at this point
Copy the full SHA cf9619aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d94776e - Browse repository at this point
Copy the full SHA d94776eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a92a3b7 - Browse repository at this point
Copy the full SHA a92a3b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cab68da - Browse repository at this point
Copy the full SHA cab68daView commit details -
Added two additional tests (currently passing) that test the cases wh…
…ere an Outer struct had an attr field and an embedded field provided a field with the same attr name.
Configuration menu - View commit details
-
Copy full SHA for 8e4b261 - Browse repository at this point
Copy the full SHA 8e4b261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec2f4e - Browse repository at this point
Copy the full SHA 0ec2f4eView commit details
Commits on Sep 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7822e6f - Browse repository at this point
Copy the full SHA 7822e6fView commit details
Commits on May 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 66e21ca - Browse repository at this point
Copy the full SHA 66e21caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 466da34 - Browse repository at this point
Copy the full SHA 466da34View commit details
Commits on Oct 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 28f3cac - Browse repository at this point
Copy the full SHA 28f3cacView commit details -
Merge pull request #1 from jsignanini/feature/embeded-structs
Feature/embeded structs
Configuration menu - View commit details
-
Copy full SHA for 731dc79 - Browse repository at this point
Copy the full SHA 731dc79View commit details