Opened 19 years ago

Last modified 19 years ago

#32 closed defect (fixed)

Some type errors are reported as evaluation of expression errors

Reported by: davbr Owned by: davbr
Priority: critical Milestone:
Component: Version:
Keywords: Cc: davbr, davbr

Description


Change History (2)

comment:1 by davbr, 19 years ago

If a function SumInt(x1,x2), which takes Integers as input, are called with the
following syntax SumInt(floor(4.23),5);, we get the following error "Error
evaluating expr". Should not this be reported as a type error?

comment:2 by Peter Aronsson, 19 years ago

Fixed for evaluating functions with wrong types.

Note: See TracTickets for help on using tickets.