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
@0xa4ba9dce9642ee58;
struct Record {
info @0: Data = "";
}
struct RootStruct {
myList @0: List(Record);
}
The text was updated successfully, but these errors were encountered:
assaf758
changed the title
generated code broken for Data struct with empty string as default
generated code broken for Data type with empty string as default
Oct 18, 2017
The generated .c file for the below capnp does not compile due to undeclared capn_buf:
File Test.capnp:
The text was updated successfully, but these errors were encountered: