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
This appears to be a valid file so I would expect it to lex and parse fine. I'm not sure of the structure of the yacc parser but I believe it's missing the | T_stream {"stream"} around ./src/compilerlib/pb_parsing_parser.mly#329
The text was updated successfully, but these errors were encountered:
Given a proto file like https://github.com/EventStore/EventStore/blob/master/src/Protos/Grpc/persistent.proto#L101 I get
persistent.proto:101:0: Parsing error
This appears to be a valid file so I would expect it to lex and parse fine. I'm not sure of the structure of the yacc parser but I believe it's missing the
| T_stream {"stream"}
around ./src/compilerlib/pb_parsing_parser.mly#329The text was updated successfully, but these errors were encountered: