Type.AssignableTo
panics with "reflect: unimplemented: AssignableTo with interface"
#4277
Labels
reflection
Needs further work on reflection
Some packages like fxamacker/cbor require
Type.AssignableTo
to support Interface.There was some prior discussion at fxamacker/cbor#295 (comment).
Projects using packages that require Interface support can encounter panics from the following code.
tinygo/src/reflect/type.go
Lines 956 to 969 in 6384eca
If a solution becomes available, I can use some existing tests in fxamacker/cbor to help test it.
The text was updated successfully, but these errors were encountered: