Options:
Previous day, Next day
- # Session Start: Tue Jun 09 00:00:01 2015
- # Session Ident: #css
- # [00:15] <liam> but hey, they are using client-side XSLT (although that doesn't make up for moving with no redirect)
- # [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. ^_^
- # [00:27] * Quits: lajava (~javi@public.cloak) ("Leaving")
- # [01:16] <liam> that was kind of you :P
- # [01:50] <TabAtkins> plinss: Yo, having some trouble with widlparser and method overrides.
- # [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.
- # [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.
- # [02:27] <plinss> TabAtkins: yeah, find and normalizedMethodName only return one (but should return the last one)
- # [02:27] <plinss> I can add another method that returns a list if you need it
- # [02:29] <TabAtkins> Just wanting to error-correct if you use an argless signature and there are overrides.
- # [02:29] <TabAtkins> The current methods mean I can't detect, and it might set up incorrect dfns.
- # [02:30] <TabAtkins> So yes, lists are great. 😀
- # [02:30] <plinss> ok, adding Parser.findAll(name)
- # [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
- # [02:32] <plinss> or do you want to be able to filter the search criteria on find, like only find methods...
- # [02:39] <TabAtkins> plinss: Well, I plan to pass it a path anyway.
- # [02:39] <TabAtkins> And more information is better than less; I can filter if necessary.
- # [02:39] <plinss> ok, if you pass a path then you’re restricting the set of things that can be returned anyway
- # [02:42] <TabAtkins> Yup
- # [02:42] <TabAtkins> Also: <3 <3 <3
- # [02:42] <plinss> :-)
- # [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.
- # [02:46] <TabAtkins> (In the middle of markupName(), so I can't change the signature to pass the parser in.)
- # [02:48] <TabAtkins> Context: trying to set up the for='' value for the argument dfns.
- # [02:49] <plinss> hmm, yeah, that’s only on the parser at the moment
- # [02:50] <TabAtkins> All the information to do it exists in the construct (you just check for optional/variadic).
- # [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.
- # [02:51] <plinss> yeah, normalizeMethodName just finds the method, then calls Method.methodNames
- # [02:51] <TabAtkins> This isn't a NEED (like I said, I'm reconstructing it myself right now), but a nice-to-have.
- # [02:51] <TabAtkins> !_! methodNames()!
- # [02:51] <plinss> so if you have an argument, it should just be arg.parent.methodNames
- # [02:51] <TabAtkins> Your documentation is WOEFUL. ^_^
- # [02:51] <plinss> pull requests accepted
- # [02:52] <TabAtkins> But I don't even know what methods are out there!
- # [02:52] <plinss> (a lot of this stuff got added later and I probably didn’t add the additions to the docs)
- # [02:52] <plinss> will take a pass after adding this
- # [02:52] <TabAtkins> Heh, kk
- # [02:54] <birtles> fantasai: ping
- # [03:14] * Quits: adenilson (~anonymous@public.cloak) (adenilson)
- # [03:17] <plinss> TabAtkins: widlparser pushed
- # [03:18] <TabAtkins> plinss: Sweet, will check it in the morning
- # [03:32] * Joins: jdaggett (~jdaggett@public.cloak)
- # [03:57] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
- # [04:21] * Joins: dauwhe_ (~dauwhe@public.cloak)
- # [04:21] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
- # [04:25] * Joins: dbaron (~dbaron@public.cloak)
- # [05:05] * Quits: abucur___ (~sid19072@public.cloak) (Client closed connection)
- # [05:05] * Quits: iank (~sid43239@public.cloak) (Client closed connection)
- # [05:05] * Quits: amtiskaw (~sid19262@public.cloak) (Client closed connection)
- # [05:05] * Quits: mihnea_____ (~sid16310@public.cloak) (Client closed connection)
- # [05:05] * Quits: birtles (~sid16523@public.cloak) (Client closed connection)
- # [05:05] * Quits: robertknight_clo (~sid15951@public.cloak) (Client closed connection)
- # [05:07] * Quits: ojan (~sid5519@public.cloak) (Client closed connection)
- # [05:07] * Quits: nikos_ (~uid28403@public.cloak) (Client closed connection)
- # [05:07] * Quits: cbiesinger (~sid8099@public.cloak) (Client closed connection)
- # [05:07] * Quits: timeless (~sid4015@public.cloak) (Client closed connection)
- # [05:07] * Quits: achicu_____ (~sid13301@public.cloak) (Client closed connection)
- # [05:07] * Quits: lmclister______ (~sid13822@public.cloak) (Client closed connection)
- # [05:07] * Quits: TabAtkins (~sid11559@public.cloak) (Client closed connection)
- # [05:09] * Quits: JonathanNeal_ (~sid5831@public.cloak) ("X_X")
- # [05:48] * Quits: renoirb (renoirb@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [06:14] * Joins: myles (~Adium@public.cloak)
- # [06:15] * Quits: myles (~Adium@public.cloak) ("Leaving.")
- # [06:15] * Joins: myles (~Adium@public.cloak)
- # [06:37] * Quits: myles (~Adium@public.cloak) ("Leaving.")
- # [06:42] * Joins: karl (~karlcow@public.cloak)
- # [06:43] <karl> Bug in Chromium/WebKit creating WebCompat issue https://bugzilla.mozilla.org/show_bug.cgi?id=1009150#c4
- # [06:43] <karl> transform:perspective(0) translate(-260px, 0);
- # [06:43] <karl> I could not find the appropriate issue on https://code.google.com/p/chromium/issues/
- # [06:43] <karl> if someone knows.
- # [06:51] * Quits: dwim (~dwim@public.cloak) ("Leaving.")
- # [06:53] * Joins: dwim (~dwim@public.cloak)
- # [07:53] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
- # [08:07] * Quits: karl (~karlcow@public.cloak) ("The deeper I go / the deeper I go / green mountains - Santoka")
- # [08:08] * Joins: robertknight_clo (~sid15951@public.cloak)
- # [08:11] * Joins: mihnea_____ (~sid16310@public.cloak)
- # [08:12] * Joins: birtles (~sid16523@public.cloak)
- # [08:14] * Joins: timeless (~sid4015@public.cloak)
- # [08:16] * Joins: ojan (~sid5519@public.cloak)
- # [08:17] * Joins: JonathanNeal_ (~sid5831@public.cloak)
- # [08:19] * Joins: abucur___ (~sid19072@public.cloak)
- # [08:20] * Joins: cbiesinger (~sid8099@public.cloak)
- # [08:20] * Joins: amtiskaw (~sid19262@public.cloak)
- # [08:23] * Joins: TabAtkins (~sid11559@public.cloak)
- # [08:25] * Joins: achicu_____ (~sid13301@public.cloak)
- # [08:26] * Joins: lmclister______ (~sid13822@public.cloak)
- # [08:33] * Quits: cabanier (~sid15093@public.cloak) (Ping timeout: 180 seconds)
- # [08:35] * Quits: koji (~sid53200@public.cloak) (Ping timeout: 180 seconds)
- # [08:38] * Quits: slightlyoff (~sid1768@public.cloak) (Client closed connection)
- # [08:38] * Quits: astearns (~sid15080@public.cloak) (Client closed connection)
- # [08:38] * Quits: ElijahLynn (~sid21431@public.cloak) (ElijahLynn)
- # [08:40] * Joins: nikos_ (~sid28403@public.cloak)
- # [08:48] * Joins: svillar (~sergio@public.cloak)
- # [08:52] * Joins: iank (~sid43239@public.cloak)
- # [08:53] * Quits: ppk___ (~sid6313@public.cloak) (Client closed connection)
- # [08:53] * Quits: mvujovic______ (~sid13458@public.cloak) (Client closed connection)
- # [08:53] * Quits: krit (~sid15081@public.cloak) (Client closed connection)
- # [08:53] * Quits: rbyers (~sid31141@public.cloak) (Client closed connection)
- # [08:53] * Quits: dstockwell (~sid40369@public.cloak) (Client closed connection)
- # [08:53] * Quits: shane (~sid61558@public.cloak) (Client closed connection)
- # [08:54] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [09:06] * Joins: slightlyoff (~sid1768@public.cloak)
- # [09:06] * heycam|away is now known as heycam
- # [09:07] * Quits: jdaggett (~jdaggett@public.cloak) (Ping timeout: 180 seconds)
- # [09:08] * Joins: ppk___ (~sid6313@public.cloak)
- # [09:16] * Joins: mvujovic______ (~sid13458@public.cloak)
- # [09:16] * Joins: stakagi (~stakagi@public.cloak)
- # [09:18] * Joins: krit (~sid15081@public.cloak)
- # [09:22] * Joins: astearns (~sid15080@public.cloak)
- # [09:22] * Joins: cabanier (~sid15093@public.cloak)
- # [09:26] * Joins: ElijahLynn (~sid21431@public.cloak)
- # [09:30] * Joins: rbyers (~sid31141@public.cloak)
- # [09:37] * Joins: stakagi_ (~stakagi@public.cloak)
- # [09:37] * Joins: dstockwell (~sid40369@public.cloak)
- # [09:41] * Quits: stakagi (~stakagi@public.cloak) (Ping timeout: 180 seconds)
- # [09:47] * Joins: koji (~sid53200@public.cloak)
- # [09:52] * Joins: shane (~sid61558@public.cloak)
- # [10:00] * Joins: antonp (~Thunderbird@public.cloak)
- # [11:09] * Joins: lajava (~javi@public.cloak)
- # [11:28] * Joins: glazou (~glazou@public.cloak)
- # [11:35] * nikos_ is now known as nikos
- # [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)?
- # [12:01] * Joins: antonp1 (~Thunderbird@public.cloak)
- # [12:04] * Quits: antonp (~Thunderbird@public.cloak) (Ping timeout: 180 seconds)
- # [12:39] * heycam is now known as heycam|away
- # [12:48] * Rossen is now known as Rossen_away
- # [13:15] * Quits: stakagi_ (~stakagi@public.cloak) (Ping timeout: 180 seconds)
- # [13:23] * Quits: glazou (~glazou@public.cloak) (glazou)
- # [13:39] * Joins: nickname (~username@public.cloak)
- # [14:02] * Quits: svillar (~sergio@public.cloak) (Ping timeout: 180 seconds)
- # [14:08] * Joins: Florian (~Florian@public.cloak)
- # [14:18] * Quits: nickname (~username@public.cloak) (Ping timeout: 180 seconds)
- # [14:21] * heycam|away is now known as heycam
- # [14:23] * Rossen_away is now known as Rossen
- # [14:28] * Joins: stakagi (~stakagi@public.cloak)
- # [14:37] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [14:39] * Joins: lajava (~javi@public.cloak)
- # [14:51] * Joins: jdaggett (~jdaggett@public.cloak)
- # [15:22] * Joins: renoirb (renoirb@public.cloak)
- # [15:25] * Rossen is now known as Rossen_away
- # [15:44] * Joins: svillar (~sergio@public.cloak)
- # [15:51] * Rossen_away is now known as Rossen
- # [16:18] * Joins: dbaron (~dbaron@public.cloak)
- # [16:45] * Quits: dholbert (~dholbert@public.cloak) (Ping timeout: 180 seconds)
- # [16:48] * Joins: dholbert (~dholbert@public.cloak)
- # [16:53] * Quits: dauwhe_ (~dauwhe@public.cloak) (Client closed connection)
- # [16:53] * Joins: dauwhe (~dauwhe@public.cloak)
- # [17:48] * Quits: svillar (~sergio@public.cloak) (Ping timeout: 180 seconds)
- # [17:57] * Joins: dauwhe_ (~dauwhe@public.cloak)
- # [17:57] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
- # [17:59] * Rossen is now known as Rossen_away
- # [18:04] * Quits: dauwhe_ (~dauwhe@public.cloak) (Ping timeout: 180 seconds)
- # [18:06] <Florian> This link works fine: http://dev.w3.org/csswg/css-text/
- # [18:07] <Florian> but this link gives lots of errors http://dev.w3.org/csswg/css-text-3/
- # [18:07] <Florian> Warning: mysqli_connect(): (08004/1040): Too many connections in /sites/csswg.org/drafts/htdocs/drafts/core/DBConnection.php on line 138
- # [18:12] * heycam is now known as heycam|away
- # [18:16] * Quits: stakagi (~stakagi@public.cloak) (Ping timeout: 180 seconds)
- # [18:20] * Joins: stakagi (~stakagi@public.cloak)
- # [18:20] * Quits: stakagi (~stakagi@public.cloak) ("Leaving...")
- # [18:20] * Joins: stakagi (~stakagi@public.cloak)
- # [18:27] * Joins: dauwhe (~dauwhe@public.cloak)
- # [18:29] * Joins: dauwhe_ (~dauwhe@public.cloak)
- # [18:29] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
- # [18:36] * Quits: dauwhe_ (~dauwhe@public.cloak) (Ping timeout: 180 seconds)
- # [18:40] * Joins: adenilson (~anonymous@public.cloak)
- # [18:51] * Quits: dbaron (~dbaron@public.cloak) ("8403864 bytes have been tenured, next gc will be global.")
- # [18:59] * Joins: tantek (~tantek@public.cloak)
- # [19:03] * Rossen_away is now known as Rossen
- # [19:24] * Rossen is now known as Rossen_away
- # [19:24] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [19:27] * Joins: dbaron (~dbaron@public.cloak)
- # [19:30] * Joins: dauwhe (~dauwhe@public.cloak)
- # [19:37] * Quits: dauwhe (~dauwhe@public.cloak) (Ping timeout: 180 seconds)
- # [19:46] * Joins: adenilson_ (~anonymous@public.cloak)
- # [19:50] * Quits: paul___irish (~paul___irish@public.cloak) ("ZNC - http://znc.sourceforge.net")
- # [19:50] * Quits: adenilson (~anonymous@public.cloak) (Ping timeout: 180 seconds)
- # [19:50] * adenilson_ is now known as adenilson
- # [19:51] * Joins: paul___irish (~paul___irish@public.cloak)
- # [20:07] * Joins: dauwhe (~dauwhe@public.cloak)
- # [20:10] <plinss> heycam, Florian: no not expected, looking at logs seems server was getting slammed with traffic, seems good now
- # [20:13] <liam> plausible traffic?
- # [20:15] <plinss> liam: checking, probably bots
- # [20:15] * Joins: Florian (~Florian@public.cloak)
- # [20:17] <liam> ok
- # [20:17] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
- # [20:18] * Joins: dauwhe (~dauwhe@public.cloak)
- # [20:50] <dbaron> WARNING: Multiple possible 'maybe' refs for 'inherit'.
- # [20:50] <dbaron> Arbitrarily chose the one in css-cascade-3.
- # [20:50] <dbaron> If this is wrong, insert one of the following lines into a <pre class=link-defaults> block:
- # [20:50] <dbaron> spec:css-cascade-3; type:value; text:inherit
- # [20:50] <dbaron> spec:css-values-3; type:value; text:inherit
- # [20:50] <dbaron> spec:css-cascade-4; type:value; text:inherit
- # [20:50] <dbaron> That warning seems new -- seems like something changed.
- # [20:50] <dbaron> (css-transitions generates it once for inherit and once for initial)
- # [21:04] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [21:08] * Joins: Florian (~Florian@public.cloak)
- # [21:11] * Quits: Florian (~Florian@public.cloak) (Client closed connection)
- # [21:47] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [22:15] * Joins: glazou (~glazou@public.cloak)
- # [22:23] * Quits: stakagi (~stakagi@public.cloak) (Ping timeout: 180 seconds)
- # [22:37] * Joins: glazou_ (~glazou@public.cloak)
- # [22:37] * Quits: glazou (~glazou@public.cloak) (Client closed connection)
- # [22:37] * glazou_ is now known as glazou
- # [22:53] * Joins: plh (plehegar@public.cloak)
- # [22:55] * Quits: glazou (~glazou@public.cloak) (glazou)
- # [22:57] * Joins: dauwhe_ (~dauwhe@public.cloak)
- # [22:57] * Quits: dauwhe (~dauwhe@public.cloak) (Client closed connection)
- # [22:59] * Joins: lajava (~javi@public.cloak)
- # [23:03] * Joins: hober (~ted@public.cloak)
- # [23:27] * Quits: dbaron (~dbaron@public.cloak) (Client closed connection)
- # [23:29] * Joins: dbaron (~dbaron@public.cloak)
- # [23:32] * Joins: Florian (~Florian@public.cloak)
- # [23:41] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [23:48] * Rossen_away is now known as Rossen
- # [23:53] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [23:59] * Rossen is now known as Rossen_away
- # 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