[00:38:56] jdlrobson: Hi, are you around? [00:41:21] refeed[m]: jdlrobson is on short vacation [00:41:45] anyone here who knows how often http://reading-web-staging.wmflabs.org/ gets updated? [00:41:54] as new core/new dependencies? [00:43:30] Volker_E: okay, thanks [00:47:21] btw, when will jdlrobson come back from his vacation? [00:50:07] refeed[m]: until 21 Dec [00:50:20] sry, 21 he's gonna be back [00:54:18] hmm okay, still a week again :( . Btw I'm currently working on gci task that he mentored (codesniff thing), should I abandon the task first? I have made two CRs in gerrit for the task [15:32:39] okay, the patch has been reviewed by Legoktm [20:02:20] bmansurov: hello :) if you are around it seems chromium-render tests block indefinitely :) [20:02:31] something something block at the end of the mocha run [20:22:30] hashar: sure, I'll take a look. meeting now ;) [20:22:32] thanks [20:25:15] bmansurov: I have a basic CI job setup which you can trigger by commenting "check experimental" [20:25:26] some example runs are on https://integration.wikimedia.org/ci/job/chromium-render-npm-browser-node-6-docker/ [20:25:38] no hurry :) [20:26:36] hashar: cool! [20:26:43] bahh [20:26:58] I think we have the same problem locally, I just didn't get around to fixing the issue. [20:27:09] It's a good time to capture this in a ticket. [20:27:16] yeah will fill one [20:27:22] I'll do so and ping you there in case you have more info to add. [20:27:35] turns out that is when I use my local chromium instead of the puppeteer one :D [20:27:54] oh that's useful info [20:27:56] didn't know that [20:27:57] so probably we can keep using https://phabricator.wikimedia.org/T179552 "set jenkins for chromium render" [20:28:12] that works too [20:28:59] my guess is that the docker image doesn't have access to the local chromium and thus tests are failing [21:26:36] bmansurov: I don't even understand nowadays javascript :] That looks like an entirely new language to me bah [21:26:53] bmansurov: I guess Phuedx and I will sync about it next monday! Don't worry :] [23:17:44] Hey all! I noticed reference "[7]" on "enwiki > Nights: Journey of Dreams" looks like this on mobile web... [7] ...but like this on desktop... [7] [23:17:50] ^ is that intentional? [23:19:58] MaxSem: ^ maybe related to the section id encoding change from a while back? [23:20:48] mhurd: does your content service use parsoid for pageviews? [23:22:51] MaxSem: android does iirc, but we're still using mobileview [23:24:55] so, an mdash(?) not getting normalized to ol dumb - [23:25:03] is there a problem about it? [23:36:08] MaxSem: just seemed odd that the link uses percent encoding... [7] ...but the thing it links to doesn't...
  • . it causes a bug with some JS we use - i can fix easily enough but thought upstream fix for consistency might be nice too [23:40:43] MaxSem: guessing i should file a ticket against "mobile"? [23:44:04] waait [23:44:12] – is mdash [23:44:17] so there's no bug [23:45:08] these 2 representations should be handled as o ne [23:45:13] an browsers do [23:48:42] MaxSem: it's just inconsistent i guess. and it did cause a bug with some reference gathering JS used by apps. would also be nice for debugging if you could, say, search for an id and see the 2 matches you expect instead of just one because the other one uses different encoding. confused me at a first when i tried to do so :)