Uploaded image for project: 'Commons JEXL'
  1. Commons JEXL
  2. JEXL-201

Allow Interpreter to use live values from JexlEngine.Option interface implemented by JexlContext

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.1
    • None

    Description

      Interpreter caches the current values of JexlEngine.Option in constructor if JexlEngine.Option interface is implemented by the provided JexlContext. This prevents JexlContext from dynamically influencing Interpreter behaviour by adjusting its values during script evaluation. The intention is to implement for example @silent/@verbose @strict/lenient annotations so that selected parts of the script could be evaluated with the desired mode. I think good point is to allow values from other methods of JexlEngine.Option interface such as isCancellable() and getArithmeticMathScale() not to be cached in Interpreter and JexlArithmetic.

      Attachments

        Activity

          People

            henrib Henri Biestro
            dmitri_blinov Dmitri Blinov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: