Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0070-feel-instance-of #10

Open
saig0 opened this issue Jul 6, 2021 · 3 comments
Open

0070-feel-instance-of #10

saig0 opened this issue Jul 6, 2021 · 3 comments

Comments

@saig0
Copy link
Member

saig0 commented Jul 6, 2021

Failed to parse FEEL expression 'null instance of years and months duration': failed to parse expression 'null instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:35, found "duration"
Failed to parse FEEL expression 'null instance of days and time duration': failed to parse expression 'null instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:32, found "duration"
Failed to parse FEEL expression '123.01 instance of years and months duration': failed to parse expression '123.01 instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:37, found "duration"
Failed to parse FEEL expression '123.01 instance of days and time duration': failed to parse expression '123.01 instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:34, found "duration"
Failed to parse FEEL expression '"foo" instance of years and months duration': failed to parse expression '"foo" instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:36, found "duration"
Failed to parse FEEL expression '"foo" instance of days and time duration': failed to parse expression '"foo" instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:33, found "duration"
Failed to parse FEEL expression 'true instance of years and months duration': failed to parse expression 'true instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:35, found "duration"
Failed to parse FEEL expression 'true instance of days and time duration': failed to parse expression 'true instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:32, found "duration"
Failed to parse FEEL expression 'date("2018-12-08") instance of years and months duration': failed to parse expression 'date("2018-12-08") instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:49, found "duration"
Failed to parse FEEL expression 'date("2018-12-08") instance of days and time duration': failed to parse expression 'date("2018-12-08") instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:46, found "duration"
Failed to parse FEEL expression 'time("10:30:00") instance of years and months duration': failed to parse expression 'time("10:30:00") instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:47, found "duration"
Failed to parse FEEL expression 'time("10:30:00") instance of days and time duration': failed to parse expression 'time("10:30:00") instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:44, found "duration"
Failed to parse FEEL expression '[1,2,3] instance of years and months duration': failed to parse expression '[1,2,3] instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:38, found "duration"
Failed to parse FEEL expression '[1,2,3] instance of days and time duration': failed to parse expression '[1,2,3] instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:35, found "duration"
Failed to parse FEEL expression 'duration("P1Y") instance of years and months duration': failed to parse expression 'duration("P1Y") instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:46, found "duration"
Failed to parse FEEL expression 'duration("P1Y") instance of days and time duration': failed to parse expression 'duration("P1Y") instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:43, found "duration"
Failed to parse FEEL expression 'duration("P1D") instance of years and months duration': failed to parse expression 'duration("P1D") instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:46, found "duration"
Failed to parse FEEL expression 'duration("P1D") instance of days and time duration': failed to parse expression 'duration("P1D") instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:43, found "duration"
Failed to parse FEEL expression '{a: "foo"} instance of years and months duration': failed to parse expression '{a: "foo"} instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:41, found "duration"
Failed to parse FEEL expression '{a: "foo"} instance of days and time duration': failed to parse expression '{a: "foo"} instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | end-of-input):1:38, found "duration"
Failed to parse FEEL expression '(function() "foo") instance of Any': failed to parse expression '(function() "foo") instance of Any': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | ".."):1:18, found ") instance"
Failed to parse FEEL expression '(function() "foo") instance of number': failed to parse expression '(function() "foo") instance of number': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | ".."):1:18, found ") instance"
Failed to parse FEEL expression '(function() "foo") instance of string': failed to parse expression '(function() "foo") instance of string': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | ".."):1:18, found ") instance"
Failed to parse FEEL expression '(function() "foo") instance of boolean': failed to parse expression '(function() "foo") instance of boolean': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | ".."):1:18, found ") instance"
Failed to parse FEEL expression '(function() "foo") instance of date': failed to parse expression '(function() "foo") instance of date': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | ".."):1:18, found ") instance"
Failed to parse FEEL expression '(function() "foo") instance of time': failed to parse expression '(function() "foo") instance of time': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | ".."):1:18, found ") instance"
Failed to parse FEEL expression '(function() "foo") instance of date and time': failed to parse expression '(function() "foo") instance of date and time': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | ".."):1:18, found ") instance"
Failed to parse FEEL expression '(function() "foo") instance of years and months duration': failed to parse expression '(function() "foo") instance of years and months duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | ".."):1:18, found ") instance"
Failed to parse FEEL expression '(function() "foo") instance of days and time duration': failed to parse expression '(function() "foo") instance of days and time duration': Expected (StringIn("<=", ">=", "<", ">", "!=", "=") | "between" | "in" | "and" | "or" | ".."):1:18, found ") instance"
@saig0
Copy link
Member Author

saig0 commented Jul 13, 2021

Camunda runner:

Executing test '0070-feel-instance-of-test-01 / null_009'
Test failure: Expected 'false' but an error is thrown: FeelException: FEEL/SCALA-01008 Error while evaluating expression: failed to parse expression 'null instance of years and months duration': Expected (StringIn(&quot;<=&quot;, &quot;>=&quot;, &quot;<&quot;, &quot;>&quot;, &quot;!=&quot;, &quot;=&quot;) | &quot;between&quot; | &quot;in&quot; | &quot;and&quot; | &quot;or&quot; | end-of-input):1:35, found &quot;duration&quot;

Executing test '0070-feel-instance-of-test-01 / null_010'
Test failure: Expected 'false' but an error is thrown: FeelException: FEEL/SCALA-01008 Error while evaluating expression: failed to parse expression 'null instance of days and time duration': Expected (StringIn(&quot;<=&quot;, &quot;>=&quot;, &quot;<&quot;, &quot;>&quot;, &quot;!=&quot;, &quot;=&quot;) | &quot;between&quot; | &quot;in&quot; | &quot;and&quot; | &quot;or&quot; | end-of-input):1:32, found &quot;duration&quot;

Executing test '0070-feel-instance-of-test-01 / number_009'
Test failure: Expected 'false' but an error is thrown: FeelException: FEEL/SCALA-01008 Error while evaluating expression: failed to parse expression '123.01 instance of years and months duration': Expected (StringIn(&quot;<=&quot;, &quot;>=&quot;, &quot;<&quot;, &quot;>&quot;, &quot;!=&quot;, &quot;=&quot;) | &quot;between&quot; | &quot;in&quot; | &quot;and&quot; | &quot;or&quot; | end-of-input):1:37, found &quot;duration&quot;

Executing test '0070-feel-instance-of-test-01 / number_010'
Test failure: Expected 'false' but an error is thrown: FeelException: FEEL/SCALA-01008 Error while evaluating expression: failed to parse expression '123.01 instance of days and time duration': Expected (StringIn(&quot;<=&quot;, &quot;>=&quot;, &quot;<&quot;, &quot;>&quot;, &quot;!=&quot;, &quot;=&quot;) | &quot;between&quot; | &quot;in&quot; | &quot;and&quot; | &quot;or&quot; | end-of-input):1:34, found &quot;duration&quot;

Executing test '0070-feel-instance-of-test-01 / string_009'
Test failure: Expected 'false' but an error is thrown: FeelException: FEEL/SCALA-01008 Error while evaluating expression: failed to parse expression '&quot;foo&quot; instance of years and months duration': Expected (StringIn(&quot;<=&quot;, &quot;>=&quot;, &quot;<&quot;, &quot;>&quot;, &quot;!=&quot;, &quot;=&quot;) | &quot;between&quot; | &quot;in&quot; | &quot;and&quot; | &quot;or&quot; | end-of-input):1:36, found &quot;duration&quot;

Executing test '0070-feel-instance-of-test-01 / string_010'
Test failure: Expected 'false' but an error is thrown: FeelException: FEEL/SCALA-01008 Error while evaluating expression: failed to parse expression '&quot;foo&quot; instance of days and time duration': Expected (StringIn(&quot;<=&quot;, &quot;>=&quot;, &quot;<&quot;, &quot;>&quot;, &quot;!=&quot;, &quot;=&quot;) | &quot;between&quot; | &quot;in&quot; | &quot;and&quot; | &quot;or&quot; | end-of-input):1:33, found &quot;duration&quot;

...
`` 

@saig0
Copy link
Member Author

saig0 commented Aug 3, 2021

camunda/feel-scala#155

camunda/feel-scala#312

@saig0
Copy link
Member Author

saig0 commented Nov 1, 2022

camunda/feel-scala#543

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant