Opened 11 years ago
Closed 11 years ago
#597 closed defect (fixed)
Just-in-time compilation of expressions
Reported by: | kilian | Owned by: | kilian |
---|---|---|---|
Priority: | P1 | Milestone: | v2.2.0 |
Component: | core | Version: | 2.1.1 |
Severity: | major | Keywords: | |
Cc: |
Description
Some re-implemented commands compile expressions too early, so user variables are not respected. Examples are beam polarization (fixed), scan, printf. With the current state of the variables/expressions module, I have to postpone the compilation to the evaluate method. Should be easy to fix.
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → assigned |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
r5261 should cover all occurences of this problem.