Skip to content

Conversation

@pitdicker
Copy link
Collaborator

Normally I'd wait until we have more than just a handful of PR's merged to main, but this allows @Zomtir to rebase on #1500.

pitdicker and others added 8 commits March 6, 2024 19:36
Fuchsia is doing an audit of chrono 0.4.34, and we noticed an unncessary
unsafe of `Send` for `DateTime`. While it's valid since `Tz::Offset` is
`Send`, and `NaiveDateTime` only has `u32` fields, there's a potential
hazard if `NaiveDateTime` ever grows unsendable fields (unlikely as that
is).

This (and the `Copy` impl) were added 9 years ago to fix #25, which
stemmed from early versions of associate traits not working properly
with auto-traits. This has since been fixed, and is no longer necessary
with the MSRV 1.61.0.
@codecov
Copy link

codecov bot commented Mar 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.04%. Comparing base (6c68842) to head (bc95157).

Additional details and impacted files
@@           Coverage Diff           @@
##            0.5.x    #1502   +/-   ##
=======================================
  Coverage   94.04%   94.04%           
=======================================
  Files          37       37           
  Lines       17033    17033           
=======================================
  Hits        16019    16019           
  Misses       1014     1014           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@djc
Copy link
Member

djc commented Mar 11, 2024

New policy: feel free to merge these merge PRs without review, I'm not going to be able to find botched merge conflicts (better than the test suite/CI) will anyway so I just skim them, no need to block on me.

(Unless there's a tricky manual conflict resolution that you specifically want to call out/get reviewed, of course!)

@pitdicker
Copy link
Collaborator Author

Very good, those are indeed not very reviewable 😄.

@pitdicker pitdicker merged commit bc95157 into 0.5.x Mar 11, 2024
@pitdicker pitdicker deleted the merge_0.4.x branch March 11, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants