anuragraghavan / franca

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

Add validations for unions, structs and enumerations. #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following validation checks should be added to Franca IDL regarding union 
and struct data types:
V1: empty unions should not be allowed
V2: the duplicate element name check for unions and structs should respect base 
unions or structs, respectively (inherited elements may have the same name as 
local elements, currently)
V3: the duplicate type check for unions should respect base unions
V4: the duplicate name check for enumerations should respect base enumerations

Original issue reported on code.google.com by klaus.birken@gmail.com on 29 Nov 2013 at 9:18

GoogleCodeExporter commented 9 years ago
Check V1 is implemented by 3e4577c.

Original comment by klaus.birken@gmail.com on 7 Jan 2014 at 10:29

GoogleCodeExporter commented 9 years ago
Checks V2 and V4 is implemented by 7e3820d.

Original comment by klaus.birken@gmail.com on 7 Jan 2014 at 10:30

GoogleCodeExporter commented 9 years ago
Check V3 is implemented by f6b1a4a. Unit tests (with Xpect) are implemented by 
b5a91fe.

Original comment by klaus.birken@gmail.com on 4 Mar 2014 at 1:03

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 7 May 2014 at 4:11

GoogleCodeExporter commented 9 years ago

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