Closed GoogleCodeExporter closed 9 years ago
Root cause seems to be the miss-handling of the -umbrella_classname=extensions
argument. Will look into this further as time permits.
Original comment by Grig...@gmail.com
on 28 Sep 2012 at 12:32
Original comment by Grig...@gmail.com
on 11 Oct 2012 at 12:07
The actual issue here is that the example provided needs to generate two source
files, "foo.cs" and "extensions.cs". However, the file name is derived from
the 'umbrella_classname' not the base filename. Due to this, both of the
output files are written to the same file name, thus the later replacing the
former.
I've updated ProtoGen to detect collisions in file names, and if this occurs
the base file name will be used to determine the generated output file rather
than the umbrella name.
Original comment by Grig...@gmail.com
on 7 May 2013 at 8:41
Original issue reported on code.google.com by
e...@digitalsorcery.net
on 26 Apr 2012 at 7:21Attachments: