Options:
- # Session Start: Mon Jun 24 00:00:00 2013
- # Session Ident: #testing
- # [02:53] * heycam is now known as heycam|away
- # [03:06] * heycam|away is now known as heycam
- # [08:23] * Joins: zcorpan (~zcorpan@public.cloak)
- # [08:23] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [08:23] * Joins: zcorpan (~zcorpan@public.cloak)
- # [08:29] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [10:23] * heycam is now known as heycam|away
- # [10:53] * Joins: tobie (tobie@public.cloak)
- # [10:55] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [11:31] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [11:38] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [11:48] * Joins: darobin (rberjon@public.cloak)
- # [11:57] <tobie> hey darobin
- # [11:57] <tobie> back at work?
- # [11:57] <darobin> hey tobie!
- # [11:57] <darobin> yes
- # [11:57] <tobie> :(
- # [11:57] <darobin> heh
- # [11:57] <darobin> I like work!
- # [11:58] <tobie> :)
- # [11:58] <Ms2ger> Excellent
- # [11:58] <tobie> Wrote a small script to add labels to PR on web-platform-tests
- # [11:59] <darobin> sounds good
- # [11:59] * Ms2ger changes topic to ''
- # [11:59] <tobie> eg: https://github.com/w3c/web-platform-tests/issues?labels=IndexedDB&page=1&state=open
- # [11:59] * Ms2ger changes topic to 'Logged: http://krijnhoetmer.nl/irc-logs/testing/'
- # [12:00] <tobie> next step is to push notifications to a/multiple mailing lists
- # [12:00] <Ms2ger> https://critic.hoppipolla.co.uk/search?path=IndexedDB ?
- # [12:00] <tobie> (so people can filter what they want to be notified of)
- # [12:01] <tobie> Ms2ger: I've expressed how I feel about critic a number of times already. :)
- # [12:01] <tobie> and also, why.
- # [12:02] <Ms2ger> I just think it's unfortunate that you're reinventing the wheel
- # [12:03] <tobie> Yeah, I also feel its unfortunate that critic is building a parallel system to GH with a very steep learning curve rather than build on top of GH to improve everyone's experince.
- # [12:04] <Ms2ger> [citation needed] for the steep learning curve :)
- # [12:04] <tobie> Especially when the overall goal of this project is to make testing more approachable.
- # [12:04] <tobie> So that we get more contributions from the community.
- # [12:04] <tobie> But oh well.
- # [12:05] <tobie> "I've tried using Critic a bunch of times and still don't understand wtf is going on." --tobie
- # [12:05] <tobie> ^ good?
- # [12:06] <Ms2ger> Could you try finding the list of open IDB reviews in Critic and let me know how hard you found it?
- # [12:07] <Ms2ger> I really don't see how it's hard to use, but maybe that's just me
- # [12:09] <tobie> Well, the link above kind of gave it away.
- # [12:15] <tobie> Anyway. I was looking a creating a notification stream out of this and had two questions.
- # [12:16] <tobie> 1) do we want multiple mailing lists with only part of the notifications on each one (e.g. [indexedDB], [cors] go to public-webapps-testing)
- # [12:17] <tobie> … or one big mailing list which everyone can use their preferred mail client to filter from
- # [12:17] <tobie> 2) what should we notify the list of? new issues / pr, every comments, etc.
- # [12:17] <Ms2ger> I don't think a wg-based split is useful
- # [12:24] <AutomatedTester> my issue is that GH issues is that it makes jira look useful
- # [12:27] <tobie> AutomatedTester: :D
- # [12:28] * darobin has serious doubts that anything can make jira look useful, really
- # [12:28] <darobin> perhaps a pile of unrecognisable gunk, in a puddle, on a bad day
- # [12:28] <darobin> but even then
- # [12:28] <darobin> anyway
- # [12:29] <darobin> tobie: I reckon send the firehose to just the one location, and let a thousand filters bloom
- # [12:30] <tobie> darobin: I'll start with this. We can always add the other option later
- # [12:30] * Joins: abarsto (~abarsto@public.cloak)
- # [12:30] * abarsto is now known as ArtB
- # [13:36] * Quits: jari (~jari@public.cloak) ("leaving")
- # [13:39] <jgraham> Actually our goal isn't to get people contributing tests
- # [13:40] <jgraham> Our goal is to get an interoperable platform
- # [13:40] <Ms2ger> Speak for yourself ;)
- # [13:40] <jgraham> Trying to get random members of the web-dev community is only one strategy that we can use to help achieve that goal
- # [13:42] <Ms2ger> Another is getting useful specs
- # [13:42] <Ms2ger> Based on https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedEnumeration , tell me if setting baseVal can throw
- # [13:44] <jgraham> Ms2ger: Yes, per WebIDL
- # [13:45] <Ms2ger> In the sense that everything can throw?
- # [13:45] <jgraham> In the sense that setting it to an out of range value can throw
- # [13:46] <Ms2ger> That's only with some extended attribute, though
- # [13:46] <Ms2ger> But I was thinking more about after WebIDL did its things
- # [13:46] <jgraham> I don't think you need an extended attribute
- # [13:47] <jgraham> But after web IDL, I don't know
- # [13:47] <jgraham> It doesn't make any sense to me that you would have something that describes itself as "constant" not be readonly
- # [13:48] <jgraham> Oh, I see
- # [13:48] <Ms2ger> I guess it means "one out of a set of constants"
- # [13:48] <jgraham> Yeah, no idea what happens if you set it outside the valid constants
- # [13:48] <jgraham> Nothing to suggest it ought to throw
- # [13:48] <Ms2ger> That's what I thought
- # [13:49] <Ms2ger> Gecko does throw, of course
- # [13:49] <jgraham> Ask heycam
- # [13:49] <jgraham> The intersection of webidl and svg is surely his specialist subject :)
- # [13:50] <Ms2ger> Yeah, but he's in an annoying time zone
- # [16:33] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [16:33] * Joins: zcorpan (~zcorpan@public.cloak)
- # [16:40] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [17:05] * Joins: zcorpan (~zcorpan@public.cloak)
- # [17:15] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [17:41] * Joins: stearns (~anonymous@public.cloak)
- # [17:52] * Joins: btholt (~btholt@public.cloak)
- # [18:59] * Joins: jhammel (~jhammel@public.cloak)
- # [19:13] * Quits: btholt (~btholt@public.cloak) ("Leaving.")
- # [19:15] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [19:25] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [19:45] * Joins: abarsto (~abarsto@public.cloak)
- # [19:45] * abarsto is now known as ArtB
- # [20:34] * Quits: jhammel (~jhammel@public.cloak) ("leaving")
- # [20:38] * Quits: tobie (tobie@public.cloak)
- # [20:47] * Joins: jhammel (~jhammel@public.cloak)
- # [20:56] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [20:59] * Joins: tobie (tobie@public.cloak)
- # [20:59] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [20:59] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [21:00] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [21:22] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [21:30] * Quits: Lachy (~Lachy@public.cloak) ("Bye")
- # [21:35] * Joins: Lachy (~Lachy@public.cloak)
- # [21:39] * Quits: jhammel (~jhammel@public.cloak) ("leaving")
- # [21:46] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [21:46] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [21:55] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [21:56] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:03] * Joins: jhammel (~jhammel@public.cloak)
- # [22:08] * Parts: jhammel (~jhammel@public.cloak) (jhammel)
- # [22:11] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:12] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:35] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [22:35] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:00] * Quits: tobie (tobie@public.cloak) (Ping timeout: 180 seconds)
- # [23:03] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:06] * Joins: tobie (tobie@public.cloak)
- # [23:31] * Quits: tobie (tobie@public.cloak)
- # [23:34] * Joins: tobie (tobie@public.cloak)
- # [23:34] * heycam|away is now known as heycam
- # [23:44] * Joins: jhammel_ (~jhammel@public.cloak)
- # Session Close: Tue Jun 25 00:00:00 2013
The end :)