compiler/runtimeIssues related to the Go compiler and/or runtime.genericsIssue is related to genericsNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
dmitshur
changed the title
go/build: internal compiler error: method Len on *uint8 not found
cmd/compile: internal compiler error: method Len on *uint8 not found
Aug 3, 2022
compiler/runtimeIssues related to the Go compiler and/or runtime.genericsIssue is related to genericsNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
5 participants
You can’t perform that action at this time.
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.
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?
Build https://github.com/yorkie-team/yorkie by running
What did you expect to see?
Success
What did you see instead?
The code is in https://github.com/yorkie-team/yorkie/blob/main/pkg/document/json/rga_tree_split.go#L299 which uses generics.
Refs: yorkie-team/yorkie#378
The text was updated successfully, but these errors were encountered: