[09:29:21] any1 knows why wkitech is not a SUL wiki? [10:32:57] addshore: https://travis-ci.org/wmde/WikibaseInternalSerialization/jobs/173203225 :( [10:33:04] did i break something? [10:33:05] Apparently phpunit broke b/c [10:33:09] YAy [10:33:15] and they didn't note it in their release notes [10:33:47] silyl them [10:33:50] *silly [10:34:26] https://github.com/sebastianbergmann/phpunit/commit/6760e827b6ff0a646a78c024b26ef199cb1c7780 [11:45:34] leszek_wmde: thanks for the review. I get to it asap [11:46:50] Amir1: no worries. I am currently getting myself really confused about the fingerprint patch. But it will be the best if I leave a comment there, I think [11:52:14] leszek_wmde: Amazing, btw. regarding the Labels and Descriptions I try to find a better solution but if I couldn't let's go with your idea for now [11:53:18] Amir1: If you had something "good" earlier, then it would be awesome. But I believe having a temporary solution would be also fine [12:01:55] leszek_wmde: I have to run an errand. I made the changes there but regarding the label and description. I think we should tackle it in another patch (this one is about making the LexemeView class) [12:03:04] I agree [12:33:28] addshore: https://github.com/sebastianbergmann/phpunit/pull/2346 [12:37:31] addshore: do you know whether we put issues with that component onto Phab or github? [12:42:29] I have no idea ;) [13:25:36] Amir1: please ping me if you get really blocked on https://gerrit.wikimedia.org/r/#/c/319658 The patch is probably good to merge, I simply don't feel confident enough to do it [13:25:44] but I will if you really need it! [13:27:41] leszek_wmde: okay, sure thanks. I'm not blocked. It's just nice not to make a chain of patches but it seems I have to do it [13:32:31] leszek_wmde: btw. https://github.com/wmde/WikibaseDataModel/pull/690 [13:33:19] Amir1: nice. I was planning to do it too, but didn't have time yet today. Good I don't have to do it any more :) [13:33:39] :D [14:33:27] hoo: Is master in wikidata broken? [14:33:41] https://integration.wikimedia.org/ci/job/composer-hhvm-trusty/1944/console [14:33:46] Amir1: Probably, but what aspect of brokeness are you referring to? [14:34:49] hoo: my patch is not introducing any old style comment but jenkins says there is old-way comment somewhere [14:35:22] oh, no it got resolved [14:35:37] Amir1: Well, it's not failing because of that [14:39:19] yeah [14:39:19] I see it now [15:29:54] o/ Jonas_WMDE [15:30:01] I'm looking at the consumer you just proposed [15:30:17] How come it needs high volume editing or editing at all? [15:35:40] halfak: Already handled [15:35:48] Hokay [15:35:49] Sorry, didn't see your message here until now [15:36:04] :) No worries. [15:36:14] Glad to be racing you to address these \o/ [17:34:50] hoo, Jonas_WMDE: https://phabricator.wikimedia.org/T150041 [17:57:37] big greetings to Berlin to the party! :) [19:10:00] I am having trouble with this query: https://query.wikidata.org/#SELECT%20%3Fa%20%3Fdate%20%20WHERE%20%7B%0A%20%20%20%20%20%20%20%20%3Fa%20wdt%3AP31%2Fwdt%3AP279%2a%20wd%3AQ2188189%20.%20%23musical%20works%0A%20%20%20%20%20%20%20%20%3Fa%20wdt%3AP136%20wd%3AQ1374731%20.%20%23genre%20eurodisco%0A%20%20%20%20%20%20%20%20%3Fa%20p%3AP577%20%3Fdate%20.%20%0A%20%20%20%20%7D%20%0A [19:10:17] Why is it not a date showing up? [19:37:11] Ainali: you're using p: which links to a statement, not the value [19:37:33] you can either connect the statement to the value with ?date ps:P577 ?actualdate or use wdt:P577 instead of p:P577 [19:43:32] (and if what I said wasn't clear, I added both to the query in http://tinyurl.com/gsttaml :)) [19:51:30] nikki: Thanks, I missed that! [19:52:32] :)