-
Notifications
You must be signed in to change notification settings - Fork 538
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 AddAssign/SubAssign implementation to DateTime/Date #698
Conversation
I'm not excited about this change. For one thing, I question the utility of the |
I don't know how useful the |
@MrGunflame - this should delegate to the underlying |
Thanks, I tried to avoid |
Interesting point! On the surface it looks like the idea is that it is not necessary on |
Thanks @MrGunflame the changes look good to me! I've just set up a small PR to this branch on your fork with some suggested changes to the |
@esheppa would you be interested in becoming a collaborator? |
@djc - for sure, happy to do so |
Hi @MrGunflame this is now looking great - if possible could you please rebase on the main branch so CI can run here? Once it has succeeded I'm happy to merge this. |
Should be good to go now. |
Thanks @MrGunflame |
This implements the AddAsssign and SubAssign traits for the non-naive DateTime and Date structs.