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.05k stars 593 forks source link

SlicedData slices should be read-only #424

Closed bernardnormier closed 1 month ago

bernardnormier commented 5 years ago

They are currently read-only in Swift but not other language mappings. They should be read-only in all language mappings, unless it makes the mapping harder to use.

bernardnormier commented 3 months ago

PHP: we could use https://php.watch/versions/8.1/readonly, but then we would also need to add types, and we currently don't do that anywhere else.

bernardnormier commented 1 month ago

Not essential for Python and JS.