Skip to content
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

Fix out of range panics in DateTime getters and setters #1317

Merged

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    adc3c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9824965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ac2119 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73ac051 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4da95fa View commit details
    Browse the repository at this point in the history
  6. Use overflowing_naive_local in map_local

    This fixes out-of-range panics in all the `with_*` methods that use `map_local`.
    pitdicker committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e002ce9 View commit details
    Browse the repository at this point in the history