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
$ cd Primetalk
$ git clone [email protected]:Primetalk/goio.git
$ cd goio
$ go test ./...
# github.com/primetalk/goio/resource
resource/closable_io.go:13:62: internal compiler error: assertion failed
Please file a bug report including a short program that triggers the error.
https://go.dev/issue/new
ok github.com/primetalk/goio/fun 0.368s
ok github.com/primetalk/goio/io 1.658s
ok github.com/primetalk/goio/option 0.211s
FAIL github.com/primetalk/goio/resource [build failed]
ok github.com/primetalk/goio/slice 0.488s
ok github.com/primetalk/goio/stream 1.189s
FAIL github.com/primetalk/goio/text [build failed]
FAIL
What did you expect to see?
$ go1.18.1 test ./...
ok github.com/primetalk/goio/fun 0.401s
ok github.com/primetalk/goio/io 1.743s
ok github.com/primetalk/goio/option 0.684s
ok github.com/primetalk/goio/resource 0.846s
ok github.com/primetalk/goio/slice 0.278s
ok github.com/primetalk/goio/stream 1.118s
ok github.com/primetalk/goio/text 0.866s
What did you see instead?
internal compiler error: assertion failed
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: