[03:53:38] bd808: Do you know why travis-ci didn't want flatfile enabled? [03:54:18] I didn't ask but I assume because of the deprecation notice in the php.net manual page [03:55:02] "This is available since PHP 4.3.0 for compatibility with the deprecated dbm extension only and should be avoided." [04:00:35] ah [04:01:05] 3MediaWiki-Core-Team, Librarization, MediaWiki-Installer: composer.json should be useable by WMF, core and extensions - https://phabricator.wikimedia.org/T67188#944669 (10bd808) I've worked out quite a few kinks in the merge plugin. I have it working well now in my local dev environment and would welcome additio... [04:04:37] legoktm: you should play with the composer merge plugin a bit and see if you can find new and exciting ways to break it. [04:04:48] ok :P [04:15:25] Am I missing something or should ApiResult be able to handle null values? [04:15:58] I get MWExceptions when I do that :| [04:18:34] Krenair: I don't think it does...what are you trying to represent? [04:19:11] I get an arbitrary array and I want to use it as API output [04:19:46] $result = array( 'status' => null, 'a' => 'b' ); [04:19:54] works: $this->getResult()->addValue( null, null, $result, ApiResult::OVERRIDE ); [04:20:10] does not seem to work: foreach ( $result as $key => $value ) { $this->getResult()->addValue( null, $key, $value ); } [04:21:09] for boolean values, the API typically does key => '' if true, and omits the key if false. I think the same thing applies to null [04:29:21] or... hmm... does it work [04:30:23] :o [04:30:47] I'm only half awake so you may want to ignore me :P [04:36:17] it gives you the result I wanted, but in an array [04:36:19] :( [12:19:40] 3Wikidata, wikidata-query-service, MediaWiki-Core-Team: Figure out quantity representation - https://phabricator.wikimedia.org/T85298#944872 (10Lydia_Pintscher) [13:31:16] 3MediaWiki-Search, MediaWiki-Core-Team: Special:Search on mw.org throwing an error - Advanced search checkboxes broken - https://phabricator.wikimedia.org/T78553#944944 (10Liuxinyu970226) >>! In T78553#931954, @Liuxinyu970226 wrote: > @Nikerabbit: Keeps on translatewiki, u know. OK now tsw fixed too. [19:26:42] 3MediaWiki-Core-Team: Revert HHVM tag hiding hack - https://phabricator.wikimedia.org/T1205#945369 (10Se4598) [19:29:01] 3MediaWiki-Core-Team: Revert HHVM tag hiding hack - https://phabricator.wikimedia.org/T1205#945370 (10Se4598)