-
-
Notifications
You must be signed in to change notification settings - Fork 30
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 DefaultClock::travelBy(Duration)
, add travelTo
to replace travel
#92
Conversation
One contentious thing I guess, I used Arguably we should maybe have |
I changed my mind, I think |
Personally, I like pair of But I agree that |
I'd definitely be against
I actually like it too. Maybe we could rename |
Yeah I think |
Yes, we would deprecate |
Okay - I'll adjust the PR to add |
DefaultClock::travelBy(Duration)
DefaultClock::travelBy(Duration)
, add travelTo
to replace travel
@BenMorel this is ready to go on my end, anything else you need from me? |
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.
Apart from a couple nitpicks, LGTM @francislavoie!
Thank you, @francislavoie! |
Released as 0.6.4. |
Closes #91