Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Re: Version override with type Triplet vs. Omni Version

Ken Wenzel wrote:
If type "Triplet" is selected then Buckminster automatically converts a given version number to an Omni Version expression. For example the version number 2.3.0 gets converted to "raw:2.3.0.M/format(n[.n=0;[.n=0;]][d?S=M;]):2.3.0" - this is controversial to the selected version type "Triplet"
>
No, this is not controversial. The version types are just shortcuts for omni type version formats.

(by the way the  type Omni Version is missing and therefore cannot be selected).
>
All versions are omni versions so this type is always implicit.

If I try to save the CQuery then the following exception is raised:
Save Failed
Format "format(n[.n=0;[.n=0;]][d?S=M;])" was unable to parse raw:2.3.0.M/format(n[.n=0;[.n=0;]][d?S=M;]):2.3.0

It seems that Buckminster tries to parse the version number as a triplet and not as an Omni Version expression.

That is certainly a bug. Can you please enter a bugzilla for this?

Thanks,
Thomas Hallgren


Back to the top