icerpc / slicec

The Slice compiler library
Apache License 2.0
13 stars 5 forks source link

Allow Settings Explicit Discriminants for Enums with Fields #688

Closed InsertCreativityHere closed 9 months ago

InsertCreativityHere commented 9 months ago

This PR allows users to set explicit discriminants for their enumerators, even if they have fields. It also fixes the range of these discriminants so they must fit within [0, int32::MAX].