From: Yuval Kogman Date: Tue, 19 Aug 2008 23:15:19 +0000 (+0000) Subject: remove FIXMEs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9d2b905f23cfad200e37384e93dcd4dc87dc2f97;p=gitmo%2FMoose.git remove FIXMEs --- diff --git a/Moose.xs b/Moose.xs index e30b35e..caf560d 100644 --- a/Moose.xs +++ b/Moose.xs @@ -16,24 +16,6 @@ #endif /* FIXME - * type constraints are already implemented by konobi - * should be trivial to do coercions for the core types, too - * - * TypeConstraint::Class can compare SvSTASH by ptr, and if it's neq *then* - * call ->isa (should handle vast majority of cases) - * - * base parametrized types are also trivial - * - * ClassName is get_stathpvn - */ - -/* FIXME - * for a constructor we have ATTR *attrs, and iterate that, removing init_arg - * we can preallocate the structure to the right size (maybe even with the - * right HEs?), and do various other prehashing hacks to gain speed - * */ - -/* FIXME * delegations and attribute helpers: * * typedef struct {