Opened 14 years ago

Last modified 14 years ago

#1412 closed defect (fixed)

elaboration of reducations tries to evaluate non-constant reduction

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: high Milestone:
Component: Version:
Keywords: Cc: Martin Sjölund,

Description

{{{class B

Integer i = <reduction>min(123456789012345678 * i for i in {1 + integer(time)});

end B;
Error: No constant value for variable time in scope B.}}}

Change History (1)

comment:1 by Per Östlund, 14 years ago

Fixed in r7848, see test case mofiles/NonConstantReduction.

Note: See TracTickets for help on using tickets.