appnexus / pyrobuf

A Cython alternative to Google's Python Protobuf library
Other
554 stars 76 forks source link

Prevent name/index collisions #126

Closed AntyMew closed 5 years ago

AntyMew commented 5 years ago

Raises an AssertionError on any of the following:

Other changes:

AntyMew commented 5 years ago

Oops, thanks for the catch :S

tburmeister commented 5 years ago

This looks good! Thanks for the new unit tests as well. Can you bump the version to 0.8.6 in setup.py?

tburmeister commented 5 years ago

I'm happy to merge this if you think it's ready.

AntyMew commented 5 years ago

Thank you! Yep, ready to merge

tburmeister commented 5 years ago

Merged the changes and uploaded version 0.8.6 to PyPI. Thanks for your contribution, @AntyMew !