[5:48]<ondras> Ikamusuko: ? [5:49]<Ikamusuko> ondras, what? [5:53]<ondras> Ikamusuko: i cannot edit most stuff on wiki [5:53]<ondras> lemme show you the errors reported [5:54]<ondras> Fatal error: Call to undefined method Title::userCanEdit() in /web/commonjs.org/wiki/extensions/SemanticForms/includes/SF_FormEditTab.php on line 32 [5:57]<Ikamusuko> hm... I'll try an update of the semantic stuff [5:58]<Ikamusuko> Hmmm... no updates for SF [6:02]<Ikamusuko> ohhh... [6:02]<Ikamusuko> try it no [6:13]<ondras> Ikamusuko: better, thanks :) [6:14]<Ikamusuko> Was using the REL1_15 branched code still after upgrading to 1.16 [6:15]<ondras> Ikamusuko: how execatly is the "implementation <-> standard" binding realized? [6:16]<ondras> i need to change the list of proposals v8cgi implements [6:16]<ondras> ... [6:16]<Ikamusuko> The Spec template breaks apart the list of implementations passed to it and annotates the pages... the implementations page use an #ask query to display that data for a specific implementation [6:17]<ondras> okay, thanks [6:17]<ondras> so i need to edit the spec page and add v8cgi to a list of implementations [6:23]<ondras> Ikamusuko: one more question... why is Binary/F not listed in the summary table? [6:27]<Ikamusuko> page caching... [6:27]<ondras> ok [6:27]<Ikamusuko> Was previously a proposal with no implementations, which I filter out of the list to avoid making it even bigger than it already is [6:27]<Ikamusuko> Page cache hadn't updated [6:30]<ondras> what a pity; it's the best binary proposal so far! :))) [21:09]<Wes> am I the only one doing active research into extensive module loaders? [21:10]<Wes> s/extensive/extensible/ [21:29]<Wes> Holy cow, I just got it to work [21:32]<Wes> I just switched the underlying module loader by overriding only two functions on module.constructor.prototype [21:36]<Wes> Hm, maybe not, iojs tests don't run right [21:55]<Wes> *there we go* - passing all tests now