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

Experiment: Fallible conversion trait #4060

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

Commits on May 24, 2024

  1. add trait

    Icxolu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e521f15 View commit details
    Browse the repository at this point in the history
  2. add chrono impls

    Icxolu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f5ed2f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0cdfea View commit details
    Browse the repository at this point in the history
  4. specialize OkWrap as well

    Icxolu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7de469c View commit details
    Browse the repository at this point in the history
  5. relax map_into_ptr trait bounds

    allow error type to be convertible into `PyErr`
    instead of requiring `PyErr`
    Icxolu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0ff2ee1 View commit details
    Browse the repository at this point in the history
  6. fix clippy

    Icxolu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fbca6c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a493ff0 View commit details
    Browse the repository at this point in the history
  8. more conversions

    Icxolu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ddb4790 View commit details
    Browse the repository at this point in the history
  9. assoc type

    Icxolu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    90c0155 View commit details
    Browse the repository at this point in the history
  10. even more conversions

    Icxolu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f431263 View commit details
    Browse the repository at this point in the history
  11. macro impls

    Icxolu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ee1bc8d View commit details
    Browse the repository at this point in the history
  12. fix clippy

    Icxolu committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1020cd8 View commit details
    Browse the repository at this point in the history