Closed mgrojo closed 2 years ago
I've found a case where the last version still has a problem with type clashes.
syntax = "proto3"; package test_already_in_set; message M { message T { string field = 1; } } message M_T { M.T value = 1; } message T { string field = 1; }
I tried changing Insertto Include, but then there are name clashes in the generated Ada code.
Insert
Include
I've found a case where the last version still has a problem with type clashes.
I tried changing
Insert
toInclude
, but then there are name clashes in the generated Ada code.