Joshua Haberman
Joshua Haberman
If you try to load the same proto file twice (eg. `protoc-gen-openapiv2/options/openapiv2.proto`), the second one should succeed as long as it is identical to the previous file with that same...
I think you want: ``` $ bazel build -c opt @upb//python/dist:binary_wheel ``` That will build a wheel for whatever Python you have installed on your system. For release we cross-compile...
Can documentation be added to the user guide for this?
(btw, I'm not actually using ES6 yet, but I'm writing an iterator-heavy app and trying to standardize on ES6 style. For now I'll just write wrappers around RBTree.)
Just wanted to mention that ES6 is complete now, with a standardized iterator interface!
What about `findIter()`, `lowerBound()`, and `upperBound()`? Would there be two versions of those methods? I do see the value of having old-style iterators also, because they are more flexible. A...
Fix is pending in: https://github.com/protocolbuffers/upb/pull/804
We are cutting a release shortly that will have the fix. This should land in the next week or so.
For people who are still seeing the error: are you using pure-Python or the C acceleration (upb)? What is output if you execute this? ``` $ python -c 'from google.protobuf.internal...
It looks like the fix was not included in the release due to a hiccup in the release process. Sorry about this -- we will be releasing again within the...