Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eyre-rs/eyre
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.3
Choose a base ref
...
head repository: eyre-rs/eyre
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.5
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 11, 2020

  1. New minor version release for track caller fixes (#43)

    * Update changelog
    
    * (cargo-release) version 0.6.3
    
    * (cargo-release) start next development iteration 0.6.4-alpha.0
    yaahc authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    8e5d24a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Add track_caller on APIs missing it (#48)

    This change adds `track_caller` annotations to `context.rs` on various trait helper methods (`wrap_err`) that were missing it. It also adds tests for these APIs to ensure that the location captured is in the file that created the error.
    yaahc authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    60218ff View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Add support for conversion to pyo3::PyErr (#47)

    * Added convertion to pyo3::PyErr gated behind feature flag
    
    * Added test_pyo3
    
    * fix ci to not test unsupportable feature msrv
    
    * fix rustfmt
    
    Co-authored-by: Jane Lusby <jlusby@yaah.dev>
    TheButlah and yaahc authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    1ea7c20 View commit details
    Browse the repository at this point in the history
  2. Release 0.6.5

    yaahc committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    131ba17 View commit details
    Browse the repository at this point in the history
  3. (cargo-release) version 0.6.5

    yaahc committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    226a3d2 View commit details
    Browse the repository at this point in the history
Loading