dvdkruk / protobuf-dt

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

Importing files with syntax errors breaks scoping of imported types from syntactically correct files #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create two .proto files (a.proto and b.proto) with a couple of messages (no 
syntax errors)
2. Create a empty .proto file (c.proto)
3. In a.proto, import b.proto and c.proto

What is the expected output? What do you see instead?
* Expected:
I should be able to navigate to the imported types of b.proto.
* Actual:
Scoping breaks because of c.proto. The editor cannot resolve types from b.proto.

Original issue reported on code.google.com by alr...@google.com on 8 Aug 2011 at 2:00

GoogleCodeExporter commented 9 years ago
rd2c35bce4afe

Original comment by alr...@google.com on 8 Aug 2011 at 2:03