Maged Elaasar
Maged Elaasar
OML 1.0.6 already supports specifying scalar properties in a predicate since it inherits from Feature and there is support for FeaturePredicate: https://github.com/opencaesar/oml/blob/3276945fb3e17fc888130720a837abd202982bd1/io.opencaesar.oml.dsl/src/io/opencaesar/oml/dsl/Oml.xtext#L462 At least where the value is specified as...
I think the text in sections [3.3.1.1](http://www.opencaesar.io/oml/#DescriptionUsage-LR) and [3.5.1.2](http://www.opencaesar.io/oml/#DescriptionBundleUsage-LR) have recently been revised to clarify similar points. @mprather Can you please check and confirm if your concerns have adequately been...
I have the same issue. Any way to remove this message?
In version 3.14.3, the code that is between backticks within `` files are not converted into code style. But backticked code in the root bs file is converted correctly to...
Added a note about that in 3.2.2.5: http://www.opencaesar.io/oml/#FacetedScalar-LR
Isn't this the point of a major revision (v1 -> v2) that breaking interface changes are expected? Otherwise, it would have been a minor revision. (see definitions in https://semver.org/). The...
I added a Version Migration section to the spec: https://www.opencaesar.io/oml/#Version-Migration If this addresses your request, please close the issue.
I tried adding the media selector, but not sure it works. Can you test it and let me know? http://www.opencaesar.io/oml/
I added a new section called Common Libraries to the OML Spec: https://www.opencaesar.io/oml/#Common-Libraries If this addresses your issue, please resolve it.
This ability is coming up in OML v2 (https://www.opencaesar.io/projects/2023-2-1-OML-v2.html). In particular, you will be able to specify the following: ``` concept Sailboat = Boat [ restricts ... ] ``` This...