WillAbides
WillAbides
Thanks for the comments. I am away at a company event this week, so I can’t make any updates immediately. I should be able to address the comments within a...
@posener, Do you have a suggestion for a better name than PrefixFilter? It was the best name I could think of at the time without reusing any terms that are...
Thanks. I haven't run across this before, probably because I typically use `--force-base`. The next few weeks are busy for me, so I don't think I will have time to...
One more adjustment to add to @JeckieLI's workaround. Skipping number at the end of the file sets `iter.Error` to `io.EOF`. A workaround for that is `data = append(data, '\n')` at...
I did some initial work on this creating a proof-of-concept workflow that pushes commits to a bsr track named for the current git branch and adds a commit status with...
If this is merged https://github.com/google/oss-fuzz/tree/master/projects/protoreflect should be updated with FuzzProtocCompatibility
> I'm surprised this PR hasn't triggered one I think this hasn't triggered because PRs from people other than the owner don't trigger actions in order to prevent people from...
Sorry I left out which is which. This is a diff with protoc on the left and protoparse on the right, so `-` is protoc and `+` is protoparse. This...
You're right about it being the diff doing the escaping. That makes some inconsistent behavior I saw make sense. Given that, it really does seem like it's protoc doing the...
When I created this issue I was using protoc as an oracle while fuzz testing another program that parses proto files. Testing revealed a discrepancy when there is a second...