ExpressionLanguage Component
The ExpressionLanguage component provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, Booleans).
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up…ontovdmitriy) This PR was merged into the 5.2-dev branch. Discussion ---------- [ExpressionLanguage] add details for error messages | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #36847 | License | MIT | Doc PR | Hello! This PR contains a more detail error messages for [ExpressionLanguage], which include info about affected node and attribute. My English is poor. Please, spell check in error texts. Commits ------- 5852a8cedd [ExpressionLanguage] add details for error messages
The ExpressionLanguage component provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, Booleans).