-
-
Notifications
You must be signed in to change notification settings - Fork 330
IrcLog2008 06 09
16:48:28 * garyo-home (n=[email protected]) has joined #scons 16:49:09 Hi, Greg. 16:59:36 <GregNoel> Hi. Steven said he would be late; anyone else here for the bug party? Still a minute to go. 17:00:56 hmm, maybe it's just us? 17:01:05 <GregNoel> Yup. 17:01:13 Need a bit more of a quorum than that I think. 17:01:24 Anyway I'm looking at some of the 2007q2 issues... 17:01:20 <GregNoel> Do you want to go back and work some issues while we wait? 17:01:39 shall we just wait a few minutes? 17:01:45 <GregNoel> yup. 17:31:12 * stevenknight (n=[email protected]) has joined #scons 17:31:23 <GregNoel> Hi, Steven 17:31:26 hey 17:31:27 Hi Steven! 17:31:44 which spreadsheet and # are we on? 17:32:00 <GregNoel> Waiting for you; first one of current issues. 17:32:09 Hi Steven -- it's just Greg & me so we were waiting for you. 17:32:55 okay 17:33:18 Shall we just start w/ the new ones, then? 17:33:25 <GregNoel> 2087 17:33:39 1.x, no one's weighed in on priority so... p3? 17:33:52 ok w/ me 17:33:55 question is who 17:34:22 <GregNoel> As I indicated, I don't think Mark has experience with Python. 17:34:24 ah, just saw the note re: Flacy 17:34:38 <GregNoel> He's probably good with advice, but not programming. 17:34:37 So that means Rob I guess? 17:34:45 <GregNoel> Yes, Rob. 17:34:50 sure 17:34:59 1.x, p3, rob ... done 17:35:04 <GregNoel> ok, done, next 17:35:32 2088: easy, but needs testing. Who has Java? 17:35:54 <GregNoel> Not me 17:35:49 i'm creating a VM that anyone can run with a reasonable subset of necessary tools 17:35:53 including Java 1.5 and 1.6 17:36:04 ah, good. Linux + Java? 17:36:10 yeah, ubuntu 17:36:14 excellent 17:36:28 starting with JEOS == Just Enough Operating System 17:36:30 I just made an ubuntu vm for doing scons doc w/ all the doc tools 17:36:47 did you start with workstation? 17:37:00 I got a prebuilt 8.04 from somewhere. 17:37:12 ah, i bet i know which one 17:37:14 it's kind of bloated. 17:37:13 <GregNoel> And I obviously need to get a VM to run Mac Classic 17:37:32 GregNoel: :-) :-) 17:37:56 <GregNoel> garyo-home, well, I still want to play Civ II :-( 17:38:00 anyway, so 2088 can be done easily & tested on this vm? 17:38:11 Ken volunteered off-line to make bandwidth available for people to download the VM 17:38:21 Greg: I just fired up my Amiga 1000 for my 9-year-old, he loves it 17:38:42 <GregNoel> Hmmm, I wonder if my Amigas still work... 17:38:30 yes, VM should be good for testing 17:38:50 Stevenknight: I'll d/l & try it. Ken should put the pointer on the dev list. 17:39:14 it's not there yet, but I'll get with him and get it set up 17:39:33 OK. I don't want to be the "java guy" though, I know nothing about it. 17:39:33 <GregNoel> so 2088, gary, when? 17:39:35 after 0.98.5 is out (sourceforge finally got the release system working again this afternoon) 17:39:42 2088: gary, 1.x, p4 17:39:43 1.x p3 17:39:47 p3 17:39:51 i meant to say... :-) 17:39:56 <GregNoel> done 17:40:23 <GregNoel> 2089 17:40:47 2089: do we have a NEEDSMOREINFO for kicking something back to the filing user? 17:41:08 <GregNoel> no, "research" is best, with a comment 17:41:25 ok w/ me 17:41:39 <GregNoel> I'll kick it back and we'll re-triage it next time? 17:41:29 okay, i'd say "research" and Russel 17:41:57 or whenever he updates with more info, i really want to understand what he expected 17:42:37 i think he expected it to select the compiler, but i'm not sure 17:42:45 if so, then it's a feature request 17:42:36 <GregNoel> done 17:42:41 <GregNoel> 2090 17:42:53 ok, 2090? I'm staying out of this one. 17:43:31 <GregNoel> Uh, I'm not sure what to say 17:43:35 2090: i think a doc issue re: LANG for 1.0, p3 17:43:47 ok w/ me 17:43:50 <GregNoel> OK 17:43:53 and a new issue to track adding a warning 17:44:02 probably 1.x, p2 (?) 17:44:15 <GregNoel> Where should the note be, under env.Java()? 17:44:35 that's where I'd look. 17:44:47 <GregNoel> I'm not sure we need a warning 17:45:18 not a big deal for me, doc is ok 17:45:27 okay, makes life simpler all around 17:45:39 then 1.0, p3, doc 17:45:47 <GregNoel> done 17:45:57 2091: add new optional arg? 17:46:15 1.x p3? I'll do it. 17:46:26 works for me 17:46:36 one thing just occurred to me, though... 17:46:53 isn't AppendUnique(keep_existing=True) just a different name for Append()??? 17:47:17 No, it would do nothing if it exists rather than deleting the old copy and appending. 17:47:21 (right?) 17:47:33 but it doesn't delete the old copy 17:47:40 <GregNoel> the option would have to be changed; existing semantics are those of keep_existing 17:47:49 that's why Greg was saying AppendUnique() keeps the left-most 17:48:02 at least I don't think it does... let me check... 17:48:18 <GregNoel> The option would have to be, ah, delete_existing or some such 17:48:32 replace= 17:48:57 <GregNoel> replace what?? 17:49:07 make the keyword replace= 17:49:23 oh, wait, that would imply replacing in place, not deleting the old and appending the new 17:49:25 <GregNoel> It's not a replacement, either. The existing is deleted. 17:49:31 right 17:50:09 <GregNoel> so 2091, 1.x p2, gary? 17:50:24 yes 17:50:33 ok, what was the resolution on the keyword name? 17:50:34 Gary, you all right with naming it "replace_existing="? 17:50:40 wrong 17:50:47 "delete_existing=" 17:51:06 yes, that's fine w/ me. Defaults to false. 17:51:21 right 17:51:23 <GregNoel> done 17:51:32 <GregNoel> 2094, I'll buy p5 17:51:53 sure 17:52:01 2093: 1.0, doc, Gary 17:52:10 yes, I assumed that. 17:52:23 2094: 1.x, p5, Benoit 17:52:58 <GregNoel> works for me 17:53:34 okay, enough time to start the next spreadsheet? 17:53:35 OK, on to 2007q2 I guess? 17:53:48 yes 17:54:33 1615: already consensus 17:54:34 <GregNoel> 1643 is first 17:54:39 1617: already consensus 17:54:42 we skip the DONE ones, move right to 1643? 17:54:42 ah 17:55:01 oh, hey, there's DONE strings there... :-) 17:55:04 nice 17:55:25 Brandon said he updated it, maybe that was a different ticket or something? 17:55:42 I think get more info from user. 17:55:50 <GregNoel> must have been 17:56:11 pretty weird behavior though. 17:56:13 agree: research, Brandon 17:56:21 <GregNoel> OK 17:56:59 1644 17:57:17 Greg, I like your idea of starting all out blank, but it's impractical for now, agreed? 17:57:32 that's 1.x p2 17:57:36 I say just fix this one case for now in 1.x p2. 17:57:53 agree with both of you re: both RPATH and public variables starting blank 17:58:38 * GregNoel has been overrun by rugrats; wait a sec 17:58:41 ok, so David, 1.x, p2, in the Conservatory, with the Knife? 17:58:47 :-) 17:58:58 yes 17:59:59 <GregNoel> ok, 1644, not completely impractical, but it should be a policy; move toward it in the future. 18:00:12 agreed. 18:00:24 <GregNoel> yes, 1.x p2, David 18:00:37 <GregNoel> 1646 18:00:32 1646: Ludwig GSoC sounds good to me. 18:00:42 <GregNoel> done 18:00:45 ludwig gsoc++ 18:01:23 <GregNoel> 1660, close 18:01:53 yup 18:02:20 yes, close 18:02:23 <GregNoel> done 18:02:36 <GregNoel> 1681 18:02:48 1661: Steven, does VS cleanup possibly include using bat files to get env vars? 18:02:56 Or is it two separate things? 18:03:34 includes .bat files 18:03:59 ok, I'm a big VS user so if you do it I'll help. 18:04:16 <GregNoel> collaboration++ 18:04:19 yeah, it's turning into a case of when in Rome... 18:04:29 stevenknight: exactly. 18:05:15 never thought that i'd have to become such a Windows geek, though... :-) 18:05:42 sorry, happens to the best of us 18:05:45 looks like that's it for 2007q2 18:06:14 <GregNoel> 1662? 18:06:29 2.x p2? 18:06:39 ah, skipped one 18:06:45 yeah, 2.x p2 18:06:46 <GregNoel> more than one 18:07:00 oh, wow, so we did 18:07:17 <GregNoel> We??? 18:07:29 good point 18:07:34 "me" 18:07:40 must have scrolled down too far... 18:07:58 <GregNoel> Sometimes it scrolls in pieces; that's bit me before 18:08:10 no, waitaminnit, someone above mentioned 1681... :-) 18:08:25 <GregNoel> typo 18:08:34 aha 18:08:48 <GregNoel> next line says 1661, which was correct 18:08:59 <GregNoel> my eyes are too old to read that tiny type 18:09:21 anyway, 1662 is i18n, 2.x p2? 18:09:30 okay, 1662 2.x p2 18:09:37 <GregNoel> I'll buy it 18:09:55 <GregNoel> 1663? 18:09:59 then 1663, latex, 2.x unless a patch magically appears? 18:10:01 1663: 2.x, Rob, encourage WONTFIX 18:10:09 <GregNoel> works for me 18:10:33 1667: would be nice if we had a contrib/ folder, but not until 2.0 IMHO 18:11:24 agree re: contrib/ 18:11:35 <GregNoel> 1667 is DONE; 1673? 18:11:39 make a bunch of the wiki stuff more accessible / useful 18:11:47 1673: 1.0.x, p1 18:11:58 who? 18:11:59 ok w me 18:12:14 <GregNoel> done 18:12:43 1674 is trivial I think 18:13:02 <GregNoel> DONE 18:13:22 <GregNoel> 1675? 18:13:26 1675 I already replied to him 18:13:37 just wait & see now. 18:13:43 <GregNoel> Yeah, and I think you're right 18:13:50 1675: probably end up closing, i don't think there's a SCons problem here 18:13:59 agree 18:14:01 but okay to wait until he replies (if he does) 18:14:14 <GregNoel> Defer until next week? 18:14:32 ok. Or could close, and let user reopen if they still care? 18:14:39 (Can users reopen tickets?) 18:15:08 <GregNoel> I think so; Bugzilla could 18:15:09 good question, i thought they can, but don't really know 18:15:24 anyway safer to defer for a week anyway. 18:15:36 ... anyway. didn't say that enough in the last line, anyway. 18:15:55 1679 dup? 18:15:59 <GregNoel> DONE 18:16:08 done 18:16:09 1681 consensus 18:16:15 <GregNoel> next quarter, or break here? 18:16:32 now, i think we've finished 2007q2... 18:16:36 I should go I'm afraid. 18:16:43 me too 18:16:49 <GregNoel> OK, what about next week? 18:16:50 same time next week...? 18:16:57 <GregNoel> I have a conflict... 18:16:58 see you all next wk, I can do it then. 18:17:05 Greg: different night better? 18:17:15 <GregNoel> I'll have to leave before 18 o'clock 18:17:23 Greg: another ntime Monday or another night? 18:17:33 <GregNoel> let me check 18:17:39 i'm okay with 17h00 - 18h00 18:18:12 that's the usual time, right? 18:18:14 <GregNoel> Tuesday is OK 18:18:19 * garyo-home does time math in head... 18:18:22 right 18:18:26 usual time 18:18:35 I can do Tuesday usual time also. 18:18:52 let's go with Tuesday then 18:18:54 Let's try to get more attendance next time. Mailing list reminder? 18:19:01 yes 18:19:21 <GregNoel> multiple reminders 18:19:00 <GregNoel> Wednesday the 18th I leave for ten days; the party after next you're on your own. 18:19:35 GregNoel: maybe I should prep next week's spreadsheets so you're available if questions come up 18:19:41 or gary 18:20:01 <GregNoel> I'm preparing a wiki page; should be ready soon 18:20:05 I'm getting very busy at work, 3 new empl's including new CEO this wk... 18:20:15 I'll try to keep up my end of things though. 18:20:22 wow, congratulations on the expansion 18:20:38 thx, it's exciting but as VP/eng I'm in the thick of it. 18:20:37 did you do an exec search for CEO? 18:20:48 yes, big exec search. 18:21:00 <GregNoel> So he's fat? {;-} 18:21:12 who handled it for you? one of the big national recruiting firms or a local? 18:21:16 we're up to 13 people, 3 engineers and a new database guy. 18:21:43 Steven: a guy our investors recommended, name slips my mind atm... 18:21:53 np 18:22:02 that's really cool, glad to hear things are going well 18:22:08 Todd Savage. 18:22:21 He was good, but not cheap. 18:22:42 Greg, just saw yr comment :-) 18:22:59 & actually no, she's thin. 18:23:04 <GregNoel> Wasn't that funny in retrospect 18:23:17 that's irc for you. 18:23:47 anyway guys, have a good week, I'll try to squash a few of my bugs this week. 18:23:58 <GregNoel> <splat!> 18:24:02 :-) 18:24:12 c ya 18:24:14 <GregNoel> bye 18:24:20 okay, thanks 18:24:22 later 18:24:25 * stevenknight has quit ("Leaving")