You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2024. It is now read-only.
Reported via e-mail by: Cristian Adamo from Argentina:
When I run the test some fail and we used in my code I can't get rid of errors like this
panic: panic in Call: interface conversion: interp.Ivalue is uint64, not *interp.Ivalue
panic: panic in Call: interface conversion: interp.Ivalue is uintptr, not uint64
panic: panic in Call: interface conversion: interp.Ivalue is *[]int32, not *interp.Ivalue
Reply:
I'm afraid it is rather out of date now Cristian, with both the new versions of Go and (most likely for those errors) changes to the ssa package.
Reported via e-mail by: Cristian Adamo from Argentina:
Reply:
The text was updated successfully, but these errors were encountered: