You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the values of expression are not correct. It is because expression should have _class like Expressir::Model::Expressions::XXX, but not Expressir::Model::Literals::Logical.
The text was updated successfully, but these errors were encountered:
Hi @ronaldtse, some spec fixtures seem invalid.
For example, in the yaml file https://raw.githubusercontent.com/lutaml/expressir/refs/heads/main/spec/syntax/mathematical_functions_schema.yaml (line 11457), the model
Expressir::Model::Statements::Return
containsexpression
with_class
likeExpressir::Model::Literals::Logical
.It seems that the values of
expression
are not correct. It is becauseexpression
should have_class
likeExpressir::Model::Expressions::XXX
, but notExpressir::Model::Literals::Logical
.The text was updated successfully, but these errors were encountered: