Options:
- # Session Start: Tue Nov 04 00:00:00 2014
- # Session Ident: #testing
- # [00:09] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [00:18] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [00:21] * Joins: bhill2 (~bhill2@public.cloak)
- # [00:32] * Joins: bhill2_ (~bhill2@public.cloak)
- # [00:32] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [00:41] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
- # [00:57] * Quits: bhill2_ (~bhill2@public.cloak) (Client closed connection)
- # [00:58] * Quits: lukeis (~Adium@public.cloak) ("Leaving.")
- # [00:59] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [01:14] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [01:21] * Joins: bhill2 (~bhill2@public.cloak)
- # [01:24] <MikeSmith> botie, inform Ms2ger you pinged? (yesterday)
- # [01:24] <botie> will do
- # [01:53] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [01:54] * Joins: bhill2 (~bhill2@public.cloak)
- # [02:35] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [02:35] * terri is now known as terri_offline
- # [02:43] * Joins: bhill2 (~bhill2@public.cloak)
- # [02:47] * Joins: tripu (antonio@public.cloak)
- # [02:49] <jgraham> Unlike lukis I'm always on irc :p
- # [02:49] <jgraham> *lukeis
- # [02:50] <jgraham> But sure if someone wants to delete merged branches go ahead. Just don't delete unmerged branches; it's inconvenient
- # [02:51] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [06:34] * Joins: bhill2 (~bhill2@public.cloak)
- # [06:38] * Joins: zcorpan (~zcorpan@public.cloak)
- # [06:43] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [06:57] * Joins: bhill2 (~bhill2@public.cloak)
- # [07:04] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
- # [07:04] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [07:07] * Joins: bhill2 (~bhill2@public.cloak)
- # [07:11] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [07:38] * Joins: zcorpan (~zcorpan@public.cloak)
- # [07:41] * Joins: sam_u (~samu@public.cloak)
- # [07:52] * Joins: gitbot (~gitbot@public.cloak)
- # [07:52] -gitbot:#testing- [web-platform-tests] zcorpan closed pull request #1326: Extend the Node#cloneNode test. (master...clone-prefix) https://github.com/w3c/web-platform-tests/pull/1326
- # [07:52] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [07:53] * Quits: sam_u (~samu@public.cloak) (Ping timeout: 180 seconds)
- # [08:18] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [08:18] <botie> Ms2ger, at 2014-11-04 00:23 UTC, MikeSmith said: you pinged? (yesterday)
- # [08:47] * Joins: dom (dom@public.cloak)
- # [09:37] * Joins: darobin (rberjon@public.cloak)
- # [10:33] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [10:51] * Quits: tripu (antonio@public.cloak) (Ping timeout: 180 seconds)
- # [11:05] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [11:07] * Joins: Lachy (~Lachy@public.cloak)
- # [11:21] * Joins: gitbot (~gitbot@public.cloak)
- # [11:21] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1352: Ensure the output of manifest.py is deterministic. (master...deterministic-manifest) https://github.com/w3c/web-platform-tests/pull/1352
- # [11:21] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [11:22] <Ms2ger> MikeSmith / darobin: r?
- # [11:24] * darobin 's eyes cross
- # [11:25] <darobin> Ms2ger: basically you're just adding sorting?
- # [11:25] * darobin always gets a sense that Python comprehensions have the power of Perl, without the readability
- # [11:30] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [11:43] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [11:46] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [11:48] <Ms2ger> darobin, you appear to be implying that perl is readable ;)
- # [11:48] <darobin> :)
- # [11:49] <Ms2ger> But yeah, the second commit doesn't change the output
- # [11:58] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [12:01] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [12:02] * Joins: Lachy (~Lachy@public.cloak)
- # [12:06] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [12:20] <Ms2ger> darobin, so, anything else you don't like about it? :)
- # [12:22] <darobin> Ms2ger: I was going through my Python docs trying to refresh my brain about what order things work in comprehensions like that
- # [12:22] <darobin> :)
- # [12:23] <darobin> r+
- # [12:23] <Ms2ger> for foo for bar is like for foo: for bar: do stuff
- # [12:23] * Joins: gitbot (~gitbot@public.cloak)
- # [12:23] -gitbot:#testing- [web-platform-tests] Ms2ger pushed 3 new commits to master: https://github.com/w3c/web-platform-tests/compare/3de4e8beaf0f...a304a4b45b7b
- # [12:23] -gitbot:#testing- web-platform-tests/master 6f0d11d Ms2ger: Sort the lists in Manifest.to_json.
- # [12:23] -gitbot:#testing- web-platform-tests/master 60c72b8 Ms2ger: Sort the elements of out_items directly in Manifest.to_json....
- # [12:23] -gitbot:#testing- web-platform-tests/master a304a4b Ms2ger: Merge pull request #1352 from Ms2ger/deterministic-manifest...
- # [12:23] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [12:26] <darobin> right
- # [12:33] * Joins: gitbot (~gitbot@public.cloak)
- # [12:33] -gitbot:#testing- [web-platform-tests] zcorpan opened pull request #1353: Use backslash for url tests starting with #. Fixes #618 (master...urltestdata-comment) https://github.com/w3c/web-platform-tests/pull/1353
- # [12:33] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [12:33] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [12:40] <Ms2ger> darobin, and thanks :)
- # [12:41] * Ms2ger really needs to write tests for manifest.py
- # [12:50] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [12:52] * Joins: plh (plehegar@public.cloak)
- # [12:59] * Joins: tripu (antonio@public.cloak)
- # [13:04] * Joins: abarsto (~abarsto@public.cloak)
- # [13:04] * abarsto is now known as ArtB
- # [13:06] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [13:30] <darobin> Ms2ger: I wonder if we could handle updates to the manifest better, too
- # [13:31] <darobin> right now it regens when the test runner runs, but that's slow and causes timeouts
- # [13:31] <darobin> maybe regenerating it on commits or some such would make sense
- # [13:35] <Ms2ger> darobin, works fine for me ;)
- # [13:38] <darobin> looks like UCWeb is interested in the testing project
- # [13:42] <plh> re UCWeb, Xiaoqian has been spreading the word about WPT in China
- # [13:43] <plh> spent 5 hours in a train in the spring to teach her WPT
- # [13:47] * Joins: scott_gonzalez (~scott_gonzalez@public.cloak)
- # [14:01] * Joins: gitbot (~gitbot@public.cloak)
- # [14:01] -gitbot:#testing- [web-platform-tests] annevk pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/a304a4b45b7b...b476172f96a3
- # [14:01] -gitbot:#testing- web-platform-tests/master dd6ed31 Simon Pieters: Use backslash for url tests starting with #. Fixes #618
- # [14:01] -gitbot:#testing- web-platform-tests/master b476172 Anne van Kesteren: Merge pull request #1353 from zcorpan/urltestdata-comment...
- # [14:01] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [14:02] * Joins: MK (kawamori@public.cloak)
- # [14:16] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [14:19] * Joins: plh (plehegar@public.cloak)
- # [14:26] * Quits: tripu (antonio@public.cloak) ("Leaving")
- # [14:29] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [14:30] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [14:31] * Joins: Lachy_ (~Lachy@public.cloak)
- # [14:31] * Quits: Lachy (~Lachy@public.cloak) (Client closed connection)
- # [14:35] * Quits: Lachy_ (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [14:42] * Joins: Lachy (~Lachy@public.cloak)
- # [15:12] <jgraham> +1 on adding manifest updates to the sync script
- # [15:27] <Ms2ger> jgraham,
- # [15:27] <Ms2ger> !
- # [15:27] <Ms2ger> wptupdate broke
- # [15:36] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:36] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [15:38] * Quits: MK (kawamori@public.cloak) ("Leaving...")
- # [15:38] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:41] <plh> sp, not sure what's going on with w3c-test.org but something is deleting MANIFEST.json
- # [15:41] <plh> is that intended?
- # [15:42] <plh> I ran "python tools/scripts/manifest.py"
- # [15:42] <Ms2ger> A git clean somewhere in the update script?
- # [15:42] <plh> and it does create the MANIFEST.json
- # [15:42] <plh> possibly
- # [15:42] <plh> would be nice if the update script was recreating it afterwards
- # [15:44] * jgraham isn't really here
- # [15:45] <jgraham> Or actually here when I close the laptop lid, which is the next thing I'm doing
- # [15:45] * plh pokes around
- # [15:46] <Ms2ger> jgraham, *grumble*
- # [15:51] <AutomatedTester> plh: hey, is there a w3c site that has CSP I can test something against?
- # [15:51] <plh> I don't know :(
- # [15:51] * AutomatedTester wonders if wptserve does it
- # [15:52] <plh> if it's a simple header, I don't see why not
- # [15:52] <AutomatedTester> I need to test webdriver with CSP
- # [15:53] <plh> https://github.com/w3c/web-platform-tests/tree/master/content-security-policy
- # [15:54] <AutomatedTester> that jgraham guy gets around in the wpt tests :D
- # [16:12] <ato> AutomatedTester: I tested it briefly last night and had no problems.
- # [16:12] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [16:12] <AutomatedTester> ato: I wasn't expecting any
- # [16:12] <AutomatedTester> ato: have you got the test case to share?
- # [16:12] <ato> Not exhaustively though.
- # [16:13] <ato> No, I found some random sites on the web which sent the header.
- # [16:17] * Quits: ptressel (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [16:50] * Joins: zcorpan (~zcorpan@public.cloak)
- # [16:58] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [17:13] * Joins: lukeis (~Adium@public.cloak)
- # [17:14] * Joins: mdas (~mdas@public.cloak)
- # [17:16] * Joins: zcorpan (~zcorpan@public.cloak)
- # [17:16] * Joins: ptressel (~chatzilla@public.cloak)
- # [17:32] * Joins: Lachy_ (~Lachy@public.cloak)
- # [17:36] * Quits: Lachy (~Lachy@public.cloak) (Ping timeout: 180 seconds)
- # [17:44] * Joins: bhill2 (~bhill2@public.cloak)
- # [17:53] * Joins: Lachy (~Lachy@public.cloak)
- # [17:53] * Quits: Lachy_ (~Lachy@public.cloak) (Client closed connection)
- # [17:58] * terri_offline is now known as terri
- # [17:59] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [18:04] * Joins: bhill2_ (~bhill2@public.cloak)
- # [18:08] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [18:08] * plh is now known as plh-lunch
- # [18:20] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [18:24] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [18:25] * Joins: darobin (rberjon@public.cloak)
- # [18:32] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
- # [18:33] * Quits: ptressel (~chatzilla@public.cloak) ("zzz")
- # [19:36] * Joins: darobin (rberjon@public.cloak)
- # [19:38] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [19:44] * Quits: bhill2_ (~bhill2@public.cloak) (Client closed connection)
- # [20:08] * plh-lunch is now known as plh
- # [20:20] * Joins: bhill2 (~bhill2@public.cloak)
- # [20:20] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [20:20] * Joins: bhill2 (~bhill2@public.cloak)
- # [20:23] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [20:34] * Joins: bhill2 (~bhill2@public.cloak)
- # [20:36] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [20:36] * Joins: bhill2 (~bhill2@public.cloak)
- # [20:38] * Joins: shepazu (schepers@public.cloak)
- # [20:44] * Joins: Lachy (~Lachy@public.cloak)
- # [20:52] * Joins: darobin (rberjon@public.cloak)
- # [20:56] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [21:00] * Joins: gitbot (~gitbot@public.cloak)
- # [21:00] -gitbot:#testing- [web-platform-tests] zcorpan opened pull request #1355: Fix worker data: test pass condition. Fixes #475 (master...fix-475) https://github.com/w3c/web-platform-tests/pull/1355
- # [21:00] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [21:16] * Joins: gitbot (~gitbot@public.cloak)
- # [21:16] -gitbot:#testing- [web-platform-tests] zcorpan opened pull request #1356: Re-add a useful assertion in websockets. Fixes #522 (master...fix-522) https://github.com/w3c/web-platform-tests/pull/1356
- # [21:16] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [21:18] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [21:37] * Joins: gitbot (~gitbot@public.cloak)
- # [21:37] -gitbot:#testing- [web-platform-tests] zcorpan opened pull request #1357: worker postMessage(1, null) should throw, undefined should not. Fixes #491 (master...fix-491) https://github.com/w3c/web-platform-tests/pull/1357
- # [21:37] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [21:38] * Joins: bhill2 (~bhill2@public.cloak)
- # [22:01] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [22:03] * Joins: gitbot (~gitbot@public.cloak)
- # [22:03] -gitbot:#testing- [web-platform-tests] zcorpan opened pull request #1358: Fix worker ErrorEvent test should use constructor and test non-support f... (master...fix-492) https://github.com/w3c/web-platform-tests/pull/1358
- # [22:03] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [22:04] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [22:07] * Joins: Lachy (~Lachy@public.cloak)
- # [22:41] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [22:45] * Joins: bhill2 (~bhill2@public.cloak)
- # [23:17] * Quits: dom (dom@public.cloak) ("")
- # [23:30] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [23:30] * Joins: bhill2 (~bhill2@public.cloak)
- # [23:35] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [23:35] * Joins: bhill2 (~bhill2@public.cloak)
- # Session Close: Wed Nov 05 00:00:00 2014
The end :)