-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
XFA -- Add support for SOM expressions #12983
Conversation
calixteman
commented
Feb 11, 2021
- specifications: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.364.2157&rep=rep1&type=pdf#page=87;
- add a parser for SOM expressions;
- add search functions to resolve those expressions;
- search functions will be used to bind data into template.
b72778a
to
368ef7a
Compare
- specifications: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.364.2157&rep=rep1&type=pdf#page=87; - add a parser for SOM expressions; - add search functions to resolve those expressions; - search functions will be used to bind data into template.
368ef7a
to
9aed70b
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/674d8cdf41ed250/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/ca3b5fa515e87f6/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/674d8cdf41ed250/output.txt Total script time: 23.86 mins
Image differences available at: http://54.67.70.0:8877/674d8cdf41ed250/reftest-analyzer.html#web=eq.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+ with the two follow issues filed.
operator = operators.dotHash; | ||
break; | ||
case "[": | ||
// TODO: FormCalc expression so need to use the parser |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please file an issue for follow up.
// TODO: FormCalc expression so need to use the parser | ||
operator = operators.dotBracket; | ||
break; | ||
case "(": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please file an issue for follow up.