UoY-RoboStar / robochart-textual

This repository contains the plugins for the RoboChart textual editor
Eclipse Public License 2.0
0 stars 1 forks source link

ProductType with matrix type does not validate #71

Open pefribeiro opened 1 year ago

pefribeiro commented 1 year ago

The following validates fine:

interface Ev1 {
    event inp: real * Seq(matrix(real,2,3))
}

whereas the following does not:

interface Ev2 {
    event inp: real * Seq(matrix(real,2,3))
}

giving an error that:

- The feature 'types' of 'circus.robocalc.robochart.impl.ProductTypeImpl@53b9cf9e{platform:/resource/ARI/test.rct#//@interfaces.0/@events.0/@type}'
   with 1 values must have at least 2 values