Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #3136, comment 43


Ignore:
Timestamp:
12/20/21 16:18:06 (2 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3136, comment 43

    initial v1  
    11Bugs / suggestion for improvments:
    2  - values for num are not optimized / changed (tested with paramopt and batchInterpreter)
    3  - num values cannot be initialized to negative values (<num=-1.5>). Only via workaround: -<num=1.5>.
     2 - ~~values for num are not optimized / changed (tested with paramopt and batchInterpreter)~~ -> #3140
     3 - ~~num values cannot be initialized to negative values (<num=-1.5>). Only via workaround: -<num=1.5>.~~ -> #3140
    44 - Configuration for sub-functions (grammar, size limits) should be not be lost when reparsing (especially when only a minor detail in the structure expression is changed).
    5  - power-symbol: maybe it would be better to throw in the interpreter only when problematic arguments are actually detected (negative base with real-valued power). This would simplify entry of structure-templates.
     5 - power-symbol: maybe it would be better to throw in the interpreter only when problematic arguments are actually detected (negative base with real-valued power). This would simplify entry of structure-templates. (we should create a new ticket for this.)