Show enters and exits. Hide enters and exits.
| 00:31:10 | evan | hm, seems that we need some kind of cleanup/finalization on IO objects |
| 00:31:19 | evan | otherwise rak runs out of file descriptors |
| 00:31:21 | evan | because it does |
| 00:31:27 | evan | f = File.open(..) |
| 00:31:31 | evan | str = f.read |
| 00:31:37 | evan | in a loop |
| 00:32:44 | yakischloba | there is not already somehting in place? |
| 00:32:52 | evan | it would appear no! |
| 00:33:05 | yakischloba | heh. yea, mri definitely closes fds when they gc |
| 00:33:10 | evan | oh yeah |
| 00:33:11 | evan | i know. |
| 00:33:24 | yakischloba | cool :p |
| 00:49:25 | brixen | ugh |
| 00:49:30 | brixen | evan: git help pls |
| 00:50:02 | evan | hit me. |
| 00:50:21 | brixen | while boyscout was awol apparently committed to one_nine |
| 00:50:29 | brixen | I have a local --track of one_nine |
| 00:50:34 | brixen | with multiple commits |
| 00:50:48 | brixen | how do I rebase that to remote so I can push this? |
| 00:50:50 | evan | ok |
| 00:51:03 | evan | you need to be using git-update! |
| 00:51:07 | brixen | heh |
| 00:51:11 | evan | it would do that for you |
| 00:51:13 | evan | but anyway |
| 00:51:18 | evan | check your .git/config |
| 00:51:32 | evan | check that your local branch has the merge = setup properly |
| 00:51:54 | brixen | merge = refs/heads/one_nine |
| 00:52:35 | evan | k |
| 00:52:43 | brixen | if these commands are in git-update, I can follow that |
| 00:52:53 | evan | we'll do it this way for now |
| 00:52:56 | evan | it's easy |
| 00:53:19 | evan | git pull --rebase |
| 00:53:21 | evan | should work now |
| 00:54:35 | brixen | ok, I've got conflicts and a zillion files in the terminal, so le'me find them |
| 00:55:26 | evan | ok |
| 00:55:31 | evan | another way |
| 00:55:33 | evan | which can be easier |
| 00:55:38 | brixen | this isn't bad |
| 00:55:41 | evan | k |
| 00:55:44 | brixen | just Array#product |
| 00:55:46 | brixen | one sec.. |
| 00:55:48 | evan | oh good. |
| 00:56:28 | rue | Hm. This juice has more sugar than Coke |
| 00:56:38 | evan | rue: success! |
| 00:57:38 | rue | I have to watch my lines! :P |
| 00:58:43 | evan | 25 - 23 - 25 |
| 00:59:05 | brixen | man I can't stand the obj.map!{|x|x.foo(do)} style |
| 00:59:14 | brixen | fucking whitespace is freeeeeeeeeeee ppl |
| 00:59:36 | evan | yeah |
| 00:59:37 | evan | seriously. |
| 00:59:57 | rue | I am still at a bloated 155lbs shape :P |
| 01:00:00 | evan | maybe i should start paying for the amount of whitespace and comments they put in |
| 01:02:17 | Zoxc | makes a whitespace-only patch ready |
| 01:02:42 | evan | negative points for cheating the system. |
| 01:06:59 | rue | Yay Brent Roman |
| 01:13:29 | brixen | well, we have a helvetica lot of work to do on 1.9, but rake should run clean on os x at least |
| 01:13:37 | boyscout | Merged origin/master. - 6ac88a2 - Brian Ford (one_nine) |
| 01:13:37 | boyscout | Fix .mspec config files for 1.9. - 973eee9 - Brian Ford (one_nine) |
| 01:13:37 | boyscout | Some simple stubs to get CI running more easily. - 2e202ce - Brian Ford (one_nine) |
| 01:13:37 | boyscout | Update lib/erb.rb from 1.9 trunk. - 5f66bb6 - Brian Ford (one_nine) |
| 01:13:37 | boyscout | More fixes for .mspec config files. - d121ffb - Brian Ford (one_nine) |
| 01:13:38 | boyscout | Expect version 1.9 in rbconfig specs. - 2728eb0 - Brian Ford (one_nine) |
| 01:13:40 | brixen | I'm gonna run the specs on elle |
| 01:13:40 | boyscout | Updated CI tags for 1.9. - bc7201e - Brian Ford (one_nine) |
| 01:14:05 | evan | k |
| 01:15:35 | brixen | evan: that merge doesn't include your pushes from today |
| 01:15:51 | evan | thats fine. |
| 01:16:32 | brixen | the issue I'm getting trying to git merge now is it tries to muck with the spec/tags stuff |
| 01:17:35 | evan | hm, ok. |
| 01:17:40 | brixen | hmm, I don't get it |
| 01:17:41 | evan | oh, i should go for a run before it gets too dark. |
| 01:18:00 | brixen | k |
| 01:18:07 | brixen | it's dark here |
| 01:18:12 | boyscout | CI: rubinius: 94817d4 successful: 3024 files, 11747 examples, 35948 expectations, 0 failures, 0 errors |
| 01:19:43 | evan | so, i'm going to add some proper finalization support |
| 01:20:29 | evan | but after my run. |
| 01:20:29 | evan | bbiab. |
| 01:21:13 | brixen | have fun! |
| 01:36:35 | brixen | evan: for when you return, I did get all the commits today merged in one_nine |
| 01:36:42 | brixen | off to the gym! |
| 01:49:18 | rue | Are we not a sportful bunch? |
| 02:29:08 | mistergibson | anyone have a favorite primer url for creating a rake build from scratch? |
| 02:29:59 | wayneeseguin | ? |
| 02:33:07 | evan | writes a new finalization phase |
| 02:33:26 | evan | it's going to be code/told as a story about the cylon death protocol |
| 03:12:28 | evan | college football is crazy. |
| 03:12:38 | evan | thankfully, i'm on the upside of that crazy. |
| 03:13:39 | slava | evan! |
| 03:16:47 | evan | slava! |