google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
71 stars 21 forks source link

Rename ir_pb2 to ir_data #141

Closed EricRahm closed 5 months ago

EricRahm commented 5 months ago

The IR classes are no longer based on a protobuf implementation. This makes that clear by migrating to a more neutral ir_data name. This will also help avoid tripping up static analysis that looks for protobuf-like things.

Part of #118.

EricRahm commented 5 months ago

FYI @robrussell