This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Description
I'm using a List(List(Signature)) where
struct Signature {
key @0: Data;
signature @1: Data;
}
and the generated code cannot compile
capnp compile -ogo src/libnode/message.capnp
go install libnode
# libnode
src/libnode/message.capnp.go:1033: cannot range over s.ToArray() (type *[]capn.Object)
Makefile:21: recipe for target 'pkg/linux_amd64/libnode.a' failed