Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2485, comment 7


Ignore:
Timestamp:
11/04/15 16:24:07 (8 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2485, comment 7

    initial v1  
    11r13116 should fix the issue that could be reproduced with the attached script. The error was related to the handling of unary subtractions (rare corner case). However, bool operations are still not supported.
    22
    3 Maybe a unit case would be useful to guarantee that the interpreter returns the same results as a function compiled from the tree formatter.
     3Maybe a unit test would be useful to guarantee that the interpreter returns the same results as a function compiled from the tree formatter.