/irc-logs / w3c / #testing / 2015-06-17 / end

Options:

Previous day, Next day

  1. # Session Start: Wed Jun 17 00:00:00 2015
  2. # Session Ident: #testing
  3. # [00:08] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  4. # [00:35] * heycam|away is now known as heycam
  5. # [01:02] * Joins: bhill2 (~bhill2@public.cloak)
  6. # [01:03] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  7. # [01:04] * Joins: bhill2 (~bhill2@public.cloak)
  8. # [01:04] * Joins: playjax (~chatzilla@public.cloak)
  9. # [01:49] * Quits: plh (plehegar@public.cloak) ("Leaving")
  10. # [02:24] * terri is now known as terri_offline
  11. # [02:50] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  12. # [03:09] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  13. # [03:37] * Quits: ArtB (~ArtB@public.cloak) ("Leaving.")
  14. # [03:40] * Quits: playjax (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
  15. # [04:40] * heycam is now known as heycam|away
  16. # [05:20] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  17. # [05:27] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  18. # [05:44] * heycam|away is now known as heycam
  19. # [09:15] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  20. # [09:22] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  21. # [09:46] * Joins: darobin (rberjon@public.cloak)
  22. # [09:49] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  23. # [10:17] * Joins: Lachy (~Lachy@public.cloak)
  24. # [10:53] <jgraham> MikeSmith: Want to squash?
  25. # [10:53] <MikeSmith> jgraham: sure
  26. # [10:54] <MikeSmith> you reviewed on critic already?
  27. # [10:54] * MikeSmith checkes
  28. # [10:54] <jgraham> The lint thing, yes
  29. # [10:55] <MikeSmith> hai
  30. # [10:59] * Joins: wdc (~wdc@public.cloak)
  31. # [11:05] * heycam is now known as heycam|away
  32. # [11:06] * Quits: wdc (~wdc@public.cloak) ("Page closed")
  33. # [11:10] <MikeSmith> jgraham: thanks for the review
  34. # [11:11] <MikeSmith> I think that patch was prettier before Ms2ger made me change that variable to a tuple
  35. # [11:13] <MikeSmith> I would hope there was some better way to do things in python where you have something that looks like a closure
  36. # [11:13] <MikeSmith> python 2
  37. # [11:14] <MikeSmith> and which in some other language with closures that really are closures would just work in the way I'd expect
  38. # [11:15] <MikeSmith> but maybe there's something I don't understand about what the right way is to deal with cases like this in python
  39. # [11:15] <jgraham> There isn't really. It can't work without something like "let" to distinguish creation from assignment (or forbidding shadowing)
  40. # [11:15] <MikeSmith> ok
  41. # [11:16] <jgraham> Python 3 has "nonlocal"
  42. # [11:16] <MikeSmith> yeah I want that
  43. # [11:16] <jgraham> In Python 2 the Right Thing To Do is to use a small class
  44. # [11:16] <MikeSmith> and in this python 2 case I guess I could have also just used the global keyboard, but to me that's like declaring defeat
  45. # [11:16] <MikeSmith> ah
  46. # [11:16] <MikeSmith> yeah
  47. # [11:17] <MikeSmith> funny I actually thought about doing that
  48. # [11:17] <MikeSmith> I didn't because it seemed like overkill just for this
  49. # [11:18] <MikeSmith> I mean that data that I'm having it spit out there in that message isn't essential info; it's just meant to me more helpful at point of use for people
  50. # [11:18] <MikeSmith> and to preempt people from just pushing to master even though the lint tool is spitting out errors
  51. # [11:19] <MikeSmith> to basically say, "At least update the whitelist rather than doing that, and here's a simple example of how to do it for one of the errors your change is causing."
  52. # [11:19] <MikeSmith> anyway
  53. # [11:19] <jgraham> Yeah, anyway I think what you have is fine
  54. # [11:19] <MikeSmith> k
  55. # [11:20] <MikeSmith> so about the setTimeout PRs
  56. # [11:20] <MikeSmith> can those be landed?
  57. # [11:20] <jgraham> The one that changes everything to step_timeout?
  58. # [11:20] <MikeSmith> it seems like the testharness.js one could at least
  59. # [11:20] <MikeSmith> yeah
  60. # [11:20] <MikeSmith> the testharness.js change isn't a breaking change
  61. # [11:21] <jgraham> Right, that one I think is OK to land
  62. # [11:21] <jgraham> Probably not the test changes
  63. # [11:21] <MikeSmith> ah OK
  64. # [11:22] <MikeSmith> so if the test changes aren't ready to be merged than yeah the lint-tool code change needs to wait of cource
  65. # [11:22] <MikeSmith> but I reviewed them both already
  66. # [11:23] <MikeSmith> (didn't review the test changes but can do any of the remaining ones when that's actually ready, if nobody has gotten to it)
  67. # [11:23] <MikeSmith> (by "reviewed them both" I mean the testharness.js and the lint.py change)
  68. # [11:47] * Joins: Ms2ger (~Ms2ger@public.cloak)
  69. # [11:56] * Joins: ArtB (~ArtB@public.cloak)
  70. # [12:08] <Ms2ger> Hi ArtB
  71. # [12:08] <ArtB> Hi Ms2ger
  72. # [12:09] <Ms2ger> So who thought it'd be a good idea to merge a wg like webapps that works with one that's filled with trolls and bureaucracy?
  73. # [12:11] <ArtB> To some extent, I think it was the `lesser of the other evils`
  74. # [12:12] <ArtB> I see it more like WebApps gets a new deliverable so WebApps will continue to run as is
  75. # [12:13] <ArtB> s/so/and/
  76. # [12:13] <Ms2ger> I think it's very unlikely that will happen
  77. # [12:15] <ArtB> I don't envision the work already started in WebApps will be disrupted (if this proposal is implemented)
  78. # [12:17] <Ms2ger> I'll believe it when I see it
  79. # [12:17] <ArtB> at least, if I continue to be a co-chair, it would be a high priority for me to try to make sure WebApps current work is not disrupted
  80. # [12:18] <ArtB> I can understand some skepticism (my preference was to leave the two groups separate) but this proposal meets the ICanLiveWithItTest
  81. # [12:19] <Ms2ger> Good luck, then, I guess
  82. # [12:30] <ArtB> well, thanks, I guess :-)
  83. # [12:32] <ArtB> Ms2ger, in case you didn't know, my comments on the group split are included in the https://github.com/w3c/charter-html/issues/14
  84. # [12:57] * Joins: teap (~teap@public.cloak)
  85. # [12:58] * Joins: HelloWorld (~HelloWorld@public.cloak)
  86. # [12:59] * Quits: HelloWorld (~HelloWorld@public.cloak) ("Page closed")
  87. # [13:00] * Joins: qwert (~qwert@public.cloak)
  88. # [13:01] * Joins: plh (plehegar@public.cloak)
  89. # [13:01] <qwert> gfhgfh
  90. # [13:02] * Quits: qwert (~qwert@public.cloak) ("Page closed")
  91. # [13:05] * Quits: plh (plehegar@public.cloak) ("Leaving")
  92. # [13:10] * Joins: plh (plehegar@public.cloak)
  93. # [13:10] * Quits: teap (~teap@public.cloak) ("Page closed")
  94. # [13:19] * Quits: botie (botie@public.cloak) (Client closed connection)
  95. # [13:19] * Joins: botie (botie@public.cloak)
  96. # [13:50] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  97. # [13:59] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  98. # [14:00] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  99. # [14:00] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  100. # [14:00] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  101. # [14:07] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  102. # [14:07] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  103. # [14:22] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  104. # [14:22] * Joins: Lachy (~Lachy@public.cloak)
  105. # [15:04] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
  106. # [15:43] * Joins: Automate_ (~AutomatedTester@public.cloak)
  107. # [15:50] * Quits: Automate_ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
  108. # [16:23] * Joins: Automate_ (~AutomatedTester@public.cloak)
  109. # [16:31] * Quits: Automate_ (~AutomatedTester@public.cloak) ("Leaving...")
  110. # [16:31] * Joins: Automate_ (~AutomatedTester@public.cloak)
  111. # [17:18] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  112. # [17:19] * Joins: Automate_ (~AutomatedTester@public.cloak)
  113. # [17:22] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  114. # [17:22] * Joins: Automate_ (~AutomatedTester@public.cloak)
  115. # [17:23] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  116. # [17:25] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
  117. # [17:27] * Joins: Automate_ (~AutomatedTester@public.cloak)
  118. # [17:44] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
  119. # [17:44] * Quits: Automate_ (~AutomatedTester@public.cloak) ("Leaving...")
  120. # [18:29] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
  121. # [18:45] * Joins: bhill2 (~bhill2@public.cloak)
  122. # [19:30] * terri_offline is now known as terri
  123. # [19:37] * Joins: gitbot (~gitbot@public.cloak)
  124. # [19:37] -gitbot:#testing- [web-platform-tests] annevk created relative-urls-with-unknown-schemes (+1 new commit): https://github.com/w3c/web-platform-tests/commit/288f7ae35108
  125. # [19:37] -gitbot:#testing- web-platform-tests/relative-urls-with-unknown-schemes 288f7ae Anne van Kesteren: Test relative URLs with unknown schemes...
  126. # [19:37] * Parts: gitbot (~gitbot@public.cloak)
  127. # [19:40] * Joins: Lachy (~Lachy@public.cloak)
  128. # [19:41] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  129. # [19:43] * Quits: rego (~smuxi@public.cloak) (Ping timeout: 180 seconds)
  130. # [19:43] * Joins: Lachy (~Lachy@public.cloak)
  131. # [19:45] * Joins: rego (~smuxi@public.cloak)
  132. # [19:47] * Quits: ato (~sid11@public.cloak) (Client closed connection)
  133. # [19:47] * Quits: hallvord (~sid83@public.cloak) (Client closed connection)
  134. # [19:50] * Joins: ato (~sid11@public.cloak)
  135. # [19:52] * Joins: hallvord (~sid83@public.cloak)
  136. # [20:07] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  137. # [20:17] * terri is now known as terri_offline
  138. # [20:22] * Joins: gitbot (~gitbot@public.cloak)
  139. # [20:22] -gitbot:#testing- [web-platform-tests] Ms2ger closed pull request #1730: Add manual test for option disabled (master...html/the-option-element/add) https://github.com/w3c/web-platform-tests/pull/1730
  140. # [20:22] * Parts: gitbot (~gitbot@public.cloak)
  141. # [20:25] * Joins: Lachy (~Lachy@public.cloak)
  142. # [20:41] * terri_offline is now known as terri
  143. # [21:16] * Joins: zcorpan (~zcorpan@public.cloak)
  144. # [21:30] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
  145. # [21:40] * Joins: playjax (~chatzilla@public.cloak)
  146. # [22:33] * Joins: gitbot (~gitbot@public.cloak)
  147. # [22:33] -gitbot:#testing- [web-platform-tests] metromoxie opened pull request #1910: SRI: Add tests for <link> elements (master...sri-additional-tests) https://github.com/w3c/web-platform-tests/pull/1910
  148. # [22:33] * Parts: gitbot (~gitbot@public.cloak)
  149. # [23:21] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
  150. # [23:38] * Joins: darobin (rberjon@public.cloak)
  151. # [23:57] * Joins: bhill2_ (~bhill2@public.cloak)
  152. # [23:57] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
  153. # Session Close: Thu Jun 18 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