Options:
Previous day, Next day
- # Session Start: Sat Apr 18 00:00:00 2015
- # Session Ident: #css
- # [00:40] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [00:55] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [00:56] <TabAtkins> plinss: After I modify a spec in Shepherd, it often shows with a warning sign, and a last-generated data of "- Never -". Is this something I should be worried about?
- # [00:56] <TabAtkins> Or is it just waiting for a different process to kick off?
- # [00:57] <TabAtkins> (I notice that DOM showed this for a bit when I updated it to point to the new spec, but now it's fine.)
- # [00:59] <TabAtkins> And for that matter, what does the "Synchronize" button do? Does it manually kick off processing? The scary "you should back up your database" message is frightening me.
- # [01:43] <TabAtkins> plinss: btw, OMIGOD I'M JUST NOW USING PARSER.NORMALIZEDMETHODNAMES() PROPERLY AND IT'S AMAZING.
- # [01:43] <TabAtkins> My previous hacks were terrible, this is great, +1 forever.
- # [01:44] * TabAtkins can stop having to manually write lt="foo(bar, baz)|foo(bar)" when defining a foo() method where the baz argument is optional.
- # [01:45] * TabAtkins is finally fixing the pile of hacks that were previous barely managing to handle IDL method linking.
- # [01:45] <TabAtkins> Probably gonna have to bump the version number after this.
- # [01:55] <plinss> TabAtkins: yeah, when you modify a spec it clears all the anchor data, that’s why it shows not synced
- # [01:56] <plinss> You can just hit the “Synchronize” button to kick off a parse, ignore the backup DB message, it
- # [01:56] <TabAtkins> ok
- # [01:56] <plinss> it’s some old paranoia on my part
- # [01:57] * Quits: myles (~Adium@public.cloak) (Client closed connection)
- # [01:57] <plinss> you can sync a single spec or run them all
- # [01:57] * Joins: myles (~Adium@public.cloak)
- # [01:57] <plinss> bu the next event that triggers a sync will pick up anything that needs it
- # [01:58] * plinss is glad you’re finally using normalizedMethodNames, it’s about time :-)
- # [01:59] * Quits: adenilson (~anonymous@public.cloak) (adenilson)
- # [02:02] * Quits: myles (~Adium@public.cloak) ("Leaving.")
- # [02:03] <TabAtkins> plinss: Think I'm hitting a bug in Construct.fullName:
- # [02:04] <TabAtkins> Given a definition like "interface Foo { long bar(long baz); };", when marking up the "baz" argument, construct.parent.fullName return "Foo/bar" (no parens or arguments). Should be "Foo/bar(baz)", yeah?
- # [02:05] <plinss> hmm, yeah, seems so
- # [02:05] <plinss> looking
- # [02:20] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [02:25] <plinss> TabAtkins: fixed
- # [02:25] <TabAtkins> thanks!
- # [02:25] <plinss> np
- # [02:25] * Joins: estellevw (~estellevw@public.cloak)
- # [02:27] <TabAtkins> +1, works great.
- # [02:27] <TabAtkins> Oh man, things are finally starting to link up together properly. this is great.
- # [02:27] <TabAtkins> Now I need to figure out just where I do the "allow you to link to a method without specifying args, if it's unambiguous", because I can't find it
- # [02:30] <dbaron> TabAtkins, did something break <pre class="link-defaults"> in bikeshed?
- # [02:30] <dbaron> TabAtkins, a bunch of the ones in transitions (e.g., for 'left') don't seem to be working anymore
- # [02:31] <dbaron> (when I run locally)
- # [02:31] <TabAtkins> dbaron: I mean, not intentionally. Haven't worked in that part of the code for a while. But let me check.
- # [02:41] <dbaron> TabAtkins, it looks like there's one link default for 'left' coming from somewhere else, and that one comes first -- is first or second in the array supposed to win?
- # [02:41] <TabAtkins> dbaron: Yeah, 'left' is coming out of the Bikeshed-wide link defaults, linking to position.
- # [02:41] <dbaron> TabAtkins, and I have a second link default in the spec for it, linking to css21
- # [02:42] <dbaron> TabAtkins, either that used to win, or there used to not be a bkeshed-wide one
- # [02:42] <TabAtkins> The latter.
- # [02:42] <TabAtkins> If 2.1 should win here, I'll adjust the Bikeshed-wide one.
- # [02:42] <dbaron> TabAtkins, I think it should for transitions, given the stability of transitions; not sure that it should win everywhere
- # [02:43] <dbaron> TabAtkins, is there not a way to override?
- # [02:43] <TabAtkins> Rather, css2.1 is listed as "replaced by" css-position.
- # [02:43] <TabAtkins> dbaron: Let me take a look, I'm not sure.
- # [02:53] <dbaron> I guess it's ok to just link to position -- so don't worry about it.
- # [02:54] <TabAtkins> That shouldn't help. ^_^
- # [02:54] <TabAtkins> (Both 'left' and 'position' are defined by css-position.)
- # [02:59] <TabAtkins> Oh wait, you meant linking to the position spec.
- # [03:00] <dbaron> yes
- # [03:05] <TabAtkins> dbaron: Ah, I found the problem.
- # [03:06] <TabAtkins> Yeah, it's grabbing the first relevant link-default it finds, so since there's a global one saying the default for a "left" property is css-position, it uses that. I can change it to use the last, so local things will win.
- # [03:08] <TabAtkins> dbaron: Btw, the point of the infotree format (what the link-defaults block is written in) is that it's a tree structure, so repeated information can be omitted. All those 2.1 property defaults you're putting in can have the "spec" and "type" parts moved to a root, and all the texts put underneath (indented one level).
- # [03:11] <TabAtkins> dbaron: okay, done
- # [03:11] <TabAtkins> Your local ones will now defeat the global ones.
- # [03:12] <dbaron> TabAtkins, thanks
- # [03:12] * leaverou is now known as leaverou_away
- # [03:37] * leaverou_away is now known as leaverou
- # [03:46] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [04:18] * Quits: dbaron (~dbaron@public.cloak) ("8403864 bytes have been tenured, next gc will be global.")
- # [04:29] * leaverou is now known as leaverou_away
- # [04:52] * leaverou_away is now known as leaverou
- # [05:01] * Joins: estellevw (~estellevw@public.cloak)
- # [05:20] * Joins: dbaron (~dbaron@public.cloak)
- # [05:39] * leaverou is now known as leaverou_away
- # [05:49] * Joins: maven (~uui@public.cloak)
- # [06:31] * leaverou_away is now known as leaverou
- # [06:40] * leaverou is now known as leaverou_away
- # [07:06] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [07:15] * Joins: estellevw (~estellevw@public.cloak)
- # [07:15] * Quits: maven (~uui@public.cloak) ("Leaving.")
- # [07:32] * leaverou_away is now known as leaverou
- # [07:42] * leaverou is now known as leaverou_away
- # [07:55] * Joins: jdaggett (~jdaggett@public.cloak)
- # [08:28] * leaverou_away is now known as leaverou
- # [09:13] * Quits: dbaron (~dbaron@public.cloak) (Ping timeout: 180 seconds)
- # [09:30] * Joins: cyrax (~user@public.cloak)
- # [10:02] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [11:26] * Joins: lajava (~javi@public.cloak)
- # [11:40] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [11:45] * Quits: dholbert (~dholbert@public.cloak) (Ping timeout: 180 seconds)
- # [11:47] * Joins: dholbert (~dholbert@public.cloak)
- # [11:52] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [12:51] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [13:04] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [15:42] * Quits: cyrax (~user@public.cloak) ("")
- # [16:40] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [16:50] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [16:57] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [17:15] * Joins: Ms2ger` (~Ms2ger@public.cloak)
- # [17:27] * Quits: Ms2ger` (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [17:37] * Joins: Ms2ger` (~Ms2ger@public.cloak)
- # [18:01] * Quits: Ms2ger` (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [18:18] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [18:20] * Joins: tommyjtl (~tommyjtl@public.cloak)
- # [18:20] * Joins: dbaron (~dbaron@public.cloak)
- # [18:30] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [18:41] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [18:47] * Joins: Ms2ger` (~Ms2ger@public.cloak)
- # [18:51] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [18:54] * Quits: Ms2ger` (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [19:37] * Joins: lajava (~javi@public.cloak)
- # [20:08] * Quits: lajava (~javi@public.cloak) (Ping timeout: 180 seconds)
- # [20:33] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [21:35] * Joins: estellevw (~estellevw@public.cloak)
- # [21:37] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [21:44] * Quits: dholbert (~dholbert@public.cloak) (Ping timeout: 180 seconds)
- # [21:47] * Joins: zcorpan (~zcorpan@public.cloak)
- # [21:47] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
- # [21:47] * Joins: dholbert (~dholbert@public.cloak)
- # [21:59] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [21:59] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [22:02] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
- # [22:11] * Joins: zcorpan (~zcorpan@public.cloak)
- # [22:12] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [22:16] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [22:16] * Joins: estellevw (~estellevw@public.cloak)
- # [22:30] * Quits: estellevw (~estellevw@public.cloak) ("Snuggling with the puppies")
- # [22:47] * Quits: tommyjtl (~tommyjtl@public.cloak) (Client closed connection)
- # [23:06] * Joins: Ms2ger` (~Ms2ger@public.cloak)
- # [23:13] * Joins: estellevw (~estellevw@public.cloak)
- # [23:13] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [23:22] * Joins: zcorpan (~zcorpan@public.cloak)
- # [23:29] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # Session Close: Sun Apr 19 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