[00:46:02] got a profile out of it: https://tstarling.com/stuff/profile.svg [00:46:10] guess it's time to upload a WIP patch [05:35:11] legoktm: I've got my PECL account now [05:35:25] :D [05:35:37] maybe you should get one too, so you can upload packages if you're feeling extra motivated some day [05:37:44] I know the trick now, it's very easy to make accounts [05:38:01] this seems like a trap [05:38:23] you just have to get on #php.pecl on EFnet during British business hours and ask Derick very nicely [05:38:44] after filling out the web form of course [05:38:53] heh [05:42:45] TimStarling: if you put a base commit in the excimer repo I can set up CI (zuul fails if the commit its trying to test is in an empty repo) [05:44:23] ok [05:45:50] I'll split the current commit into one that just has .gitreview and .gitignore and one that has the rest of it, ok? [05:46:52] that sounds good [05:55:23] done [05:56:12] he says after 10 minutes of figuring out which git workflows work on the root commit, of course you can't do git reset --hard HEAD^ [05:57:24] ended up using git rm to remove the unwanted files, then git commit --amend, then git cherry-pick merged the rest back in [05:58:12] https://gerrit.wikimedia.org/r/c/mediawiki/php/excimer/+/464756 [05:58:46] I would have used a GUI :p [06:02:26] ok, all set up [06:02:42] it'll run the tests whenever there are any :) [06:03:56] thanks [06:10:40] how would I test the PECL packaging stuff? [06:11:41] I used "pear package-validate" [13:46:23] bpirkle: there are still some more logs I need to double check, I think the list on https://phabricator.wikimedia.org/T204884 is mostly complete for PHP 7.1 failures [13:46:38] but I think...* [14:04:13] legoktm: cool. I haven't worked with our CI yet. Is https://www.mediawiki.org/wiki/Continuous_integration the best place for me to get oriented? [14:19:24] bpirkle: yeah, that should be a good entry point, minus whatever happens to be outdated, of course #itsawiki :) [14:19:43] greg-g: thank you [14:20:01] maybe not #itsawiki but more #documentationproblems [14:35:08] !bug 1 [14:37:02] https://static-bugzilla.wikimedia.org/bug1.html [14:38:02] LOL @ Brion's comment [15:50:21] Is there a reason ObjectCache::newAnything appears to be used nowhere? [15:50:44] CACHE_ANYTHING => [ 'factory' => 'ObjectCache::newAnything' ], [15:50:51] * Reedy thinks addshore didn't look very hard [15:51:01] aaah, i should look for the const.... [15:51:19] okay, lots of stuff uses it :P [15:51:27] OATHAuth does $memc = ObjectCache::newAnything( [] ); [15:51:38] Loads of usages in cores tests [15:52:38] i saw it in tests, perhaps I dont have OATHAuth [15:53:45] https://phabricator.wikimedia.org/P7642