dvdkruk / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

Protobuf editor does not recognize "import public" #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From Kenton Varda:

Example:

 import public "foo/bar.proto";

This means: "Import bar.proto and allow people who import *me* to use all the 
types in bar.proto as if they had been imported directly."

This is primarily used to allow people to move types to new files without 
having to update every user.

Original issue reported on code.google.com by alr...@google.com on 25 Jul 2011 at 10:31

GoogleCodeExporter commented 9 years ago
rf2b9895ef326

Original comment by alr...@google.com on 26 Jul 2011 at 9:52

GoogleCodeExporter commented 9 years ago
r f2b9895ef326

Original comment by alr...@google.com on 1 Aug 2011 at 7:06