From: Yuval Kogman Date: Tue, 19 Aug 2008 19:49:00 +0000 (+0000) Subject: FIXMEs no longer required X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3563b98515f0120cc10508c5d4f7e15d633e28f;p=gitmo%2FMoose.git FIXMEs no longer required --- diff --git a/Moose.xs b/Moose.xs index 9212410..bc7974f 100644 --- a/Moose.xs +++ b/Moose.xs @@ -16,20 +16,6 @@ #endif /* FIXME - * needs to be made into Moose::XS::Meta::Instance and Meta::Slot for the - * metadata, with a proper destructor. XSANY still points to this struct, but - * it is shared by all functions of the same type. - * - * Instance contains SvSTASH, and ATTR slots[] - * - * On recreation of the meta instance we refresh the ATTR value of all the CVs - * we installed - * - * need a good way to handle time between invalidate and regeneration (just - * check XSANY and call get_meta_instance if null?) - */ - -/* FIXME * type constraints are already implemented by konobi * should be trivial to do coercions for the core types, too *