imports multi-line grammar #79
Replies: 3 comments 4 replies
-
I'm quite sure that the correct syntax is this:
|
Beta Was this translation helpful? Give feedback.
-
@tliron. Yes, what you show is the correct syntax according to TOSCA "definition", but the TOSCA document has an "autoincompatible" example. Is the same as substitution mapping being an array or a map that forced puccini to have a dedicated quirk. |
Beta Was this translation helpful? Give feedback.
-
This has been implemented in #79 as "--quirk imports.sequencedlist". I hope you can verify that it works as expected! |
Beta Was this translation helpful? Give feedback.
-
@tliron I am trying to parse a package that has an import definition in line with the example specified in Tosca
![image](https://user-images.githubusercontent.com/39600246/124136685-9ceaca00-da4a-11eb-895b-95350dd2b0c0.png)
but on parsing the package using puccini, I am getting the following error:
Could you please confirm is this a bug in Puccini or the grammar used in the package is not correct?
Beta Was this translation helpful? Give feedback.
All reactions