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 593 forks source link

Fix messages around tag / optional in the Slice grammar #1623

Closed bernardnormier closed 3 months ago

bernardnormier commented 8 months ago

We support 'tag' as an alias for 'optional' in the Slice grammar, however, the standard term remains 'optional' and therefore that's what error messages should produce.

Unfortunately, https://github.com/zeroc-ice/ice/pull/1590 incorrectly replaced several 'optional' by 'tag'.

InsertCreativityHere commented 3 months ago

This was implemented in #2177