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

Remove prefix from Go 1.21+ function names #1

Merged
merged 1 commit into from Sep 6, 2023

Conversation

lawrencejones
Copy link
Member

This is explained in the code and comments.

In Go 1.21+ the function name produced by runtime.Frame now includes – for functions created as a closure and called from a package – a prefix of the code that originally created that function.

This causes real issues with error grouping, particularly when you consider the standard pattern of building Go HTTP servers with several middleware functions.

This is explained in the code and comments.

In Go 1.21+ the function name produced by runtime.Frame now includes –
for functions created as a closure and called from a package – a prefix
of the code that originally created that function.

This causes real issues with error grouping, particularly when you
consider the standard pattern of building Go HTTP servers with several
middleware functions.
@lawrencejones
Copy link
Member Author

I'm going to merge this into our fork and ask upstream if this makes sense/they have other recommendations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant