Options:
Previous day, Next day
- # Session Start: Thu Jan 01 00:00:00 2015
- # Session Ident: #testing
- # [00:00] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
- # [00:52] * Joins: bhill2 (~bhill2@public.cloak)
- # [01:03] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [01:10] * Joins: bhill2 (~bhill2@public.cloak)
- # [01:40] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [07:43] * Joins: myakura (~myakura@public.cloak)
- # [09:26] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
- # [10:12] * Joins: gitbot (~gitbot@public.cloak)
- # [10:12] -gitbot:#testing- [web-platform-tests] sideshowbarker created sideshowbarker/tools-dir-doc from master (+0 new commits): https://github.com/w3c/web-platform-tests/commits/sideshowbarker/tools-dir-doc
- # [10:12] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [10:25] <MikeSmith> hmm it seems like we also want lint.py to ignore .py scripts that aren't meant to be handled by wptserve
- # [10:26] <MikeSmith> otherwise we can't, e.g., use print statements in those scripts
- # [10:28] <MikeSmith> jgraham: If you don't think Brad's idea of having serve.py/wptserve ignore the contents of any "tools" directories in the three, then I can try to figure out some way to implement it
- # [10:28] <MikeSmith> *in the tree
- # [10:31] * Joins: myakura (~myakura@public.cloak)
- # [10:31] <MikeSmith> though I can't yet think of any clever way to get around the current limitations that wptserve places on match expressions
- # [10:37] * Joins: gitbot (~gitbot@public.cloak)
- # [10:37] -gitbot:#testing- [web-platform-tests] sideshowbarker deleted sideshowbarker/tools-dir-doc at 7cd67bf: https://github.com/w3c/web-platform-tests/commit/7cd67bf
- # [10:37] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [10:39] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
- # [10:44] <MikeSmith> well I guess any_method, "{any}/tools/*", handlers.ErrorHandler(404) would work
- # [10:45] <MikeSmith> with the limitation that your tools dir must be at the top level of your spec dir
- # [11:41] <jgraham> MikeSmith: Right. I don't know how much sense the single-star limitation makes. We could change things so that you can have any number of *s and you always get a list of strings in the matchdict. That isn't backwards compatible of course
- # [11:41] <jgraham> I don't know if anyone else cares
- # [11:43] <MikeSmith> jgraham: yeah dunno if this comes up enough to worry much about
- # [11:45] <jgraham> Right. So I guess the counterexample to "just put everything under {spec}/tools would be the html5lib generation code. Although… maybe this limitation would actually make that easier to find
- # [11:46] <jgraham> So I'm coming round to the idea that the limited solution is actually better than a more general one
- # [11:47] <MikeSmith> yeah I guess it makes some sense
- # [11:47] <MikeSmith> so I'll got ahead and make a PR for it, with a note in the README.md file
- # [11:52] <jgraham> Great, thanks!
- # [11:55] * Joins: gitbot (~gitbot@public.cloak)
- # [11:55] -gitbot:#testing- [web-platform-tests] sideshowbarker created sideshowbarker/tools-dir from master (+0 new commits): https://github.com/w3c/web-platform-tests/commits/sideshowbarker/tools-dir
- # [11:55] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [11:58] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [12:20] * Joins: myakura (~myakura@public.cloak)
- # [12:28] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
- # [12:34] * Joins: myakura (~myakura@public.cloak)
- # [13:07] * Joins: gitbot (~gitbot@public.cloak)
- # [13:07] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 1 new commit to sideshowbarker/tools-dir: https://github.com/w3c/web-platform-tests/commit/d8e205836091721c971a722aab71dc8c20a7e8e2
- # [13:07] -gitbot:#testing- web-platform-tests/sideshowbarker/tools-dir d8e2058 Michael[tm] Smith: Added info about "tools" subdirs
- # [13:07] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:20] * Joins: gitbot (~gitbot@public.cloak)
- # [13:20] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 1 new commit to sideshowbarker/tools-dir: https://github.com/w3c/web-platform-tests/commit/a7ef1d89c8cb15b759ca1103c1caa5d1ff4a7598
- # [13:20] -gitbot:#testing- web-platform-tests/sideshowbarker/tools-dir a7ef1d8 Michael[tm] Smith: Make wptserve return 404 for {spec}/tools/* URLs.
- # [13:20] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:31] * Joins: gitbot (~gitbot@public.cloak)
- # [13:31] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 1 new commit to sideshowbarker/tools-dir: https://github.com/w3c/web-platform-tests/commit/bff664ec7e2fae9e1c554547729b68084565251b
- # [13:31] -gitbot:#testing- web-platform-tests/sideshowbarker/tools-dir bff664e Michael[tm] Smith: Added info about "tools" subdirs
- # [13:31] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:32] * Joins: gitbot (~gitbot@public.cloak)
- # [13:32] -gitbot:#testing- [web-platform-tests] sideshowbarker opened pull request #1491: Make wptserve return 404 for {spec}/tools/* URLs. (master...sideshowbarker/tools-dir) https://github.com/w3c/web-platform-tests/pull/1491
- # [13:32] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:39] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
- # [13:47] * Joins: gitbot (~gitbot@public.cloak)
- # [13:47] -gitbot:#testing- [web-platform-tests] sideshowbarker created sideshowbarker/lint-sri-print (+1 new commit): https://github.com/w3c/web-platform-tests/commit/a7dd928472e1
- # [13:47] -gitbot:#testing- web-platform-tests/sideshowbarker/lint-sri-print a7dd928 Michael[tm] Smith: Lint whitelist SRI generate_javascript.py PRINTs.
- # [13:47] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:48] * Joins: gitbot (~gitbot@public.cloak)
- # [13:48] -gitbot:#testing- [web-platform-tests] sideshowbarker opened pull request #1492: Lint whitelist SRI generate_javascript.py PRINTs. (master...sideshowbarker/lint-sri-print) https://github.com/w3c/web-platform-tests/pull/1492
- # [13:48] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:50] <MikeSmith> r? on that anybody
- # [13:50] <MikeSmith> easy review
- # [13:55] * Joins: gitbot (~gitbot@public.cloak)
- # [13:55] -gitbot:#testing- [web-platform-tests] sideshowbarker created sideshowbarker/sri-tools-dir (+1 new commit): https://github.com/w3c/web-platform-tests/commit/26c39e97eecf
- # [13:55] -gitbot:#testing- web-platform-tests/sideshowbarker/sri-tools-dir 26c39e9 Michael[tm] Smith: Renamed subresource-integrity/support to "tools".
- # [13:55] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:59] * Joins: gitbot (~gitbot@public.cloak)
- # [13:59] -gitbot:#testing- [web-platform-tests] sideshowbarker opened pull request #1493: Renamed subresource-integrity/support to "tools". (master...sideshowbarker/sri-tools-dir) https://github.com/w3c/web-platform-tests/pull/1493
- # [13:59] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [14:02] <MikeSmith> tobie: I think the label bot needs to be taught that subresource-integrity is a wg-webappsec spec
- # [14:40] * Joins: myakura (~myakura@public.cloak)
- # [14:47] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
- # [14:52] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [16:59] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [17:37] <MikeSmith> jgraham: what happens on your system if you browse to http://web-platform.test:8000/2dcontext/tools/gentest.py
- # [17:38] <Ms2ger> DEBUG:web-platform-tests:Found handler PythonScriptHandler
- # [17:38] <Ms2ger> DEBUG:web-platform-tests:404 GET /2dcontext/tools/gentest.py (None) 0
- # [17:40] <MikeSmith> Ms2ger: on my mackbook if I navigate to that URL in any browser -- including lynx -- I get a OSX crash-report dialog thing, and my whole wptserve instance just hangs after than and I have to kill it and restart it
- # [17:41] <Ms2ger> !?
- # [17:41] <MikeSmith> yeah, crazy as it sounds
- # [17:42] <MikeSmith> and wptserve log doesn't give any indication of what it's trying to do
- # [17:42] <MikeSmith> well I get this:
- # [17:42] <MikeSmith> DEBUG:web-platform-tests:GET /2dcontext/tools/gentest.py
- # [17:42] <MikeSmith> DEBUG:web-platform-tests:Found handler PythonScriptHandler
- # [17:42] <MikeSmith> but then nothing after that
- # [17:43] <Ms2ger> It's not trying to generate all the tests, is it?
- # [17:46] <MikeSmith> It seems to be trying to evaluate the python script
- # [17:46] <MikeSmith> and failing and crashing
- # [17:47] <MikeSmith> anyway I can't reproduce it at http://w3c-test.org/2dcontext/tools/gentest.py so I guess it's not a big problem
- # [17:48] <Ms2ger> File it somewhere? wptserve, I guess
- # [17:48] <MikeSmith> hai
- # [17:48] <MikeSmith> (after I get some sleep)
- # [19:26] <jgraham> I get a 404
- # [19:28] * Joins: gitbot (~gitbot@public.cloak)
- # [19:28] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1492: Lint whitelist SRI generate_javascript.py PRINTs. (master...sideshowbarker/lint-sri-print) https://github.com/w3c/web-platform-tests/pull/1492
- # [19:28] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [19:28] * Joins: gitbot (~gitbot@public.cloak)
- # [19:28] -gitbot:#testing- [web-platform-tests] jgraham pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/28ec228db82f9a98f4c0a3bbeabff529c927c053
- # [19:28] -gitbot:#testing- web-platform-tests/master 28ec228 jgraham: Merge pull request #1492 from w3c/sideshowbarker/lint-sri-print...
- # [19:28] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [19:28] * Joins: gitbot (~gitbot@public.cloak)
- # [19:28] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1493: Renamed subresource-integrity/support to "tools". (master...sideshowbarker/sri-tools-dir) https://github.com/w3c/web-platform-tests/pull/1493
- # [19:28] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [19:41] * Joins: gitbot (~gitbot@public.cloak)
- # [19:41] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #1491: Make wptserve return 404 for {spec}/tools/* URLs. (master...sideshowbarker/tools-dir) https://github.com/w3c/web-platform-tests/pull/1491
- # [19:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [20:48] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:54] * heycam|away is now known as heycam
- # [23:07] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:10] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # Session Close: Fri Jan 02 00:00:00 2015
Previous day, Next day
Think these logs are useful? Then please donate to show your gratitude (and keep them up, of course). Thanks! — Krijn