/irc-logs / w3c / #css / 2015-06-09 / end

Options:

Previous day, Next day

  1. # Session Start: Tue Jun 09 00:00:01 2015
  2. # Session Ident: #css
  3. # [00:15] <liam> but hey, they are using client-side XSLT (although that doesn't make up for moving with no redirect)
  4. # [00:17] <TabAtkins> liam: I changed the link to the XHTML version anyway, to make sure I can still see the page when we drop XSLT. ^_^
  5. # [00:27] * Quits: lajava (~javi@public.cloak) ("Leaving")
  6. # [01:16] <liam> that was kind of you :P
  7. # [01:50] <TabAtkins> plinss: Yo, having some trouble with widlparser and method overrides.
  8. # [01:51] <TabAtkins> If a method has overrides, I seem to only find the first one if I call Parser.find() or Parser.normalizedMethodName() with an argument-less signature.
  9. # [01:52] <TabAtkins> That is, if I've got "interface Foo { long bar(long baz); DOMString bar(DOMString qux); } and I call Parser.find("Foo/bar()"), it finds the first entry only.
  10. # [02:27] <plinss> TabAtkins: yeah, find and normalizedMethodName only return one (but should return the last one)
  11. # [02:27] <plinss> I can add another method that returns a list if you need it
  12. # [02:29] <TabAtkins> Just wanting to error-correct if you use an argless signature and there are overrides.
  13. # [02:29] <TabAtkins> The current methods mean I can't detect, and it might set up incorrect dfns.
  14. # [02:30] <TabAtkins> So yes, lists are great. 😀
  15. # [02:30] <plinss> ok, adding Parser.findAll(name)
  16. # [02:31] <plinss> note that it will find everything matching the name, so you may get a list containing methods, arguments, attributes, etc… you’ll need to check the types of the things in the list
  17. # [02:32] <plinss> or do you want to be able to filter the search criteria on find, like only find methods...
  18. # [02:39] <TabAtkins> plinss: Well, I plan to pass it a path anyway.
  19. # [02:39] <TabAtkins> And more information is better than less; I can filter if necessary.
  20. # [02:39] <plinss> ok, if you pass a path then you’re restricting the set of things that can be returned anyway
  21. # [02:42] <TabAtkins> Yup
  22. # [02:42] <TabAtkins> Also: <3 <3 <3
  23. # [02:42] <plinss> :-)
  24. # [02:46] <TabAtkins> plinss: It looks like it isn't possible to get normalizedMethodNames from the construct, just the parser? I'm currently reconstructing the functionality manually.
  25. # [02:46] <TabAtkins> (In the middle of markupName(), so I can't change the signature to pass the parser in.)
  26. # [02:48] <TabAtkins> Context: trying to set up the for='' value for the argument dfns.
  27. # [02:49] <plinss> hmm, yeah, that’s only on the parser at the moment
  28. # [02:50] <TabAtkins> All the information to do it exists in the construct (you just check for optional/variadic).
  29. # [02:50] <TabAtkins> I'm down with it existing in the Parser, that's more convenient everywhere else, but in the middle of doing markup I need it from the construct itself.
  30. # [02:51] <plinss> yeah, normalizeMethodName just finds the method, then calls Method.methodNames
  31. # [02:51] <TabAtkins> This isn't a NEED (like I said, I'm reconstructing it myself right now), but a nice-to-have.
  32. # [02:51] <TabAtkins> !_! methodNames()!
  33. # [02:51] <plinss> so if you have an argument, it should just be arg.parent.methodNames
  34. # [02:51] <TabAtkins> Your documentation is WOEFUL. ^_^
  35. # [02:51] <plinss> pull requests accepted
  36. # [02:52] <TabAtkins> But I don't even know what methods are out there!
  37. # [02:52] <plinss> (a lot of this stuff got added later and I probably didn’t add the additions to the docs)
  38. # [02:52] <plinss> will take a pass after adding this
  39. # [02:52] <TabAtkins> Heh, kk
  40. # [02:54] <birtles> fantasai: ping
  41. # [03:14] * Quits: adenilson (~anonymous@public.cloak) (adenilson)
  42. # [03:17] <plinss> TabAtkins: widlparser pushed
  43. # [03:18] <TabAtkins> plinss: Sweet, will check it in the morning
  44. # [03:32] * Joins: jdaggett (~jdaggett@public.cloak)
  45. # [03:57] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
  46. # [04:21] * Joins: dauwhe_ (~dauwhe@public.cloak)
  47. # [04:21] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
  48. # [04:25] * Joins: dbaron (~dbaron@public.cloak)
  49. # [05:05] * Quits: abucur___ (~sid19072@public.cloak) (Client closed connection)
  50. # [05:05] * Quits: iank (~sid43239@public.cloak) (Client closed connection)
  51. # [05:05] * Quits: amtiskaw (~sid19262@public.cloak) (Client closed connection)
  52. # [05:05] * Quits: mihnea_____ (~sid16310@public.cloak) (Client closed connection)
  53. # [05:05] * Quits: birtles (~sid16523@public.cloak) (Client closed connection)
  54. # [05:05] * Quits: robertknight_clo (~sid15951@public.cloak) (Client closed connection)
  55. # [05:07] * Quits: ojan (~sid5519@public.cloak) (Client closed connection)
  56. # [05:07] * Quits: nikos_ (~uid28403@public.cloak) (Client closed connection)
  57. # [05:07] * Quits: cbiesinger (~sid8099@public.cloak) (Client closed connection)
  58. # [05:07] * Quits: timeless (~sid4015@public.cloak) (Client closed connection)
  59. # [05:07] * Quits: achicu_____ (~sid13301@public.cloak) (Client closed connection)
  60. # [05:07] * Quits: lmclister______ (~sid13822@public.cloak) (Client closed connection)
  61. # [05:07] * Quits: TabAtkins (~sid11559@public.cloak) (Client closed connection)
  62. # [05:09] * Quits: JonathanNeal_ (~sid5831@public.cloak) ("X_X")
  63. # [05:48] * Quits: renoirb (renoirb@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
  64. # [06:14] * Joins: myles (~Adium@public.cloak)
  65. # [06:15] * Quits: myles (~Adium@public.cloak) ("Leaving.")
  66. # [06:15] * Joins: myles (~Adium@public.cloak)
  67. # [06:37] * Quits: myles (~Adium@public.cloak) ("Leaving.")
  68. # [06:42] * Joins: karl (~karlcow@public.cloak)
  69. # [06:43] <karl> Bug in Chromium/WebKit creating WebCompat issue https://bugzilla.mozilla.org/show_bug.cgi?id=1009150#c4
  70. # [06:43] <karl> transform:perspective(0) translate(-260px, 0);
  71. # [06:43] <karl> I could not find the appropriate issue on https://code.google.com/p/chromium/issues/
  72. # [06:43] <karl> if someone knows.
  73. # [06:51] * Quits: dwim (~dwim@public.cloak) ("Leaving.")
  74. # [06:53] * Joins: dwim (~dwim@public.cloak)
  75. # [07:53] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
  76. # [08:07] * Quits: karl (~karlcow@public.cloak) ("The deeper I go / the deeper I go / green mountains - Santoka")
  77. # [08:08] * Joins: robertknight_clo (~sid15951@public.cloak)
  78. # [08:11] * Joins: mihnea_____ (~sid16310@public.cloak)
  79. # [08:12] * Joins: birtles (~sid16523@public.cloak)
  80. # [08:14] * Joins: timeless (~sid4015@public.cloak)
  81. # [08:16] * Joins: ojan (~sid5519@public.cloak)
  82. # [08:17] * Joins: JonathanNeal_ (~sid5831@public.cloak)
  83. # [08:19] * Joins: abucur___ (~sid19072@public.cloak)
  84. # [08:20] * Joins: cbiesinger (~sid8099@public.cloak)
  85. # [08:20] * Joins: amtiskaw (~sid19262@public.cloak)
  86. # [08:23] * Joins: TabAtkins (~sid11559@public.cloak)
  87. # [08:25] * Joins: achicu_____ (~sid13301@public.cloak)
  88. # [08:26] * Joins: lmclister______ (~sid13822@public.cloak)
  89. # [08:33] * Quits: cabanier (~sid15093@public.cloak) (Ping timeout: 180 seconds)
  90. # [08:35] * Quits: koji (~sid53200@public.cloak) (Ping timeout: 180 seconds)
  91. # [08:38] * Quits: slightlyoff (~sid1768@public.cloak) (Client closed connection)
  92. # [08:38] * Quits: astearns (~sid15080@public.cloak) (Client closed connection)
  93. # [08:38] * Quits: ElijahLynn (~sid21431@public.cloak) (ElijahLynn)
  94. # [08:40] * Joins: nikos_ (~sid28403@public.cloak)
  95. # [08:48] * Joins: svillar (~sergio@public.cloak)
  96. # [08:52] * Joins: iank (~sid43239@public.cloak)
  97. # [08:53] * Quits: ppk___ (~sid6313@public.cloak) (Client closed connection)
  98. # [08:53] * Quits: mvujovic______ (~sid13458@public.cloak) (Client closed connection)
  99. # [08:53] * Quits: krit (~sid15081@public.cloak) (Client closed connection)
  100. # [08:53] * Quits: rbyers (~sid31141@public.cloak) (Client closed connection)
  101. # [08:53] * Quits: dstockwell (~sid40369@public.cloak) (Client closed connection)
  102. # [08:53] * Quits: shane (~sid61558@public.cloak) (Client closed connection)
  103. # [08:54] * Joins: Ms2ger (~Ms2ger@public.cloak)
  104. # [09:06] * Joins: slightlyoff (~sid1768@public.cloak)
  105. # [09:06] * heycam|away is now known as heycam
  106. # [09:07] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
  107. # [09:08] * Joins: ppk___ (~sid6313@public.cloak)
  108. # [09:16] * Joins: mvujovic______ (~sid13458@public.cloak)
  109. # [09:16] * Joins: stakagi (~stakagi@public.cloak)
  110. # [09:18] * Joins: krit (~sid15081@public.cloak)
  111. # [09:22] * Joins: astearns (~sid15080@public.cloak)
  112. # [09:22] * Joins: cabanier (~sid15093@public.cloak)
  113. # [09:26] * Joins: ElijahLynn (~sid21431@public.cloak)
  114. # [09:30] * Joins: rbyers (~sid31141@public.cloak)
  115. # [09:37] * Joins: stakagi_ (~stakagi@public.cloak)
  116. # [09:37] * Joins: dstockwell (~sid40369@public.cloak)
  117. # [09:41] * Quits: stakagi (~stakagi@public.cloak) (Ping timeout: 180 seconds)
  118. # [09:47] * Joins: koji (~sid53200@public.cloak)
  119. # [09:52] * Joins: shane (~sid61558@public.cloak)
  120. # [10:00] * Joins: antonp (~Thunderbird@public.cloak)
  121. # [11:09] * Joins: lajava (~javi@public.cloak)
  122. # [11:28] * Joins: glazou (~glazou@public.cloak)
  123. # [11:35] * nikos_ is now known as nikos
  124. # [11:59] <heycam> plinss: I'm getting "WARNING: mysqli_connect(): (08004/1040): Too many connections" from http://dev.w3.org/csswg/, is that expected (are you in the middle of maintenance)?
  125. # [12:01] * Joins: antonp1 (~Thunderbird@public.cloak)
  126. # [12:04] * Quits: antonp (~Thunderbird@public.cloak) (Ping timeout: 180 seconds)
  127. # [12:39] * heycam is now known as heycam|away
  128. # [12:48] * Rossen is now known as Rossen_away
  129. # [13:15] * Quits: stakagi_ (~stakagi@public.cloak) (Ping timeout: 180 seconds)
  130. # [13:23] * Quits: glazou (~glazou@public.cloak) (glazou)
  131. # [13:39] * Joins: nickname (~username@public.cloak)
  132. # [14:02] * Quits: svillar (~sergio@public.cloak) (Ping timeout: 180 seconds)
  133. # [14:08] * Joins: Florian (~Florian@public.cloak)
  134. # [14:18] * Quits: nickname (~username@public.cloak) (Ping timeout: 180 seconds)
  135. # [14:21] * heycam|away is now known as heycam
  136. # [14:23] * Rossen_away is now known as Rossen
  137. # [14:28] * Joins: stakagi (~stakagi@public.cloak)
  138. # [14:37] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
  139. # [14:39] * Joins: lajava (~javi@public.cloak)
  140. # [14:51] * Joins: jdaggett (~jdaggett@public.cloak)
  141. # [15:22] * Joins: renoirb (renoirb@public.cloak)
  142. # [15:25] * Rossen is now known as Rossen_away
  143. # [15:44] * Joins: svillar (~sergio@public.cloak)
  144. # [15:51] * Rossen_away is now known as Rossen
  145. # [16:18] * Joins: dbaron (~dbaron@public.cloak)
  146. # [16:45] * Quits: dholbert (~dholbert@public.cloak) (Ping timeout: 180 seconds)
  147. # [16:48] * Joins: dholbert (~dholbert@public.cloak)
  148. # [16:53] * Quits: dauwhe_ (~dauwhe@public.cloak) (Client closed connection)
  149. # [16:53] * Joins: dauwhe (~dauwhe@public.cloak)
  150. # [17:48] * Quits: svillar (~sergio@public.cloak) (Ping timeout: 180 seconds)
  151. # [17:57] * Joins: dauwhe_ (~dauwhe@public.cloak)
  152. # [17:57] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
  153. # [17:59] * Rossen is now known as Rossen_away
  154. # [18:04] * Quits: dauwhe_ (~dauwhe@public.cloak) (Ping timeout: 180 seconds)
  155. # [18:06] <Florian> This link works fine: http://dev.w3.org/csswg/css-text/
  156. # [18:07] <Florian> but this link gives lots of errors http://dev.w3.org/csswg/css-text-3/
  157. # [18:07] <Florian> Warning: mysqli_connect(): (08004/1040): Too many connections in /sites/csswg.org/drafts/htdocs/drafts/core/DBConnection.php on line 138
  158. # [18:12] * heycam is now known as heycam|away
  159. # [18:16] * Quits: stakagi (~stakagi@public.cloak) (Ping timeout: 180 seconds)
  160. # [18:20] * Joins: stakagi (~stakagi@public.cloak)
  161. # [18:20] * Quits: stakagi (~stakagi@public.cloak) ("Leaving...")
  162. # [18:20] * Joins: stakagi (~stakagi@public.cloak)
  163. # [18:27] * Joins: dauwhe (~dauwhe@public.cloak)
  164. # [18:29] * Joins: dauwhe_ (~dauwhe@public.cloak)
  165. # [18:29] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
  166. # [18:36] * Quits: dauwhe_ (~dauwhe@public.cloak) (Ping timeout: 180 seconds)
  167. # [18:40] * Joins: adenilson (~anonymous@public.cloak)
  168. # [18:51] * Quits: dbaron (~dbaron@public.cloak) ("8403864 bytes have been tenured, next gc will be global.")
  169. # [18:59] * Joins: tantek (~tantek@public.cloak)
  170. # [19:03] * Rossen_away is now known as Rossen
  171. # [19:24] * Rossen is now known as Rossen_away
  172. # [19:24] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
  173. # [19:27] * Joins: dbaron (~dbaron@public.cloak)
  174. # [19:30] * Joins: dauwhe (~dauwhe@public.cloak)
  175. # [19:37] * Quits: dauwhe (~dauwhe@public.cloak) (Ping timeout: 180 seconds)
  176. # [19:46] * Joins: adenilson_ (~anonymous@public.cloak)
  177. # [19:50] * Quits: paul___irish (~paul___irish@public.cloak) ("ZNC - http://znc.sourceforge.net")
  178. # [19:50] * Quits: adenilson (~anonymous@public.cloak) (Ping timeout: 180 seconds)
  179. # [19:50] * adenilson_ is now known as adenilson
  180. # [19:51] * Joins: paul___irish (~paul___irish@public.cloak)
  181. # [20:07] * Joins: dauwhe (~dauwhe@public.cloak)
  182. # [20:10] <plinss> heycam, Florian: no not expected, looking at logs seems server was getting slammed with traffic, seems good now
  183. # [20:13] <liam> plausible traffic?
  184. # [20:15] <plinss> liam: checking, probably bots
  185. # [20:15] * Joins: Florian (~Florian@public.cloak)
  186. # [20:17] <liam> ok
  187. # [20:17] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
  188. # [20:18] * Joins: dauwhe (~dauwhe@public.cloak)
  189. # [20:50] <dbaron> WARNING: Multiple possible 'maybe' refs for 'inherit'.
  190. # [20:50] <dbaron> Arbitrarily chose the one in css-cascade-3.
  191. # [20:50] <dbaron> If this is wrong, insert one of the following lines into a <pre class=link-defaults> block:
  192. # [20:50] <dbaron> spec:css-cascade-3; type:value; text:inherit
  193. # [20:50] <dbaron> spec:css-values-3; type:value; text:inherit
  194. # [20:50] <dbaron> spec:css-cascade-4; type:value; text:inherit
  195. # [20:50] <dbaron> That warning seems new -- seems like something changed.
  196. # [20:50] <dbaron> (css-transitions generates it once for inherit and once for initial)
  197. # [21:04] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
  198. # [21:08] * Joins: Florian (~Florian@public.cloak)
  199. # [21:11] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
  200. # [21:47] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
  201. # [22:15] * Joins: glazou (~glazou@public.cloak)
  202. # [22:23] * Quits: stakagi (~stakagi@public.cloak) (Ping timeout: 180 seconds)
  203. # [22:37] * Joins: glazou_ (~glazou@public.cloak)
  204. # [22:37] * Quits: glazou (~glazou@public.cloak) (Client closed connection)
  205. # [22:37] * glazou_ is now known as glazou
  206. # [22:53] * Joins: plh (plehegar@public.cloak)
  207. # [22:55] * Quits: glazou (~glazou@public.cloak) (glazou)
  208. # [22:57] * Joins: dauwhe_ (~dauwhe@public.cloak)
  209. # [22:57] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
  210. # [22:59] * Joins: lajava (~javi@public.cloak)
  211. # [23:03] * Joins: hober (~ted@public.cloak)
  212. # [23:27] * Quits: dbaron (~dbaron@public.cloak) (Client closed connection)
  213. # [23:29] * Joins: dbaron (~dbaron@public.cloak)
  214. # [23:32] * Joins: Florian (~Florian@public.cloak)
  215. # [23:41] * Quits: plh (plehegar@public.cloak) ("Leaving")
  216. # [23:48] * Rossen_away is now known as Rossen
  217. # [23:53] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
  218. # [23:59] * Rossen is now known as Rossen_away
  219. # Session Close: Wed Jun 10 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