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
Trying to use the basicnode.Prototype.Any.NewBuilder() instead of a specifically typed builder from our typeSlab (e.g. dageth.Type.TrieNode.NewBuilder()) causes a panic to be thrown, e.g. while working on #47
This appears to only occur for Union types. I believe this related to #19 and #20, but need to investigate further (and close out those issues as well, in any case).
The text was updated successfully, but these errors were encountered:
Trying to use the
basicnode.Prototype.Any.NewBuilder()
instead of a specifically typed builder from ourtypeSlab
(e.g.dageth.Type.TrieNode.NewBuilder()
) causes a panic to be thrown, e.g. while working on #47This appears to only occur for Union types. I believe this related to #19 and #20, but need to investigate further (and close out those issues as well, in any case).
The text was updated successfully, but these errors were encountered: