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: bracesdev/errtrace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bracesdev/errtrace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: prashant/unwrap-frame
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 15, 2024

  1. [RFC] Add UnwrapFrame

    Per discussion in #71, add an UnwrapFrame function
    that wraps the outermost errtrace frame from an error.
    As a result of this change,
    it's possible to implement buildTraceTree or a variant of it
    using exported functionality exclusively.
    
    This makes it possible for users to use a different trace formatting
    mechanism than the trees generated by FormatString.
    
    Resolves #71
    abhinav committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d7fff1f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. benchmark

    prashantv committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    dec25c5 View commit details
    Browse the repository at this point in the history
  2. example for unwrap

    prashantv committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    12b62d7 View commit details
    Browse the repository at this point in the history
Loading