zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2.03k stars 592 forks source link

Remove EncodingVersion from Version.ice #1972

Closed bernardnormier closed 5 months ago

bernardnormier commented 5 months ago

See https://github.com/zeroc-ice/ice/pull/1971#discussion_r1534140874

We should also consider renaming Version.ice => ProtocolVersion.ice.

bernardnormier commented 5 months ago

After trying to implement it, I am not sure it's a good idea.

It's a big pain to update languages like Python to use their own EncodingVersion, without any real upside.