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

Prefer ErrorCall to ErrorCallWithLocation (backport #10404) #10410

Merged
merged 1 commit into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. Prefer ErrorCall to ErrorCallWithLocation

    This future proofs the code for CLC#285, which will remove
    `ErrorCallWithLocation` to de-duplicate duplicate CallStacks.
    
    ErrorCall is already a pattern synonym with the same meaning as it will
    have in the future, so this change is backwards compatible too.
    
    (cherry picked from commit db683f2)
    alt-romes authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5a10922 View commit details
    Browse the repository at this point in the history