falanx icon indicating copy to clipboard operation
falanx copied to clipboard

Parse fail for Mapbox vector_tile.proto

Open juselius opened this issue 4 years ago • 1 comments

Running Falanx on the Mapbox vector_tile.proto fails with:

Generating code for: vector_tile.proto
ERROR: proto file was not able to be parsed.

Error in Ln: 21 Col: 23
                optional string string_value = 1;
                      ^
Expecting: whitespace

I have spent some time trying to figure out what causes it, to no avail. The only way I can get falanx to process the file, is by removing all field specifications, leaving only the empty messages.

juselius avatar Feb 11 '21 12:02 juselius

FYI: maybe it's better to open it here: https://github.com/fsprojects/falanx

gusty avatar Feb 13 '21 16:02 gusty