-
Notifications
You must be signed in to change notification settings - Fork 570
Error when using reflect.Select #420
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
Comments
According to https://github.com/gopherjs/gopherjs/blob/master/doc/packages.md, |
@davelondon Thanks for reporting. It was not supported initially but should have been by now. Somehow it slipped through the cracks. I've taken care of it now. |
Hmm, the test of the reflect package passes now, but your test case does not. Looking into it... |
Works now. :-) |
go generate github.com/gopherjs/gopherjs.github.io/... Includes fix for gopherjs/gopherjs#420.
The following test works correctly when running natively (printing "Received on chan multi"). However when run via gopherjs, it errors with "Uncaught Error: Native function not implemented: reflect.rselect":
https://play.golang.org/p/p9yfcLB5t8
The text was updated successfully, but these errors were encountered: