-
-
Notifications
You must be signed in to change notification settings - Fork 388
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
Add deconstruct_keys
for Date
and DateTime
and Time
#1023
Add deconstruct_keys
for Date
and DateTime
and Time
#1023
Conversation
5419469
to
8217f19
Compare
deconstruct_keys
for Date
and DateTime
deconstruct_keys
for Date
and DateTime
and Time
b812ebc
to
7054dae
Compare
Should I also add some examples into |
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 to me, but there is one issue to address.
What test cases would you add there? I haven't found any test case for any Core Library class (Hash, Struct) there. |
7054dae
to
ad78070
Compare
I didn't pay much attention to the specs in |
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
ad78070
to
38c178c
Compare
add spec for `Time` add more specs, move `Time` specs to core
38c178c
to
8719340
Compare
Thank you! It looks pretty good. |
#1016
Issue