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

Exception unification improvements #5911

Merged
merged 12 commits into from
Oct 26, 2022

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    b8e5b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bdcd7a View commit details
    Browse the repository at this point in the history
  3. constexprify the collection fixtures

    This turns some runtime failures for misuse into compile time failures and
    improves the compilation time of the tests a bit by eliminating a bunch of
    unreachable template instantiations.
    tgoyne committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ae7b2b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a220b8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28a2b59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65d1d8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c3f5fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75cd8e3 View commit details
    Browse the repository at this point in the history
  9. Improve error reporting when initializing ExternalCommitHelper fails

    If there was no temporary directory available and creating the fifo at the
    default path failed, it reported an error for trying to open the nonexistent
    fifo rather than creating the fifo failing.
    tgoyne committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c995aa6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74e3d8d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9eb5580 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e06cc6 View commit details
    Browse the repository at this point in the history