Components compilation error

Issue #42 resolved
Gabriele Partel created an issue

Components with parameters called "type" fail to compile. Ex: ArrayCombiner, CircosPlot,

Comments (2)

  1. Ville Rantanen

    "type" is a language element in scala, it is forbidden to use that in component parameters.

    • Change ArrayCombiner "type" parameter to "combineType"
    • All other components must be changed too - choose new descriptive name.

    Language elements for scala (if,else,for,type,class .. etc) are listed for example in our Lab private wiki pages, but you can probably easily google for them too.

  2. Log in to comment