Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1-beta-1
-
None
-
None
Description
Per a recent email from Paul Libbrecht, we should allow expressions to throw an exception. Currently, the Expression interface doesn't throw exceptions.
Issues:
- currently, the script evaluation isn't terminated because of an expression exception. should it be? by default, I mean. could this be another flag in the environment?
- should the tag itself be given a way to intercept exceptions from Expressions? Expressions are evaluated before the tag is run, so it normally wouldn't know anything about them.
Email from Paul Libbrecht [paul@dfki.de]:
~~~~~~~~~~~~~~~~~~~~~~~~
Hi,
One of the most frustrating place in jelly, to my taste, is when a jexl exception occurs... Jelly complains (at least with good logging
settings) but does not throw. Moreover, this complaint doesn't have a jelly line-number which makes it somewhat hard.
Is there really any wish that such an exception is not thrown ?
thanks
paul
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Attachments
Issue Links
- is blocked by
-
JELLY-286 Various fixes for JIRA bugs
- Resolved