-
Notifications
You must be signed in to change notification settings - Fork 97
Add support for objects #38
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
Conversation
Depends on #35. |
07e2d66
to
a6c995b
Compare
509d693
to
74368f9
Compare
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.
Looks good! Also depends on #44.
It says it's wrong, but it's what the standard library tells us to do? Who knows.
Debugging this was kind of a pain. Really, we should just be using attribute paths for all of this.
Finish getting Object and ObjectType implemented and tested.
We have (most) the types we need for them now.
e80858d
to
cc7ad4d
Compare
Still happy with this @kmoe ? |
Yep! Hope you don't mind if I merge... |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Adds the Object type and the ObjectType type. typetypetype.
Depends on #41.