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
Buffa v0.6.0 generates invalid code when there's both a message Oof (in package foo) with inner messages and a package foo.oof in the Proto sources. These end up mapping to two mod oofs. See the MRE at viluon/buffa-module-collision.
Buffa v0.6.0 generates invalid code when there's both a
message Oof(inpackage foo) with inner messages and apackage foo.oofin the Proto sources. These end up mapping to twomod oofs. See the MRE at viluon/buffa-module-collision.