Konstantin A. Olkhovskiy

Results 179 comments of Konstantin A. Olkhovskiy

That's an interesting idea. I'm so far generating a new set of types with '_validated' suffixes, and functions which validate original types and produce new ones (mostly no-op copy of...

So far we have a workaround in our binary, that's using the compilerlib. Once it breaks, maybe we'll invest into a better solution 😁

I would suggest going with AFL fuzzer, and a very good https://github.com/stedolan/crowbar library that supports it. I've had a lot of success finding obsure bugs in my code with this...

Hm, probably AFL is not really required for roundtrip testing that you suggest, it's powers are not really helpful here. Given some protobuf message some quick-check style fuzzing is more...

Hey @mbarbin , sorry for late response. I doubt I'll have time to test this with our proto interfaces. We don't have a large collection of protos as of now...

@robz @jordwalke could you please take a look?

This has been rebased on top of #37.

@robz @jordwalke I've rebased this on top of current master, so this should be ready to be reviewed.

@robz @jordwalke have you folks had a chance to take a look at this? Thanks in advance!

@jordwalke @robz I keep rebasing this for my Go backend, are there any objections to the way it's implemented? Any chance that this could be merged?