anuragraghavan / franca

Automatically exported from code.google.com/p/franca
0 stars 0 forks source link

Validation for negative enum values #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
An enumeration will be transformed to unsigned integer. Therefore a validation 
is needed for negative enumeration literals.

Original issue reported on code.google.com by stefan.b...@gmail.com on 28 Jan 2014 at 1:26

GoogleCodeExporter commented 9 years ago
The validation will be added as soon as enum values are of number type. This is 
handled by issue 52.

Original comment by klaus.birken@gmail.com on 19 Feb 2014 at 10:33

GoogleCodeExporter commented 9 years ago
This is not implemented as standard validation check, but as part of the 
external D-Bus validator. See issue 71 for details.

Implemented on develop, commit 42adfb3.

Original comment by klaus.birken@gmail.com on 28 Feb 2014 at 10:28

GoogleCodeExporter commented 9 years ago
Integrated to master.

Original comment by klaus.birken@gmail.com on 4 Mar 2014 at 12:18

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 25 Jan 2015 at 12:31