You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ariatosca.apache.org by "Avia Efrat (JIRA)" <ji...@apache.org> on 2017/05/29 10:55:04 UTC

[jira] [Updated] (ARIA-267) TOSCA version format in the parser does not match the spec

     [ https://issues.apache.org/jira/browse/ARIA-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Avia Efrat updated ARIA-267:
----------------------------
    Description: 
In section 3.3.2, the spec states the the qualifier part of the version is a string:
{{qualifier: is an optional *string* that indicates a named, pre-release version of the associated code that has been derived from the version of the code identified by the combination major_version, minor_version and fix_version numbers.}}
However, in the parser implementation, the version regex tries to match it as an integer.

  was:
In section 3.3.2, the spec states the the qualifier part of the version is a string:
{{qualifier: is an optional *string* that indicates a named, pre-release version of the associated code that has been derived from the version of the code identified by the combination major_version, minor_version and fix_version numbers.}}
However, in the parser implementation, the version regex tries to match it as a integer.


> TOSCA version format in the parser does not match the spec
> ----------------------------------------------------------
>
>                 Key: ARIA-267
>                 URL: https://issues.apache.org/jira/browse/ARIA-267
>             Project: AriaTosca
>          Issue Type: Bug
>    Affects Versions: 0.1.0
>            Reporter: Avia Efrat
>            Priority: Minor
>
> In section 3.3.2, the spec states the the qualifier part of the version is a string:
> {{qualifier: is an optional *string* that indicates a named, pre-release version of the associated code that has been derived from the version of the code identified by the combination major_version, minor_version and fix_version numbers.}}
> However, in the parser implementation, the version regex tries to match it as an integer.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)