Skip to content

Conversation

@vtjnash
Copy link
Member

@vtjnash vtjnash commented Oct 2, 2025

Avoids a stack overflow when mistyping arguments, allowing for a better MethodError.

Issue introduced by #51109
Fixes #57597

Avoids a stack overflow when mistyping arguments, allowing for a better
MethodError.

Issue introduced by #51109
Fixes #57597
@vtjnash vtjnash merged commit 6e697c3 into master Oct 6, 2025
6 of 8 checks passed
@vtjnash vtjnash deleted the jn/57597 branch October 6, 2025 21:08
@vtjnash vtjnash added the backport 1.12 Change should be backported to release-1.12 label Oct 6, 2025
@KristofferC KristofferC mentioned this pull request Oct 10, 2025
47 tasks
KristofferC pushed a commit that referenced this pull request Oct 10, 2025
Avoids a stack overflow when mistyping arguments, allowing for a better
MethodError.

Issue introduced by #51109
Fixes #57597

(cherry picked from commit 6e697c3)
KristofferC pushed a commit that referenced this pull request Oct 12, 2025
Avoids a stack overflow when mistyping arguments, allowing for a better
MethodError.

Issue introduced by #51109
Fixes #57597

(cherry picked from commit 6e697c3)
KristofferC pushed a commit that referenced this pull request Oct 14, 2025
Avoids a stack overflow when mistyping arguments, allowing for a better
MethodError.

Issue introduced by #51109
Fixes #57597

(cherry picked from commit 6e697c3)
@KristofferC KristofferC removed the backport 1.12 Change should be backported to release-1.12 label Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

code_warntype(::String, ::Function, ::DataType) overflows the stack

2 participants