alavrik / piqi-erlang

Protocol Buffers, JSON, XML data serialization system for Erlang
http://piqi.org/doc/erlang
Apache License 2.0
68 stars 28 forks source link

Fix normalize erlang names #10

Closed stroop23 closed 11 years ago

stroop23 commented 11 years ago

This pull requests moves the normalization of identifiers from piqi into piqi-erlang. Since the normalization should not happen in the transport, but only in the names of erlang records, types and functions. This fixes the issue where conversions would fail if type or field names contain camelcased names and normalization was turned on. Also fixes the problems with piqi rpc function names being normalized