-
Notifications
You must be signed in to change notification settings - Fork 586
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
Goodbye FixedOffset #935
Merged
Merged
Goodbye FixedOffset #935
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Now unknown time is expressed as None, not magic timestamp 0 Breaking change: BucketBuilder methods take u64 not i64, because negative duration doesn't make sense.
qm3ster
force-pushed
the
goodbye-chrono
branch
from
August 20, 2020 21:07
65eb332
to
bad74e5
Compare
Maybe this breaks everything, who knows
qm3ster
force-pushed
the
goodbye-chrono
branch
from
August 20, 2020 21:22
bad74e5
to
63ede28
Compare
Could you remove the last commit? I would prefer to apply |
qm3ster
force-pushed
the
goodbye-chrono
branch
from
August 20, 2020 21:31
63ede28
to
5ecba55
Compare
Done. |
arqunis
added
dependencies
Related to Serenity dependencies.
enhancement
An improvement to Serenity.
framework
Related to the `framework` and `framework::standard` modules and/or the `command_attr` crate
gateway
Related to the `gateway` module.
http
Related to the `http` module.
model
Related to the `model` module.
breaking change
The public API is changed, resulting in miscompilations or unexpected new behaviour for users
labels
Aug 20, 2020
arqunis
approved these changes
Aug 20, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking change
The public API is changed, resulting in miscompilations or unexpected new behaviour for users
dependencies
Related to Serenity dependencies.
enhancement
An improvement to Serenity.
framework
Related to the `framework` and `framework::standard` modules and/or the `command_attr` crate
gateway
Related to the `gateway` module.
http
Related to the `http` module.
model
Related to the `model` module.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Be very afraid, users will be broken by:
DateTime<FixedOffset>
withDateTime<Utc>
everywhereLook through the commits though, there might be something good 🤷🤷♂️🤷♀️