anuragraghavan / franca

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

Deployment definiton does not handle inline arrays properly #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
for e.g. a Franca method myX, having an inline array argument, deployment 
specification/definition for arrays is not working.

method myX {
        in {
            UInt8 [] a
        }}

if responsible deployment specification mandates 
for arrays {
   length: Integer;
}

there is no red crosses if length is not provided in the deployment definition 
for argument a!

What is the expected output? What do you see instead?
providing no length in deployment definition shall cause invalid deployment 
definition.

What version of the product are you using? On what operating system?
Franca 0.8.10/Win7-x64

Original issue reported on code.google.com by manfred....@bmw.de on 18 Jul 2014 at 8:51

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 29 Jul 2014 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 10 Nov 2014 at 12:00

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 10 Nov 2014 at 12:00

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 8 Dec 2014 at 12:36

GoogleCodeExporter commented 9 years ago
Implemented with commit 93b8699 on develop.

Original comment by klaus.birken@gmail.com on 9 Dec 2014 at 10:10

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 19 Dec 2014 at 2:35