-
Notifications
You must be signed in to change notification settings - Fork 695
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 #10404
Conversation
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent, thank you very much.
Thank you all for the fast response! |
Is there any chance we could skip the merge delay here? (Aside: I would be happy to have your comments on the CLC proposal, if any) |
Done. |
@Mergifyio backport 3.12 |
✅ Backports have been created
|
@Mergifyio backport 3.14 |
✅ Backports have been created
|
Don't want to sound boring but it'd be good to leave actual hyperlinks for things like CLC#285. I fixed it in the PR description, bit the commit message will go in the history without a link. |
Agreed. Also, please remove the backport labels, or at least do so for 3.12, if you do the backport: they're my to-do list. |
@geekosaur not sure I understand, the two backports have been created already, for 3.12 and 3.14. |
yes, so I removed the labels so they don't show up when I next scan for backports to be done. Sometimes I just do the backport immediately, but often I need to fix conflicts so I generally label them for when I have time to deal. |
ok I see, thank you for the clarification. |
Prefer ErrorCall to ErrorCallWithLocation (backport #10404)
Prefer ErrorCall to ErrorCallWithLocation (backport #10404)
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.
Please read Github PR Conventions and then fill in one of these two templates.
Template B: This PR does not modify behaviour or interface
E.g. the PR only touches documentation or tests, does refactorings, etc.
Include the following checklist in your PR: