Skip to content
Prev 6067 / 63468 Next

Wierd problem comparing numeric values and list using == (PR#1073)

Peter Dalgaard BSA wrote:
As of 1.4, we will have the `identical' function, which is the right way
to do such comparisons in any case.

So I'd vote for making a use of the comparison operators an error unless
the type is correct (or there is a method defined).  There is even code
in relop.c (commented out) that looks like the right test.  Any
objections?

John