reflect/type: reflect.FuncOf does not support more than 50 arguments #54669
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Suggested
Issues that may be good for new contributors looking for work to do.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
https://go.dev/play/p/uiJRuATUUE6
What did you expect to see?
Should allow up to 128 function args as per funcTypeFixed128.
What did you see instead?
Panic here with error below
reflect.FuncOf does not support more than 50 arguments
The text was updated successfully, but these errors were encountered: