Skip to content
Prev 34970 / 63421 Next

Surprising length() of POSIXlt vector (PR#14073)

mark at celos.net wrote:
[You need "wishlist" in the title for this sort of stuff.]

I'd be wary of this. Just the other day we found that identical() broke 
on some objects because a package had length() redefined as a class 
method. I.e. the danger is that something wants to use length() with its 
original low-level interpretation.