From: Jesse Luehrs Date: Sat, 30 Jul 2011 22:44:24 +0000 (-0500) Subject: add a few more rt tickets X-Git-Tag: 2.0300~124 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c78a59d78098603777b8ae547af0fdf2a1a7357b;p=gitmo%2FMoose.git add a few more rt tickets --- diff --git a/TODO b/TODO index 53134b6..e251ce0 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,17 @@ === RT Tickets -RT#67731 - Union types reports spurious parent types - https://rt.cpan.org/Ticket/Display.html?id=67731 +RT#67731 - Union types reports spurious parent types - +https://rt.cpan.org/Ticket/Display.html?id=67731 + +RT#59478/RT#63000 - 0+ overload causes NV conversion on == on perls before +5.14 - this causes comparisons to fail when the number can't fit in an NV +without precision loss. I'd like to fix this in a more general way (forcing +anyone else who might be using == on tc objects to do weird things isn't very +good), although it's hard to test to see what actually works. + +RT#69839 - UNIVERSAL methods should show up as methods, so things like method +modifiers work === Revise MetaRole API to reunify class/role metaroles: