Show enters and exits. Hide enters and exits.
| 00:04:58 | twbray enters the room. | |
| 00:10:42 | NoKarma | zenspider: ping |
| 00:11:03 | jicksta leaves the room. | |
| 00:13:06 | Arjen_ leaves the room. | |
| 00:13:44 | twbray leaves the room. | |
| 00:15:41 | fbuilesv | drbrain: did you try the newest version of RbYAML? I know someone's been working on it lately. |
| 00:16:09 | drbrain | fbuilesv: I tried whichever version is in rubinius |
| 00:16:42 | fbuilesv | drbrain: a lot of the bugs have been fixed in their SVN version, I don't know if the author has changed some of the weird code yet though |
| 00:17:07 | fbuilesv | I was gonna update the version included in rbx but the guy in charge of it asked me to wait a bit so he could fix those issues. |
| 00:17:21 | drbrain | we should do a diff of our changes and update |
| 00:18:08 | fbuilesv | I was going to do that originally but the current source version contains a bunch of expressions that rubinius doesn't support |
| 00:18:27 | antares enters the room. | |
| 00:18:51 | fbuilesv | check this out: |
| 00:18:58 | fbuilesv | r45 | spritesun | 2008-06-14 03:45:38 -0500 |
| 00:19:08 | fbuilesv | Merge rbyaml.rb with Rubinius RbYAML . |
| 00:19:45 | fbuilesv | I'm guessing he's still working on that but we might not have to make the changes :) |
| 00:19:47 | drbrain | really? cool! |
| 00:19:54 | drbrain | it makes me feel less-guilty |
| 00:19:57 | fbuilesv | heh |
| 00:21:31 | brixen | cremes: still times out :( |
| 00:23:41 | blakewatters enters the room. | |
| 00:28:03 | stouset enters the room. | |
| 00:35:27 | heycarsten leaves the room. | |
| 00:39:10 | imajes leaves the room. | |
| 00:50:40 | antares leaves the room. | |
| 00:51:30 | stouset leaves the room. | |
| 00:52:58 | stouset enters the room. | |
| 00:55:18 | stouset leaves the room. | |
| 00:56:15 | stouset enters the room. | |
| 00:58:50 | nicksieger leaves the room. | |
| 01:03:30 | nicksieger enters the room. | |
| 01:03:49 | atduskgreg leaves the room. | |
| 01:03:53 | te_ enters the room. | |
| 01:04:01 | te_ leaves the room. | |
| 01:04:25 | te_ enters the room. | |
| 01:04:31 | te | Howdy folks! |
| 01:05:02 | te | evan: I'm watching your presentation at MountainWest RubyConf 2008 |
| 01:05:39 | defn | I need stuff to do on your project. 3:D |
| 01:06:24 | brixen | heh, yes please do :) |
| 01:06:37 | brixen | defn: btw, evan is on a plane to japan atm |
| 01:06:45 | defn | Not too sure where to start. I am kind of newb still. |
| 01:06:54 | brixen | well, what interests you? |
| 01:06:56 | defn | I just learned about lambda and proc.new |
| 01:07:08 | defn | hmm, music, art, generative systems |
| 01:07:12 | defn | minutae |
| 01:07:15 | brixen | nice :) |
| 01:07:31 | brixen | any favorite ruby programs you use? |
| 01:07:43 | defn | ditz and ticgit are really cool |
| 01:07:51 | defn | camping is fun for the metaprogramming aspects |
| 01:08:02 | brixen | ah, you could try running camping on rubinius |
| 01:08:21 | brixen | we've been meaning to try that |
| 01:08:29 | defn | anyone doing merb or rails? |
| 01:08:31 | defn | i would assume rails |
| 01:08:37 | defn | but how about merb? |
| 01:08:58 | brixen | I think merb pretty much runs |
| 01:09:14 | defn | it's kind of a shaky mess of code IMHO |
| 01:09:17 | brixen | I know ezmobius and wycats both have run it |
| 01:09:45 | brixen | heh, well, I think they take patches too :) |
| 01:10:55 | defn | haha! |
| 01:11:12 | defn | I think I'd like to do something a bit harder than just running an app |
| 01:11:19 | defn | and i say that fully aware of the irony |
| 01:11:25 | defn | see: rubygems on rubinius |
| 01:11:36 | atduskgreg enters the room. | |
| 01:11:50 | defn | but i guess im kind of looking for a Summer of Code level project |
| 01:12:00 | defn | maybe something someone would like to work on together? |
| 01:12:10 | brixen | drbrain: known issue? http://pastie.org/217670 |
| 01:12:31 | drbrain | brixen: something broke in zlib.rb :( |
| 01:12:35 | brixen | drbrain: ok |
| 01:12:41 | drbrain | I'm going to look at it today or tomorrow |
| 01:12:49 | brixen | k |
| 01:13:41 | brixen | defn: are you into compiler stuff? we could use a project that does some opts on the generated bytecode |
| 01:14:12 | brixen | defn: maybe some common expression elimination or something to start |
| 01:14:22 | defn | i really have no idea what what you mean by that, but im interested in whatever is going to be hard and interesting enough to hold my interest |
| 01:14:37 | defn | im interested in compilers, but i have absolutely no experience with them |
| 01:14:40 | defn | aside from compiling my own code |
| 01:15:56 | defn | i dont mean to bug you -- i know you're not a rubinius guidance counselor |
| 01:16:01 | brixen | heh |
| 01:16:27 | defn | just trying to get in there and help |
| 01:16:33 | brixen | pretty much rubinius is your canvas, you can do as much or as little as you want |
| 01:16:59 | brixen | another possible project, enhance the GC to be concurrent so there is not a long stop-the-world pause during GC |
| 01:17:25 | defn | ooo concurrency sounds neat |
| 01:17:32 | defn | what is GC |
| 01:17:43 | MenTaLguY | concurrent garbage collection is *hard* |
| 01:17:45 | brixen | garbage collecotr |
| 01:17:50 | defn | oh christ |
| 01:17:50 | brixen | ack collector |
| 01:18:01 | MenTaLguY | *very hard* |
| 01:18:03 | brixen | sorry, meant incremental |
| 01:18:03 | defn | i started programming ruby to avoid malloc |
| 01:18:07 | brixen | forget I said concurrent |
| 01:18:09 | defn | dont get me started |
| 01:18:14 | brixen | that's a different thing altogether |
| 01:18:32 | defn | concurrency is *hard* in and of itself |
| 01:18:35 | MenTaLguY | yes, incremental GCs are a bit less scary |
| 01:18:39 | brixen | defn: but if you want to play with concurrency, see e.g. spec/library/actor and spec/library/vmactor |
| 01:19:02 | brixen | MenTaLguY: our setup should allow for incremental GC pretty easily |
| 01:19:07 | brixen | for some values of easy |
| 01:19:10 | defn | how do i get commit rights? |
| 01:19:15 | defn | just submit a pull request? |
| 01:19:16 | wycats | defn: you makin' fun of Merb :P |
| 01:19:18 | wycats | shaky mess of code |
| 01:19:18 | brixen | submit a patch that is accepted |
| 01:19:20 | wycats | pffft |
| 01:19:26 | wycats | at least it's only 4,000 lines of shaky code |
| 01:19:29 | wycats | not 100k loc |
| 01:19:29 | defn | wycats: :D *love* |
| 01:19:29 | fbuilesv | haha |
| 01:19:36 | wycats | 100k losk |
| 01:19:39 | wycats | :P |
| 01:19:54 | defn | wycats: i kid i kid -- i like merb, i just havent gotten down to playing with it |
| 01:19:59 | defn | im used to rails and im afraid of losing my crutches |
| 01:20:12 | MenTaLguY | I think I'd rather use Merb than Rails, but from the code I've seen it does need some help even so |
| 01:20:12 | defn | the 90k lines of crutches |
| 01:20:15 | wycats | defn: feel free to bash me |
| 01:20:18 | wycats | s/me/merb |
| 01:20:24 | defn | well in that case: |
| 01:20:28 | defn | wycats is an asshole. |
| 01:20:42 | wycats | we take criticism seriously |
| 01:20:46 | wycats | :( |
| 01:20:48 | wycats | s/wycats/merb |
| 01:20:50 | wycats | that merb... |
| 01:21:14 | defn | him and his silly little framework... he's like why, only without the artsy kindergarten teacher website design |
| 01:21:24 | defn | btw, whats up with merbcast? |
| 01:21:28 | defn | ive been checking in on it |
| 01:22:06 | foysavas leaves the room. | |
| 01:22:44 | defn | wycats: seriously though i was just talking out of my ass -- ive been looking at merb a lot lately |
| 01:22:51 | foysavas enters the room. | |
| 01:22:52 | defn | i think it's a great project |
| 01:23:00 | foysavas leaves the room. | |
| 01:23:15 | foysavas enters the room. | |
| 01:23:57 | blakewatters_ enters the room. | |
| 01:24:01 | blakewatters_ leaves the room. | |
| 01:24:02 | blakewatters leaves the room. | |
| 01:24:07 | wycats | defn: we're working hard on making it kick-ass for 1.0 |
| 01:24:14 | wycats | I've been working on unicode support lately :) |
| 01:24:33 | blakewatters enters the room. | |
| 01:25:13 | defn | wycats: could you answer me this? i got a mess of gems -- more or less everything with merb* |
| 01:25:25 | defn | i run merb my_app, and it doesn't work |
| 01:25:28 | defn | so i use merb-gen my_app |
| 01:25:36 | dalee | defn: use merb-gen app my_app |
| 01:25:37 | defn | and it makes my app, without a script dir, and some other essentials |
| 01:25:50 | defn | dalee: nod |
| 01:26:05 | defn | its just odd because many of the tutorials use merb my_app, which seems kind of intuitive |
| 01:26:17 | defn | but i didnt understand why script/ was missing |
| 01:26:19 | blakewatters leaves the room. | |
| 01:26:48 | blakewatters enters the room. | |
| 01:26:56 | dalee | merb is changing very quickly so tutorials get outdated quickly |
| 01:27:08 | dalee | although it seems to have stabilized recently |
| 01:27:20 | defn | nod |
| 01:28:15 | brainopia leaves the room. | |
| 01:29:08 | wycats | defn: merb-gen is an all-purpose binary |
| 01:29:16 | wycats | it also serves as script/generate in Rails |
| 01:29:28 | wycats | and people were complaining that they would do merb-gen hell (instead of help) and get a hell app |
| 01:29:28 | defn | ah-ha! |
| 01:29:41 | defn | wycats: hahaa |
| 01:29:46 | wycats | or merb-gen controler and get a controler app |
| 01:30:00 | wycats | so we require merb-gen app now |
| 01:30:01 | defn | pipe the args to aspell? |
| 01:30:05 | wycats | defn: haha |
| 01:30:05 | defn | ;) |
| 01:30:44 | defn | im not trying to be an asshole |
| 01:30:51 | defn | but i dont understand how so many programmers are illiterate |
| 01:31:07 | defn | im working on a project and work, and have of my commits are spelling changes across the entire application |
| 01:31:12 | defn | at* |
| 01:31:20 | defn | half* |
| 01:31:22 | defn | jesus |
| 01:31:30 | defn | im becoming what i hate... |
| 01:31:35 | wycats | I dont understnd how so meny programers are iliterite |
| 01:32:06 | wycats | at least I capitalized my "I" :P |
| 01:32:39 | wycats | thinks he made defn maaad |
| 01:32:42 | ezmobius leaves the room. | |
| 01:33:02 | MenTaLguY | incidentally, are github watches for particular branches, or projects as a whole? |
| 01:33:40 | wycats | I think you can watch a particular file |
| 01:34:32 | MenTaLguY | the reason I'm wondering is since a few people are watching concurrent, but I'm pushing to other branches besides master right now |
| 01:34:50 | MenTaLguY | wondering if they're seeing the recent activity |
| 01:35:56 | TheVoice enters the room. | |
| 01:36:16 | dalee leaves the room. | |
| 01:37:22 | michalw leaves the room. | |
| 01:40:23 | lstoll leaves the room. | |
| 01:41:18 | blakewatters_ enters the room. | |
| 01:41:18 | blakewatters leaves the room. | |
| 01:44:19 | ijcd leaves the room. | |
| 01:47:32 | drbrain | well, at least this zstream warning is easy to spot |
| 01:47:38 | drbrain | err, reproduce |
| 01:48:21 | wycats | drbrain: have you seen rewrite? |
| 01:50:04 | drbrain | rewrite? |
| 01:50:59 | blakewatters enters the room. | |
| 01:53:07 | jtoy enters the room. | |
| 01:53:58 | drbrain | wycats: ... |
| 01:54:34 | defn | how do i get an invite to the ticket tracker |
| 01:54:53 | drbrain | I think brixen might have that power |
| 01:55:15 | defn | i just wanted to add a quick note on the common build errors that you need bison |
| 01:59:32 | wycats | drbrain: http://rewrite.rubyforge.org/ |
| 02:00:13 | lopex leaves the room. | |
| 02:00:14 | defn | i guess the bison thing is already in the requirenebts |
| 02:00:17 | defn | requirements |
| 02:00:40 | drbrain | it's in INSTALL, but it not be obvious enough |
| 02:01:23 | defn | im just doing the reactive `rake build`, `sudo apt-get install xyz`, `rake build` |
| 02:01:38 | defn | meh, whatever you guys think |
| 02:02:15 | drbrain | defn: well, INSTALL may be a bad place for some of that documentation |
| 02:02:40 | drbrain | I'd rather keep it in git than on the web, since it's easier to keep acurate |
| 02:02:59 | defn | nods |
| 02:03:03 | defn | I wish I could keep my life in git |
| 02:03:15 | defn | 'revert....revert.....revert' |
| 02:03:20 | defn | ad nauseum |
| 02:05:05 | defn | ls |
| 02:06:09 | atduskgreg leaves the room. | |
| 02:06:19 | drbrain | wycats: that's pretty neat |
| 02:06:32 | drbrain | heading home |
| 02:06:45 | mutle leaves the room. | |
| 02:07:10 | blakewatters_ leaves the room. | |
| 02:07:20 | mutle enters the room. | |
| 02:11:55 | ijcd enters the room. | |
| 02:13:01 | wycats | drbrain: I would have expected you'd hate is |
| 02:13:10 | ijcd_____ enters the room. | |
| 02:13:11 | wycats | since parse_tree is "just a toy that we never wanted anyone to use" |
| 02:13:12 | wycats | hehe |
| 02:13:12 | wycats | ;) |
| 02:15:26 | loincloth enters the room. | |
| 02:27:36 | jbarnette leaves the room. | |
| 02:27:58 | c0sin leaves the room. | |
| 02:29:07 | ijcd leaves the room. | |
| 02:31:11 | dfg59 leaves the room. | |
| 02:36:26 | wycats leaves the room. | |
| 02:40:14 | atduskgreg enters the room. | |
| 02:46:21 | VVSiz_ enters the room. | |
| 02:46:40 | stouset_ enters the room. | |
| 02:49:03 | wycats enters the room. | |
| 02:50:43 | wycats leaves the room. | |
| 02:57:56 | stouset_ leaves the room. | |
| 02:58:19 | kevwil enters the room. | |
| 02:58:42 | stouset_ enters the room. | |
| 02:58:48 | benburkert leaves the room. | |
| 03:00:21 | atduskgreg leaves the room. | |
| 03:02:13 | kevwil leaves the room. | |
| 03:04:26 | VVSiz leaves the room. | |
| 03:15:21 | twbray enters the room. | |
| 03:15:48 | ezmobius enters the room. | |
| 03:17:04 | lstoll enters the room. | |
| 03:20:56 | bitsweat enters the room. | |
| 03:22:08 | ijcd_____ leaves the room. | |
| 03:24:29 | boyscout | 1 commit by Chuck Remes |
| 03:24:30 | boyscout | * Fix context so 'defined? self::FOO' is evaluated correctly; 3bccd39 |
| 03:24:34 | heycarsten enters the room. | |
| 03:26:13 | twbray leaves the room. | |
| 03:30:08 | cremes | how can i 'git format-patch' within spec/ruby so i can submit a rubyspec patch? git format-patch doesn't see the change while git status does |
| 03:38:47 | MenTaLguY | you need to commit before formatting |
| 03:39:03 | MenTaLguY | git-format-patch works from the delta between your local HEAD and some reference point |
| 03:40:05 | cremes | MenTaLguY: i ran 'git commit -a' prior to trying format-patch but it doesn't see the change. since i ran the commit, now git status doesn't see the change any more |
| 03:40:13 | nicksieger leaves the room. | |
| 03:40:26 | rubuildius_ppc | Chuck Remes: 3bccd39ba; 2451 files, 8143 examples, 27595 expectations, 0 failures, 0 errors |
| 03:40:36 | MenTaLguY | well you need to tell git-format-patch what your reference point for generating the patch is |
| 03:40:51 | cremes | like HEAD^ ? |
| 03:40:55 | MenTaLguY | yes |
| 03:41:19 | cremes | that did it! i'll submit the ticket to rubyspec and get my committer bit |
| 03:42:41 | stouset_ leaves the room. | |
| 03:42:43 | stouset leaves the room. | |
| 03:43:00 | MenTaLguY | cool |
| 03:43:03 | MenTaLguY | glad I could help |
| 03:43:22 | cremes | many thanks... |
| 03:44:15 | wycats enters the room. | |
| 03:45:56 | blakewatters leaves the room. | |
| 03:48:54 | ShayArnett enters the room. | |
| 03:55:02 | rubuildius_amd64 | Chuck Remes: 3bccd39ba; 2451 files, 8144 examples, 27575 expectations, 0 failures, 0 errors |
| 03:56:02 | yugui leaves the room. | |
| 03:56:34 | trythil enters the room. | |
| 03:59:35 | nicksieger enters the room. | |
| 04:16:22 | blakewatters enters the room. | |
| 04:16:27 | twbray enters the room. | |
| 04:19:28 | twbray leaves the room. | |
| 04:20:35 | cremes | brixen: don't know why it is timing out for you; if it still doesn't work i will schedule a restart |
| 04:25:00 | booldog enters the room. | |
| 04:26:12 | fbuilesv | cremes: Just applied your patch to Rubyspecs, talk to brixen to get your bit and reference 1f7ea06be :) |
| 04:29:53 | lchin enters the room. | |
| 04:36:37 | blakewatters leaves the room. | |
| 04:39:34 | brixen | cremes: what's your github user? |
| 04:40:16 | trythil leaves the room. | |
| 04:40:17 | brixen | btw, anyone who has a rubinius bit automatically gets a rubyspec bit, I just need to know your github username |
| 04:40:51 | ijcd_ enters the room. | |
| 04:50:12 | ijcd_ leaves the room. | |
| 04:54:01 | anteaya leaves the room. | |
| 05:02:50 | moofbong enters the room. | |
| 05:07:53 | yipstar leaves the room. | |
| 05:09:17 | heycarsten leaves the room. | |
| 05:10:14 | jbarnette enters the room. | |
| 05:11:48 | cris_kiev leaves the room. | |
| 05:11:52 | ben___ enters the room. | |
| 05:12:23 | wycats | brixen: I'm wycats :P |
| 05:16:53 | MenTaLguY | no, I'm Spartacus |
| 05:17:40 | atduskgreg enters the room. | |
| 05:19:07 | bhb__ enters the room. | |
| 05:20:23 | moofbong leaves the room. | |
| 05:20:43 | m7d enters the room. | |
| 05:20:55 | bhb__ leaves the room. | |
| 05:21:53 | wycats | I AMMMMM Spartacus |
| 05:21:56 | bhb__ enters the room. | |
| 05:22:07 | bhb__ leaves the room. | |
| 05:23:42 | bhb__ enters the room. | |
| 05:28:47 | trythil enters the room. | |
| 05:30:52 | brixen | wycats: added |
| 05:31:02 | brixen | MenTaLguY: can't find Spartacus :P |
| 05:31:14 | wycats | brixen: ha |
| 05:32:22 | MenTaLguY | heh heh |
| 05:36:38 | atduskgreg leaves the room. | |
| 05:42:40 | m7d leaves the room. | |
| 05:43:17 | twbray enters the room. | |
| 05:49:42 | rphillips leaves the room. | |
| 06:01:29 | gnufied leaves the room. | |
| 06:08:54 | benny enters the room. | |
| 06:20:50 | trythil leaves the room. | |
| 06:27:51 | twbray leaves the room. | |
| 06:40:46 | JonathanT enters the room. | |
| 06:49:55 | jbarnette leaves the room. | |
| 06:52:43 | mass | stops by to wave hi |
| 06:53:00 | Maledictus enters the room. | |
| 06:56:06 | bitsweat leaves the room. | |
| 07:01:15 | dfg59 enters the room. | |
| 07:01:25 | JonathanT leaves the room. | |
| 07:04:53 | MenTaLguY leaves the room. | |
| 07:04:59 | dfg59 leaves the room. | |
| 07:05:03 | dfg59 enters the room. | |
| 07:06:30 | naeu enters the room. | |
| 07:12:59 | naeu leaves the room. | |
| 07:14:17 | yipstar enters the room. | |
| 07:17:47 | bitsweat enters the room. | |
| 07:22:13 | gnufied enters the room. | |
| 07:26:03 | imajes enters the room. | |
| 07:28:18 | naeu enters the room. | |
| 07:37:43 | dfg59 leaves the room. | |
| 07:39:39 | blakewatters enters the room. | |
| 07:46:35 | yipstar leaves the room. | |
| 07:50:21 | ezmobius leaves the room. | |
| 07:53:18 | dbussink | morning! |
| 07:53:55 | w1rele55 enters the room. | |
| 07:55:30 | krsh enters the room. | |
| 08:04:40 | bhb__ leaves the room. | |
| 08:05:35 | krsh leaves the room. | |
| 08:06:33 | naeu leaves the room. | |
| 08:06:49 | atduskgreg enters the room. | |
| 08:07:03 | krsh enters the room. | |
| 08:16:37 | thehcdreamer enters the room. | |
| 08:18:16 | lchin leaves the room. | |
| 08:19:49 | blakewatters leaves the room. | |
| 08:23:41 | nicksieger leaves the room. | |
| 08:26:25 | atduskgreg leaves the room. | |
| 08:27:34 | JonathanT enters the room. | |
| 08:32:26 | gnufied | dbussink, which timezone you are in? |
| 08:32:43 | dbussink | gnufied: cet |
| 08:32:58 | dbussink | gnufied: from the netherlands |
| 08:34:43 | obvio171 enters the room. | |
| 08:35:16 | robin_dewd enters the room. | |
| 08:39:59 | lchin enters the room. | |
| 08:40:16 | naeu enters the room. | |
| 08:47:01 | atduskgreg enters the room. | |
| 08:53:13 | Arjen_ enters the room. | |
| 08:53:28 | obvio171 leaves the room. | |
| 09:05:07 | lchin leaves the room. | |
| 09:06:35 | lchin enters the room. | |
| 09:09:48 | Ski1 enters the room. | |
| 09:12:39 | atduskgreg leaves the room. | |
| 09:13:31 | gnufied leaves the room. | |
| 09:15:25 | TheVoice leaves the room. | |
| 09:19:58 | krsh leaves the room. | |
| 09:19:59 | krsh_ enters the room. | |
| 09:25:09 | bitsweat leaves the room. | |
| 09:25:41 | krsh_ leaves the room. | |
| 09:32:04 | krsh enters the room. | |
| 09:45:37 | NoKarma enters the room. | |
| 09:50:10 | lchin leaves the room. | |
| 09:50:14 | lchin enters the room. | |
| 09:52:35 | BlackEdder enters the room. | |
| 10:05:45 | lstoll leaves the room. | |
| 10:09:14 | radarek enters the room. | |
| 10:12:45 | brainopia enters the room. | |
| 10:21:02 | yugui enters the room. | |
| 10:25:59 | michalw enters the room. | |
| 10:27:31 | gnufied enters the room. | |
| 10:42:14 | yugui leaves the room. | |
| 10:53:11 | willl enters the room. | |
| 11:04:24 | w1rele55 leaves the room. | |
| 11:06:19 | w1rele55 enters the room. | |
| 11:19:44 | jtoy leaves the room. | |
| 11:31:22 | robin_dewd leaves the room. | |
| 11:40:14 | brainopia leaves the room. | |
| 11:53:06 | naeu leaves the room. | |
| 11:55:37 | naeu enters the room. | |
| 11:56:00 | robin_dewd enters the room. | |
| 11:58:49 | krsh leaves the room. | |
| 12:07:06 | dbussink leaves the room. | |
| 12:24:09 | cremes | brixen: i just signed up on github; username is 'cremes' |
| 12:42:06 | chris2 enters the room. | |
| 12:42:11 | yasuhito enters the room. | |
| 12:43:01 | cremes leaves the room. | |
| 12:48:28 | mutle_ enters the room. | |
| 12:50:06 | mutle_ leaves the room. | |
| 12:54:40 | hemulen leaves the room. | |
| 12:59:38 | mutle_ enters the room. | |
| 13:02:16 | pauldix enters the room. | |
| 13:02:50 | jtoy enters the room. | |
| 13:05:17 | hemulen enters the room. | |
| 13:08:15 | mutle leaves the room. | |
| 13:09:22 | yroc enters the room. | |
| 13:09:38 | michalw leaves the room. | |
| 13:16:40 | pauldix leaves the room. | |
| 13:21:41 | hemulen leaves the room. | |
| 13:22:00 | rubuildius_ppc leaves the room. | |
| 13:25:42 | Yurik enters the room. | |
| 13:25:56 | rubuildius_ppc enters the room. | |
| 13:34:36 | yasuhito leaves the room. | |
| 13:52:19 | cremes_ leaves the room. | |
| 13:53:54 | pauldix enters the room. | |
| 13:54:13 | robin_dewd leaves the room. | |
| 14:00:56 | cremes enters the room. | |
| 14:02:11 | cremes leaves the room. | |
| 14:04:52 | yasuhito enters the room. | |
| 14:09:51 | hemulen enters the room. | |
| 14:10:14 | hemulen leaves the room. | |
| 14:10:27 | hemulen enters the room. | |
| 14:14:50 | cezarsa_ enters the room. | |
| 14:14:50 | cezarsa leaves the room. | |
| 14:21:10 | AndrewO enters the room. | |
| 14:33:48 | benburkert enters the room. | |
| 14:41:51 | lchin leaves the room. | |
| 14:43:47 | robin_dewd enters the room. | |
| 14:45:36 | moofbong enters the room. | |
| 14:46:42 | qwert666 enters the room. | |
| 14:54:24 | heycarsten enters the room. | |
| 14:57:58 | wmoxam enters the room. | |
| 15:03:38 | olafski_ enters the room. | |
| 15:03:42 | olafski leaves the room. | |
| 15:06:06 | naeu leaves the room. | |
| 15:06:34 | chris2 leaves the room. | |
| 15:08:08 | naeu enters the room. | |
| 15:12:21 | lchin enters the room. | |
| 15:19:12 | krsh enters the room. | |
| 15:26:19 | rphillips enters the room. | |
| 15:28:39 | stouset enters the room. | |
| 15:34:28 | imajes leaves the room. | |
| 15:34:46 | michalw enters the room. | |
| 15:34:56 | cremes enters the room. | |
| 15:36:27 | anteaya enters the room. | |
| 15:38:14 | atmos_ enters the room. | |
| 15:38:19 | atmos_ leaves the room. | |
| 15:38:28 | brainopia enters the room. | |
| 15:38:41 | gnufied leaves the room. | |
| 15:39:46 | blakewatters enters the room. | |
| 15:43:36 | yroc leaves the room. | |
| 15:46:05 | bhb__ enters the room. | |
| 15:49:42 | twbray enters the room. | |
| 15:53:26 | jtoy leaves the room. | |
| 16:09:05 | yipstar enters the room. | |
| 16:10:26 | twbray leaves the room. | |
| 16:19:13 | lchin_ enters the room. | |
| 16:19:14 | lchin_ leaves the room. | |
| 16:21:40 | yroc enters the room. | |
| 16:24:32 | hemulen leaves the room. | |
| 16:25:23 | lchin_ enters the room. | |
| 16:27:09 | lchin leaves the room. | |
| 16:28:34 | imajes enters the room. | |
| 16:29:58 | twbray enters the room. | |
| 16:30:39 | robin_dewd leaves the room. | |
| 16:31:30 | twbray leaves the room. | |
| 16:34:22 | mutle leaves the room. | |
| 16:34:47 | benburkert leaves the room. | |
| 16:34:54 | mutle enters the room. | |
| 16:35:39 | lopex enters the room. | |
| 16:38:22 | dbussink enters the room. | |
| 16:44:12 | bhb__ leaves the room. | |
| 16:44:41 | Yurik leaves the room. | |
| 16:45:01 | dalee enters the room. | |
| 16:46:03 | boyscout | 1 commit by Wilson Bilkovich |
| 16:46:04 | boyscout | * Vastly more awesome caller/stack-trace implementation; 5ab4467 |
| 16:47:43 | qwert666_ enters the room. | |
| 16:50:13 | twbray enters the room. | |
| 16:50:55 | Defiler | Can anyone think of a reason why I shouldn't split kernel/core/context.rb up into kernel/core/method_context.rb, block_context.rb, and block_environment.rb? |
| 16:55:25 | qwert666 leaves the room. | |
| 17:00:55 | rubuildius_ppc | Wilson Bilkovich: 5ab4467a2; 2451 files, 8143 examples, 27595 expectations, 0 failures, 0 errors |
| 17:01:26 | yroc leaves the room. | |
| 17:01:50 | twbray leaves the room. | |
| 17:04:24 | rubuildius_amd64 | Wilson Bilkovich: 5ab4467a2; 2451 files, 8144 examples, 27575 expectations, 0 failures, 0 errors |
| 17:06:54 | boyscout | 2 commits by Wilson Bilkovich |
| 17:06:55 | boyscout | * Split up context.rb into one file per class; 9d5b765 |
| 17:06:56 | boyscout | * Split up kernel/core/context.rb, step 1; 326f27a |
| 17:07:06 | twbray enters the room. | |
| 17:08:14 | brainopia leaves the room. | |
| 17:08:16 | dfg59 enters the room. | |
| 17:15:00 | twbray leaves the room. | |
| 17:16:17 | NoKarma enters the room. | |
| 17:17:19 | naeu leaves the room. | |
| 17:19:07 | mernen enters the room. | |
| 17:20:13 | lchin_ leaves the room. | |
| 17:21:13 | rubuildius_ppc | Wilson Bilkovich: 9d5b76587; 2451 files, 8143 examples, 27595 expectations, 0 failures, 0 errors |
| 17:23:14 | BlackEdder enters the room. | |
| 17:23:17 | fbuilesv | drbrain: ping |
| 17:23:30 | dary enters the room. | |
| 17:28:31 | atduskgreg enters the room. | |
| 17:30:47 | thehcdreamer leaves the room. | |
| 17:35:55 | hemulen enters the room. | |
| 17:43:17 | ijcd enters the room. | |
| 17:44:24 | jbarnette enters the room. | |
| 17:46:52 | rubuildius_amd64 | Wilson Bilkovich: 9d5b76587; 2451 files, 8144 examples, 27575 expectations, 0 failures, 0 errors |
| 17:54:17 | brixen | cremes: added ya on rubyspec |
| 17:54:53 | cremes | brixen: thanks! btw, my isp is blocking access to my IP for some reason which is why we can't ssh into it; i'm working on it |
| 17:55:51 | c0sin enters the room. | |
| 17:57:29 | brixen | cremes: ah, ok |
| 17:58:16 | Yurik enters the room. | |
| 17:59:12 | Yurik leaves the room. | |
| 18:04:15 | benburkert enters the room. | |
| 18:04:48 | anonuser leaves the room. | |
| 18:05:55 | krsh leaves the room. | |
| 18:07:40 | yasuhito leaves the room. | |
| 18:12:26 | anonuser enters the room. | |
| 18:13:13 | JonathanT leaves the room. | |
| 18:16:29 | ijcd leaves the room. | |
| 18:16:58 | ijcd_ enters the room. | |
| 18:19:45 | ijcd_ leaves the room. | |
| 18:19:56 | ijcd_ enters the room. | |
| 18:21:26 | ijcd_ leaves the room. | |
| 18:21:36 | ijcd enters the room. | |
| 18:25:08 | bhb__ enters the room. | |
| 18:26:15 | ijcd leaves the room. | |
| 18:26:41 | ijcd_ enters the room. | |
| 18:27:19 | tarcieri | durr, what happened to the "For Business" section on the front page? |
| 18:27:34 | tarcieri | particularly the parts about compiling / packaging Ruby programs? |
| 18:27:47 | dbussink | thank god it's gone ;) |
| 18:27:51 | dbussink | i really hated it |
| 18:28:00 | dbussink | not the packaging part specifically |
| 18:28:14 | tarcieri | haha |
| 18:28:26 | dbussink | but the tone of the text and the intellectual property part... |
| 18:28:37 | tarcieri | heh |
| 18:32:04 | brixen | tarcieri: we ransomed the text for some stroopwafels :) |
| 18:33:01 | dbussink | it was a good bribe :) |
| 18:33:02 | brixen | although, the replacement text is interesting |
| 18:33:19 | brixen | how does "hardware vendor lock-in" affect Ruby? hehe |
| 18:33:26 | dbussink | yeah, that's true |
| 18:34:43 | nicksieger enters the room. | |
| 18:40:54 | gnufied enters the room. | |
| 18:47:24 | anteaya leaves the room. | |
| 18:49:19 | dbussink | damn, evan flew business class |
| 18:49:25 | dbussink | he's a spoiled brat now :P |
| 18:50:23 | fbuilesv | dbussink: it's so worth it if you have the money that it's not even funny |
| 18:50:30 | fbuilesv | or at least my back thinks so :) |
| 18:51:08 | atduskgreg leaves the room. | |
| 18:51:09 | dbussink | fbuilesv: hehe, i'll guess it is yeah |
| 18:51:19 | dbussink | but i'm not that fortunate (yet( |
| 18:51:34 | fbuilesv | I've only done it one or twice, but as a smoker I prefer not to get on planes :) |
| 18:52:00 | dbussink | glad i don't have that problem then :) |
| 18:52:01 | robin_dewd enters the room. | |
| 18:52:15 | dbussink | and my legs usually exactly fit so they don't really start to hurt |
| 18:52:38 | dbussink | would be a lot more painful if i was an inch taller i guess |
| 18:53:01 | fbuilesv | I'm probably a dwarf by dutch standards (1.85m) but I still think a bit more space for the legs would be nice |
| 18:53:06 | fbuilesv | that and plains for smokers :P |
| 18:53:46 | dbussink | would definitely be nice |
| 18:53:59 | dbussink | but it's not that i'm really suffering |
| 18:54:10 | dbussink | and i'm just a tiny bit taller than 1.85 |
| 18:54:21 | fbuilesv | that's true, it's not like you'll lose your legs or anything :) |
| 18:54:49 | NoKarma enters the room. | |
| 19:02:40 | ShayArnett enters the room. | |
| 19:06:38 | wycats leaves the room. | |
| 19:07:33 | lopex leaves the room. | |
| 19:07:35 | loincloth leaves the room. | |
| 19:16:20 | NoKarma leaves the room. | |
| 19:30:18 | wycats enters the room. | |
| 19:30:53 | loincloth enters the room. | |
| 19:35:35 | JonathanT enters the room. | |
| 19:37:43 | ezmobius enters the room. | |
| 19:49:14 | elight leaves the room. | |
| 19:49:57 | enebo enters the room. | |
| 19:56:52 | anteaya enters the room. | |
| 19:57:16 | robin_dewd leaves the room. | |
| 20:03:25 | ezmobius leaves the room. | |
| 20:08:52 | wycats_ enters the room. | |
| 20:14:12 | jicksta enters the room. | |
| 20:15:42 | VVSiz_ enters the room. | |
| 20:16:35 | bhb__ leaves the room. | |
| 20:17:12 | VVSiz leaves the room. | |
| 20:20:28 | Yurik enters the room. | |
| 20:20:36 | elight enters the room. | |
| 20:24:35 | Yurik leaves the room. | |
| 20:25:40 | drbrain | I have a feeling that a tiny bit more shell script magic could make git bisect even easier |
| 20:26:08 | TheVoice enters the room. | |
| 20:26:09 | dary leaves the room. | |
| 20:26:10 | wycats leaves the room. | |
| 20:28:57 | ShayArnett leaves the room. | |
| 20:30:57 | drbrain | I don't believe git bisect led me to the change I think I wanted |
| 20:31:04 | drbrain | how do I checkout to an arbitrary revision? |
| 20:31:49 | VVSiz | git co 3432424234234324 |
| 20:31:54 | VVSiz | co = checkout |
| 20:32:29 | ezmobius enters the room. | |
| 20:35:59 | fbuilesv | drbrain: according to the RbYAML mantainer the current version on SVN merged all the considerable changes that Rubinius did so you can have fun with it if you want |
| 20:36:42 | drbrain | fbuilesv: today I am trying to figure out why zlib.rb.in is complaining about stream closing |
| 20:36:53 | fbuilesv | it's fine, just wanted to let you know :) |
| 20:41:59 | antares enters the room. | |
| 20:43:00 | shame leaves the room. | |
| 20:46:18 | shame enters the room. | |
| 20:47:57 | bhb__ enters the room. | |
| 20:49:39 | stouset leaves the room. | |
| 21:04:35 | jbarnette leaves the room. | |
| 21:07:31 | pauldix leaves the room. | |
| 21:09:47 | krsh enters the room. | |
| 21:09:56 | jbarnette enters the room. | |
| 21:10:43 | pauldix enters the room. | |
| 21:17:03 | robin_dewd enters the room. | |
| 21:21:46 | dfg59 leaves the room. | |
| 21:25:37 | dary enters the room. | |
| 21:25:56 | dary leaves the room. | |
| 21:30:12 | dfg59 enters the room. | |
| 21:30:12 | dfg59 leaves the room. | |
| 21:31:12 | ijcd_ leaves the room. | |
| 21:35:18 | stouset enters the room. | |
| 21:38:42 | qwert666 enters the room. | |
| 21:39:32 | lopex enters the room. | |
| 21:44:38 | ijcd enters the room. | |
| 21:44:51 | twbray enters the room. | |
| 21:49:33 | krsh leaves the room. | |
| 21:52:41 | drbrain | today is going to take forever |
| 21:53:14 | qwert666_ leaves the room. | |
| 21:57:42 | ijcd leaves the room. | |
| 21:58:06 | ijcd enters the room. | |
| 22:03:09 | loincloth leaves the room. | |
| 22:06:43 | cremes leaves the room. | |
| 22:08:15 | nexcastellan | drbain: But tomorrow is Friday. |
| 22:08:30 | nexcastellan | bain = brain |
| 22:10:09 | drbrain | nexcastellan: mostly, I am waiting for rake distclean; rake to finish |
| 22:11:09 | nexcastellan | I managed to track down my bug to a call to rb_funcall. Then I managed to eliminate rb_funcall as a source of the problem. [sigh] |
| 22:11:32 | nexcastellan | With extensions, does anything get run BEFORE Init_whatever? |
| 22:11:44 | drbrain | no |
| 22:11:54 | nexcastellan | yes would have been more helpful. [sigh] |
| 22:14:28 | naeu enters the room. | |
| 22:20:27 | qwert666 leaves the room. | |
| 22:22:55 | tizianobis enters the room. | |
| 22:31:01 | JonathanT leaves the room. | |
| 22:32:33 | Maledictus leaves the room. | |
| 22:33:38 | loincloth enters the room. | |
| 22:35:39 | moofbong leaves the room. | |
| 22:36:22 | bricolage enters the room. | |
| 22:41:53 | dysinger enters the room. | |
| 22:42:13 | AndrewO leaves the room. | |
| 22:43:53 | kli_ enters the room. | |
| 22:44:19 | kli_ leaves the room. | |
| 22:47:53 | stouset leaves the room. | |
| 22:48:05 | ijcd leaves the room. | |
| 22:48:31 | ijcd enters the room. | |
| 22:50:58 | ijcd_____ enters the room. | |
| 22:51:44 | imajes leaves the room. | |
| 22:51:55 | ijcd_____ leaves the room. | |
| 22:52:05 | imajes enters the room. | |
| 22:52:15 | ijcd______ enters the room. | |
| 22:55:07 | ijcd______ leaves the room. | |
| 22:55:36 | ijcd___ enters the room. | |
| 22:55:46 | pauldix leaves the room. | |
| 22:56:17 | kli_ enters the room. | |
| 22:57:30 | boyscout | 1 commit by Eric Hodel |
| 22:57:31 | boyscout | * Fix warning about closing unfinished zstream.; 15ed00a |
| 23:02:54 | ijcd____ enters the room. | |
| 23:03:18 | yipstar leaves the room. | |
| 23:03:29 | brixen | hmm, anyone object to me putting the mspec sources directly in the rubyspec repo rather than having it separate? |
| 23:03:57 | brixen | the problem is, I've tried several ways to split the helpers, guards, and special matchers out so that you don't need mspec to run the rubyspecs with rspec |
| 23:04:07 | brixen | there's really not a good way to do it |
| 23:04:40 | brixen | so, since mspec is really just intended to be used with rubyspec, seems easier all around if it's included directly |
| 23:05:21 | brixen | you can still install mspec as a gem if desired |
| 23:06:12 | hemulen leaves the room. | |
| 23:06:44 | ijcd___ leaves the room. | |
| 23:09:56 | tizianobis leaves the room. | |
| 23:10:26 | rubuildius_ppc | Eric Hodel: 15ed00a4e; 2451 files, 8143 examples, 27595 expectations, 0 failures, 0 errors |
| 23:11:25 | ijcd leaves the room. | |
| 23:16:01 | lchin enters the room. | |
| 23:16:45 | benburkert leaves the room. | |
| 23:17:23 | yipstar enters the room. | |
| 23:19:04 | naeu leaves the room. | |
| 23:21:04 | twbray leaves the room. | |
| 23:22:59 | drbrain | brixen: I say you should make your life as easy as possible |
| 23:23:33 | brixen | drbrain: heh, my life is easiest when the protests from others quiets to a dull roar :P |
| 23:24:04 | drbrain | after a while you just forget to take you your earplugs :) |
| 23:24:14 | brixen | I'll just split it for now, 1/2 way in between |
| 23:24:22 | drbrain | I have found the people who do the most complaining do the least contributing |
| 23:24:25 | brixen | a small bit of codedup though |
| 23:24:33 | brixen | heh, that's the truth |
| 23:24:59 | viktors_ enters the room. | |
| 23:31:16 | atduskgreg enters the room. | |
| 23:32:36 | nicksieger leaves the room. | |
| 23:39:57 | rubuildius_amd64 leaves the room. | |
| 23:40:40 | elight leaves the room. | |
| 23:40:52 | rubuildius_amd64 enters the room. | |
| 23:43:48 | boyscout | 1 commit by Cezar Sa Espinola |
| 23:43:49 | boyscout | * Fixing small bug in GlobalVariables#set_hook; 7df391c |
| 23:43:57 | twbray enters the room. | |
| 23:45:38 | blakewatters leaves the room. | |
| 23:51:32 | obvio171 enters the room. | |
| 23:52:39 | stouset enters the room. | |
| 23:53:31 | lchin leaves the room. | |
| 23:56:20 | rubuildius_ppc | Cezar Sa Espinola: 7df391c08; 2451 files, 8143 examples, 27595 expectations, 0 failures, 0 errors |