Index

Show enters and exits. Hide enters and exits.

<
00:03:25AndrewO enters the room.
00:04:20acm enters the room.
00:04:44acm leaves the room.
00:04:57acm enters the room.
00:05:08Arjen__ leaves the room.
00:05:13obvio leaves the room.
00:05:53evandgtized: poke away.
00:06:05obvio enters the room.
00:06:17acm leaves the room.
00:11:17EugZolHey guys
00:11:27EugZolwhat about named regex groups in Rubinius?
00:12:05agardinerEugZol: rubinius uses onig, so named groups should work i believe
00:12:16EugZolagardiner: got it, thanks
00:12:37agardinernp! :-)
00:13:31wycats_ enters the room.
00:15:20tarcieriweird, Ruby regexes can have named groups?
00:15:29tarcieriunaware
00:15:41drbrainin 1.9
00:16:33tarcierio
00:17:58drbrain(or rubinius)
00:19:41RyanTM enters the room.
00:26:14atmos leaves the room.
00:27:32benny leaves the room.
00:27:38benny enters the room.
00:33:58yaroslav leaves the room.
00:34:38yaroslav enters the room.
00:35:13headiusor JRuby
00:38:30atmos enters the room.
00:39:21imajes enters the room.
00:42:24meanphil leaves the room.
00:42:29meanphil enters the room.
00:46:57wycatsI'm getting a segfault in print_spec when I try to run the specs against 1.8.7
00:47:44rueThen stop beating your head with a hammer
00:47:59rueWait, wrong joke
00:48:08wycatsheh
00:48:38marnen enters the room.
00:49:00headiusVVSiz mentioned some 1.8.7 segfaults
00:50:13d2dchat leaves the room.
00:50:17rueWell, there is only one possible conclusion. 1.8.7 sucks
00:50:38kirindav_ enters the room.
00:50:57ruetrythil: Didja find the bug?
00:53:21mentz leaves the room.
00:55:53obvio leaves the room.
00:56:21headius1.8.7 reflects the ruby-core maintenance process
00:57:18yaroslav leaves the room.
00:57:38benstiglitz leaves the room.
01:03:26brixenheadius: don't you think "process" is a little too deliberate sounding :P
01:03:37headiusexactly :)
01:03:51marnenbrixen: thanks for your help earlier. Looks like writing specs for Complex would be a good spot to work on till I hear from Defiler.
01:04:07drbraindamnit, this image doesn't have libz
01:04:55brixenmarnen: cool
01:05:00wycatsheadius: yep
01:05:08kirindav_ leaves the room.
01:05:10wycats1.8.7 segfaults on Kernel.private_ivars
01:05:18wycatsthere are a number of changes
01:05:25brixenmarnen: all question welcome, feel free to ask anything
01:05:34marnenqoolthx
01:05:35wycatsEnumerable.enumerator_method(no_proc) returns an Enumerator object
01:05:40headiushey, can we get a commit bit for enebo?
01:05:46wycatsclosed IO objects don't throw an error
01:05:51headiusI've committed a few patches of his
01:05:52brixenheadius: do we have a patch :)
01:06:01headiusseveral times
01:06:04wycatsSubArray.flatten returns Array
01:06:05brixenindeed you should be able to
01:06:18wycats"MatchData#select yields the contents of the match array to a block FAILED"
01:06:20headiusemail pubkey to evan still the process?
01:06:21kirindav_ enters the room.
01:06:24brixenwycats_: what'cha doing with 1.8.7?
01:06:28brixenheadius: pastie is fine
01:06:34wycatsI'm running it against the rbx specs
01:06:44brixenwycats_: yes, but why? ;)
01:06:52wycatsto see whether it's compatible
01:06:54wycatsduh ;)
01:06:57brixenheh
01:07:00wycatsString#each_line raises a TypeError when the separator can't be converted to a string FAILED
01:07:12wycatsString#hex treats leading characters of self as a string of hex digits FAILED: Expected 10; to equal 171
01:07:21brixenwycats_: I was curious if you had a project
01:07:29wycatsbrixen: nope
01:07:49brixenwycats_: how about you put that in a pastie, then we can enjoy it at our leisure
01:07:53wycatsString#% supports negative bignums by prefixing the value with zeros FAILED: Expected "..79228162495817593519834398715"; to equal "0079228162495817593519834398715"
01:08:01enebopastie
01:08:04wycatsString#oct treats leading characters of self as a string of oct digits FAILED: Expected 7 to equal 59
01:08:13wycatsbrixen: sounds good
01:08:18wycatsI was combining dups
01:08:20marnen7 doesn't equal 59?
01:08:22wycatsbecause there are 60 fails
01:08:27dlee enters the room.
01:08:48pastiehttp://pastie.org/182686 by enebo.
01:08:48wycatsthat failure is on "7__3".oct.should == 073
01:08:58brixenwycats_: these are failures of existing methods? not changed behaviors?
01:09:07wycatswhat do you mean?
01:09:15brixenare they purposeful?
01:09:18wycatsthese are changes in behavior between 1.8.6 and 1.8.7
01:09:20wycatssome of them might be
01:09:29brixeni.e. the semantics of the method is purposefully changed in 1.8.7
01:09:29wycatsbut they're definitely unexpected
01:09:39wycatsbrixen: Enumerator certainly is
01:09:50brixenyeah, I knew about that one
01:09:54wycatsnot sure about not throwing an error when you try to access a closed IO
01:10:01kirindav_ leaves the room.
01:10:38wycatsModule#remove_method no longer raising an error when you try to remove a missing method is problematic, for instance
01:10:46anteaya enters the room.
01:10:53wycatsif some code somewhere tries to catch that error and do something
01:11:33wycatsthe biggest one I found is that matchdata doesn't yield correctly anymore
01:11:50wycats /(.)(.)(\d+)(\d)/.match("THX1138: The Movie").select { |x| x } returns []
01:13:20boyscout1 commit by Adam Gardiner
01:13:22boyscout * Added breakpoint enable/disable commands to debugger; 6fc3029
01:16:10trythilrue: I haven't had a chance to look at it since the last time we talked, sorry
01:17:12kirindav_ enters the room.
01:17:58ruetrythil: No problem.. I will push the chane
01:18:02rueChange too
01:18:14trythilcool, that works
01:18:26trythilI can always look at older revisions :)
01:20:06kirindav_ leaves the room.
01:26:27wycats leaves the room.
01:26:28rubuildius_ppcAdam Gardiner: 6fc302953; 2091 files, 6512 examples, 22658 expectations, 0 failures, 0 errors; http://pastie.caboo.se/paste/182699
01:31:58kirindav_ enters the room.
01:33:12rueHm, I am seeing regression from ~42s to ~49s in ci
01:33:23enebo leaves the room.
01:35:47eventualbuddha leaves the room.
01:36:05boyscout1 commit by Eero Saynatkari
01:36:06boyscout * Fixed Array#sort regression for reverse-sorted-ish Arrays.; 4740893
01:37:10brixenrue: plans to unify sorting for Enumerable and Array?
01:37:40imajes leaves the room.
01:38:09rueNot really.. I suspect that for the general use case it is more expensive to extract all the elements
01:38:23rueWhich also requires either guessing or dynamically expanding the temp Array
01:41:19brixennot sure I follow. I thought Enumerable#sort returns an array
01:41:54kirindav_ leaves the room.
01:43:29kirindav_ enters the room.
01:44:24rueI lack words. I suppose it would not be hard to try
01:45:11RyanTM leaves the room.
01:45:53atmos_ enters the room.
01:46:51loincloth enters the room.
01:47:09marnen leaves the room.
01:49:07rubuildius_ppcEero Saynatkari: 4740893b8; 2091 files, 6512 examples, 22658 expectations, 0 failures, 0 errors; http://pastie.caboo.se/paste/182708
01:49:43wycats enters the room.
01:56:09atmos leaves the room.
01:57:54wycats_ leaves the room.
01:58:07jennyw leaves the room.
02:01:01kirindav_ leaves the room.
02:01:48shame leaves the room.
02:06:40headius leaves the room.
02:08:56benstiglitz enters the room.
02:11:57antares_ enters the room.
02:15:26ttmrichter enters the room.
02:19:53anteaya_ enters the room.
02:21:38dysinger leaves the room.
02:21:38jp_tix leaves the room.
02:21:41jp_tix enters the room.
02:23:39yipstar leaves the room.
02:23:39lopex leaves the room.
02:23:39xmlhacker leaves the room.
02:23:39tlockney leaves the room.
02:23:39mass leaves the room.
02:23:39dmpk2k leaves the room.
02:23:42dmpk2k enters the room.
02:23:43lopex enters the room.
02:23:48mass enters the room.
02:23:58tlockney enters the room.
02:24:21anteaya leaves the room.
02:25:11brainopia enters the room.
02:29:22VVSiz_ enters the room.
02:32:01kirindav_ enters the room.
02:36:45VVSiz leaves the room.
02:40:19yugui enters the room.
02:42:17Cosmos95 leaves the room.
02:48:08jennyw enters the room.
02:49:27loincloth leaves the room.
02:49:57djwhittbrixen: is support for running specs in parallel in yet?
02:50:27ezmobius leaves the room.
02:51:45antares_ leaves the room.
02:51:55Fullmoon leaves the room.
02:53:10tlockney leaves the room.
02:53:13fizx leaves the room.
02:54:12brixendjwhitt: not yet
02:54:32djwhittbrixen: k, just checking, whenever that's in I'll startup rubuildius_amd64 again
02:54:43brixenah ok
02:54:52djwhittrun times where getting unmanageable again
02:55:12Fullmoon enters the room.
02:55:13brixenno clear culprit I assume
02:55:20djwhittnah, not that I could tell
02:55:44djwhittI figured it probably wasn't worth trying real hard to track it down with the new vm coming soon
02:56:00brixenwhat happens if you do: bin/mspec ci spec/ruby/1.8/core; bin/mspec ci spec/ruby/1.8/library ...
02:56:12brixeni.e. are the sum of times like that < bin/mspec ci ?
02:56:13djwhitthmm... not sure
02:56:16djwhittI'll try
02:58:38brixengrabbing some food, bbiab..
02:58:48djwhittk
03:02:03dlee leaves the room.
03:12:35kirindav_ leaves the room.
03:12:39fbuilesv enters the room.
03:14:06wycats_ enters the room.
03:16:10agardinerhmm... so how does one go about installing a gem under rubinius?
03:17:19rueshotgun/rubinius gem install blah
03:17:30rueProbably need the sudo and the -r there
03:18:08agardinerok, that's what i thought... looks like i've got a problem then
03:18:09peeja enters the room.
03:18:31MenTaLguY enters the room.
03:18:52agardineri'm getting Unable to find program 'gem' ('bin/gem'): no such file to load -- rbconfig/datadir (LoadError)
03:20:09wycats__ enters the room.
03:20:48agardinerdo i need to install?
03:21:44wycats__ leaves the room.
03:22:53wycats__ enters the room.
03:24:14lopex leaves the room.
03:25:56agile enters the room.
03:26:13drbrainoh, crap
03:26:17drbraindamnit
03:26:56drbrainI should never let zenspider talk me into these things
03:27:08drbrainI will fix in a sec
03:27:17agardinerah, so it's not me...?
03:27:48drbrainI don't think so
03:28:16agardinerok, that's good - i guess! :-S
03:28:41rubuildius_amd64 enters the room.
03:29:04drbraindid you do shotgun/rubinius gem install rake?
03:29:31agardinerno, just shotgun/rubinius gem --version
03:29:39wyhaines leaves the room.
03:29:55agardineri want to install ruby-debug, so that i can work on a rubinius ruby-debug-base...
03:30:01drbrainhrm, could you run rake uninstall?
03:30:21agardineri got the same error before i installed...
03:30:42drbrainmaybe I didn't push something?
03:31:41rueI thought you fixed the datadir problem already
03:32:07drbrainyes, but likely I broke it again
03:32:10agardinerdo i need a distclean?
03:32:15drbrainwhen I updated to 1.1.1
03:32:15rueI distinctly remember this because it was at the same time you snubbed my non-pushing 3000 elements patch ;)
03:32:52agardinerok, doing a distclean/build to make sure i'm right up to date
03:33:16drbrainno, it is my fault
03:33:18rueHrm. Writing code without proper unit tests is cringe-inducing
03:33:22drbrainI found it
03:33:55agardineroh goody! new toy - my macbook has been delivered!
03:36:10boyscout1 commit by Eric Hodel
03:36:11boyscout * No, really, we don't need rbconfig/datadir; 5aec312
03:36:14drbrainok, that will fix
03:36:19rubuildius_amd64Eero Saynatkari: 4740893b8; 2091 files, 6509 examples, 22629 expectations, 0 failures, 0 errors; http://rafb.net/p/Vwp3ak39.html
03:36:25agardinerthanks!
03:37:08drbrainand I've made the same change to rubygems trunk, so it won't happen again
03:37:45agardinerah... i'm getting a slightly different error now, but still related to datadir
03:37:57agardinerUnable to find 'datadir' for object Config (NameError)
03:38:07rueagardiner: iCongratulations!
03:38:24drbrainoh, right, tests aren't included in `rake spec`
03:38:28drbrainwe should fix that
03:38:39agardinerrue: hehe thanks
03:40:38wycats_ leaves the room.
03:42:29drbrainI'm pretty sure there's no test for this
03:43:18djwhittbrixen: ci time seems to be ok on my machine now. don't know what was happening before
03:44:56agardinerdrbrain: changing line 698 of rubygems.rb to alias gem_original_datadir datadir if defined? datadir fixes this error
03:45:25drbrainagardiner: yeah, but that's the half-baked solution
03:45:42agardinerno doubt - but i can continue! :-)
03:46:15rubuildius_amd64Eric Hodel: 5aec312ba; 2091 files, 6509 examples, 22629 expectations, 0 failures, 0 errors; http://rafb.net/p/1I1gqV91.html
03:47:05dewd_ leaves the room.
03:50:17drbrainthat should do it
03:50:17boyscout1 commit by Eric Hodel
03:50:18boyscout * Fix Config::datadir too.; 42d3212
03:51:03atmos_ leaves the room.
03:51:09trythil leaves the room.
03:52:52Fullmoon leaves the room.
03:58:18benburkert leaves the room.
03:58:38Fullmoon enters the room.
04:03:22rubuildius_amd64 leaves the room.
04:04:25rubuildius_amd64 enters the room.
04:05:38rubuildius_amd64 leaves the room.
04:06:34headius enters the room.
04:06:40rubuildius_amd64 enters the room.
04:07:38RyanTM enters the room.
04:09:58lstoll leaves the room.
04:10:12AndrewO leaves the room.
04:12:56trythil enters the room.
04:13:27rubuildius_amd64 leaves the room.
04:13:42evan leaves the room.
04:14:29rubuildius_amd64 enters the room.
04:15:37boyscout leaves the room.
04:18:23marnen enters the room.
04:18:27rubuildius_amd64 leaves the room.
04:19:29rubuildius_amd64 enters the room.
04:19:48GMFlash leaves the room.
04:19:53GMFlash enters the room.
04:19:57srbaker leaves the room.
04:20:12srbaker enters the room.
04:23:26rubuildius_amd64 leaves the room.
04:23:55marnenIs anyone else having problems getting to the website and Git repository right now?
04:24:03brixenyeah
04:24:21marnenI was afraid of that :)
04:24:24brixenheh
04:24:28rubuildius_amd64 enters the room.
04:24:31brixenevan will find out eventually
04:25:08headiusevan in SF until the end of the week?
04:25:09anteaya_ leaves the room.
04:25:17brixenhm, not sure
04:28:21rubuildius_amd64 leaves the room.
04:28:36jeremydurham enters the room.
04:29:23rubuildius_amd64 enters the room.
04:33:21rubuildius_amd64 leaves the room.
04:34:24rubuildius_amd64 enters the room.
04:37:01benburkert enters the room.
04:38:27rubuildius_amd64 leaves the room.
04:39:23benny leaves the room.
04:39:29rubuildius_amd64 enters the room.
04:41:39benburkert leaves the room.
04:42:19marnenIs there a problem with Lighthouse file uploads, or is it just that they don't show in an obvious place in the ticket?
04:42:38marnennever mind, just figured it out.
04:42:49marnenThe Lighthouse UI takes a little getting used to, apparently.
04:43:27rubuildius_amd64 leaves the room.
04:44:02brixenmarnen: yes it does :)
04:44:27marnenTime to get creative with Greasemonkey, perhaps... :D
04:44:29rubuildius_amd64 enters the room.
04:44:36marnen(or GreaseKit, rather)
04:45:05trythil leaves the room.
04:45:05jennyw leaves the room.
04:45:05rudebwoy leaves the room.
04:45:05smparkes leaves the room.
04:45:05jero5 leaves the room.
04:45:05rue leaves the room.
04:45:05_eric leaves the room.
04:45:05mitsuhiko leaves the room.
04:45:05ndemonner leaves the room.
04:45:05cyndis leaves the room.
04:45:05ko1_away leaves the room.
04:45:05fearoffish leaves the room.
04:45:22cyndis enters the room.
04:45:23jero5 enters the room.
04:45:27fearoffish enters the room.
04:45:35rudebwoy enters the room.
04:45:42rue enters the room.
04:45:56brixenwb rue
04:46:21smparkes enters the room.
04:46:25trythil enters the room.
04:47:44ko1_away enters the room.
04:48:22rubuildius_amd64 leaves the room.
04:49:02jeremydurhamguys forgive the super dumb question, but git.rubini.us no longer resolves? I assume the code is all at github now?
04:49:24rubuildius_amd64 enters the room.
04:49:37brixenjeremydurham: it should be
04:49:49brixenevan recently added a post-commit that updates it there
04:50:12brixengit.rubini.us is still "official" but it's MIA atm
04:50:14trythilI can still resolve git.rubini.us, the server just seems to be dead
04:50:33brixenyeah, a tube appears to be broken somewhere ;)
04:50:36trythilheh
04:53:21rubuildius_amd64 leaves the room.
04:54:24rubuildius_amd64 enters the room.
04:57:07brixenI think the broken tube is causing the bots to freak out
04:58:27rubuildius_amd64 leaves the room.
04:59:23marnenanyway, the patch is safely uploaded and I've sorted out my difficulties with Lighthouse...so that's all OK now. :P
04:59:29rubuildius_amd64 enters the room.
05:03:22rubuildius_amd64 leaves the room.
05:03:33tarcieriyou guys ever thought of doing a jar-like thing for .rbcs?
05:04:06kirindav_ enters the room.
05:04:24rubuildius_amd64 enters the room.
05:04:34trythilI thought that's what .rba was
05:04:56tarcieriorly
05:05:26marnencharlesdegaulle
05:06:33tarcierithat's awesome
05:06:48trythiltarcieri: http://blog.fallingsnow.net/2007/01/19/archiving-loading-now-in-trunk/ (I think) is the first place I saw them
05:06:50tarcierican you launch a program from an .rba
05:07:00tarcierirbx myapp.rba or so forth
05:08:04headiusyeah, been that way almost all along
05:08:15tarcierisweetness, that's awesome
05:08:27rubuildius_amd64 leaves the room.
05:08:31headiusevan talked with me about jar stuff for a while before he did it, so it's basically the same thing
05:08:58kirindav_ leaves the room.
05:09:29rubuildius_amd64 enters the room.
05:10:12tarciericool
05:12:52be9 enters the room.
05:13:22rubuildius_amd64 leaves the room.
05:14:24rubuildius_amd64 enters the room.
05:17:08jtoy enters the room.
05:18:22rubuildius_amd64 leaves the room.
05:19:24rubuildius_amd64 enters the room.
05:21:01ndemonner enters the room.
05:21:08RyanTM leaves the room.
05:22:01ruetrythil: The changeset make sense?
05:22:20glv enters the room.
05:23:22rubuildius_amd64 leaves the room.
05:24:03rubuildius_ppc leaves the room.
05:24:05rubuildius_ppc enters the room.
05:24:24rubuildius_amd64 enters the room.
05:26:38trythilrue: I'm actually holding off on looking at it until I can sit down and do a few more runs through qsort -- I've actually never seen a median-of-three quicksort implementation before, so I figure debugging it myself is a good way to learn about it
05:27:23kirindav_ enters the room.
05:27:41trythilrue: I guess I trust you know what you're doing and I'm using this as a learning tool :)
05:28:17rubuildius_amd64 leaves the room.
05:29:19rubuildius_amd64 enters the room.
05:33:22rubuildius_amd64 leaves the room.
05:34:24rubuildius_amd64 enters the room.
05:35:34glv leaves the room.
05:35:47rueTrusting me to know what I am doing may be a grave mistake ;)
05:35:51marnen leaves the room.
05:38:22rubuildius_amd64 leaves the room.
05:39:24rubuildius_amd64 enters the room.
05:39:39dlee enters the room.
05:43:17rubuildius_amd64 leaves the room.
05:44:19rubuildius_amd64 enters the room.
05:46:20GMFlash leaves the room.
05:48:22rubuildius_amd64 leaves the room.
05:49:24rubuildius_amd64 enters the room.
05:51:30wycats__ leaves the room.
05:53:22rubuildius_amd64 leaves the room.
05:54:24rubuildius_amd64 enters the room.
05:58:22rubuildius_amd64 leaves the room.
05:59:24rubuildius_amd64 enters the room.
06:02:04lstoll enters the room.
06:03:22rubuildius_amd64 leaves the room.
06:04:24rubuildius_amd64 enters the room.
06:08:17rubuildius_amd64 leaves the room.
06:09:19rubuildius_amd64 enters the room.
06:13:22rubuildius_amd64 leaves the room.
06:13:30jeremydurham leaves the room.
06:14:24rubuildius_amd64 enters the room.
06:18:22ezmobius enters the room.
06:18:22rubuildius_amd64 leaves the room.
06:19:24rubuildius_amd64 enters the room.
06:23:22rubuildius_amd64 leaves the room.
06:24:24rubuildius_amd64 enters the room.
06:27:33marnen enters the room.
06:27:34Fullmoon leaves the room.
06:28:22rubuildius_amd64 leaves the room.
06:28:51Rich_Morin___ enters the room.
06:29:24rubuildius_amd64 enters the room.
06:29:36crafterm enters the room.
06:33:22rubuildius_amd64 leaves the room.
06:33:44twbray enters the room.
06:34:16twbrayGood evening ladies & gentleman. I need a rubinius logo for the SDForum Ruby conf tomorrow... rubini.us seems down. Who's got one?
06:34:24rubuildius_amd64 enters the room.
06:34:44Rich_MorinI've been playing around with adding assertions to existing methods, via metaprogramming. Feel free to look (and comment): http://cfcl.com/twiki/bin/view/Projects/Spect/UC_Method_Calls
06:34:45smparkes leaves the room.
06:36:20Rich_Morinhttp://bksdesign.wordpress.com/2007/09/30/rubinius-logo/ is pretty cool.
06:36:59Rich_Morinas is http://www.urlfan.com/local/rubinius_logo/56404623.html
06:37:33brixentwbray: I should have one, le'me check
06:37:53twbrayhmm... can't find fallingsnow.net either.
06:38:00brixenyeah, it's down
06:38:09brixenactually, Rich_Morin___'s link is good
06:38:27rubuildius_amd64 leaves the room.
06:38:30Rich_Morinhttp://kfahlgren.com/photos/logos/3d_rubinius_logo.png
06:38:41Rich_MorinGoogle is your friend...
06:38:42brixenyeah, that works
06:38:45brixenheh
06:39:04twbrayThat one at bksdesign is semi-official? Or at least the best you got?
06:39:27twbrayMy shaky visual memory of http://rubini.us doesn't have it
06:39:29rubuildius_amd64 enters the room.
06:39:30yugui leaves the room.
06:39:43brixentwbray: yeah, that link is good
06:39:51ezmobius_ enters the room.
06:40:10twbrayIt'd be nice if it *said* rubinius... oh well, thanks.
06:40:33brixenwell, the masthead of rubini.us is a composite of that logo and the Rubinius text image
06:40:41Rich_MorinI think the ones I found are all "interpretations" of the base logo, in 3D
06:40:56brixenbut that logo is "official" as in evan has approved it's use :)
06:41:01brixens/it's/its/
06:41:45ezmobius leaves the room.
06:43:17rubuildius_amd64 leaves the room.
06:43:23twbraygood enough
06:43:33Rich_MorinYou know, given that Rubinius uses Git, having content become unavailable indicates a failure of process.
06:44:14brixenI have the website
06:44:19rubuildius_amd64 enters the room.
06:44:21brixengit doesn't save you from a server going down
06:44:25brixen?
06:44:44brixenand the repo is on github and a million other places
06:44:47Rich_MorinNo, but it can easily allow you to have backup servers.
06:45:03Rich_Morinand the repo doesn't have the logo?
06:45:15brixenwhy would it necessarily?
06:45:48Rich_Morinso that twbray could get it, the night before the conference :-)
06:46:15brixenthose are distinctly separate
06:46:26brixenrubinius exists independent of its logo
06:46:55Rich_Morinbits are bits - why not back up everything?
06:46:58twbraybrixen: if you have a copy of the website, could ya screen-grab the logo+text & shoot it to me? I'm faking it but it'd nice to have the right font.
06:47:12brixentwbray: sure, one sec
06:47:24brixenor a few seconds :)
06:48:17rubuildius_amd64 leaves the room.
06:48:51MenTaLguYit might not hurt to start keeping the visual identity stuff in a public DSCM as well
06:49:19rubuildius_amd64 enters the room.
06:49:27rueRich_Morin___: Github is up to date
06:50:46marnenWhat's the github URL?
06:52:01rubuildius_ppc leaves the room.
06:52:05rubuildius_ppc enters the room.
06:52:17ruehttp://github.com/evanphx/rubinius I think
06:52:47marnengot it, thanks
06:53:04marnenand git://github.com/evanphx/rubinius.git
06:53:04marnen?
06:53:22rubuildius_amd64 leaves the room.
06:53:48rueShould be, yes. Not sure if it requires a Github account or something
06:53:53rueNever bothered to find out
06:54:24rubuildius_amd64 enters the room.
06:54:29marnenok, switching my private copy
06:57:05dlee leaves the room.
06:57:44twbraybrixen : if it's a lot of work, don't sweat it. I got an OK/usable version.
06:58:17rubuildius_amd64 leaves the room.
06:59:19rubuildius_amd64 enters the room.
07:00:41twbray leaves the room.
07:03:26twbray enters the room.
07:03:27rubuildius_amd64 leaves the room.
07:04:29rubuildius_amd64 enters the room.
07:08:22rubuildius_amd64 leaves the room.
07:09:25rubuildius_amd64 enters the room.
07:10:08rueezmobius: Is evan still there?
07:13:17rubuildius_amd64 leaves the room.
07:14:20rubuildius_amd64 enters the room.
07:14:28marnen leaves the room.
07:18:21brixentwbray: I sent ya something.
07:18:22rubuildius_amd64 leaves the room.
07:19:07lstoll_ enters the room.
07:19:25rubuildius_amd64 enters the room.
07:20:16ezmobiusrue: yeah evan is still in sf
07:22:41kirindav_ leaves the room.
07:22:57Rich_MorinWill there be any sort of Rubinius BOF at the conference?
07:23:03rueezmobius: If you have an easy means of, like, throwing a shoe at him or whatever, rubini.us is down
07:23:16GMFlash enters the room.
07:23:23rubuildius_amd64 leaves the room.
07:24:04rueRich_Morin___: BOF? Group?
07:24:25rubuildius_amd64 enters the room.
07:24:30Rich_MorinBirds Of a Feather session
07:24:35ezmobiusrue: we parted ways a few hours ago
07:24:53twbraybrixen: got it, thanks
07:24:59brixentwbray: yw
07:25:53random8r enters the room.
07:27:13rueRich_Morin___: I do not believe there is anything planned but it is extremely likely that there will be
07:27:34twbray leaves the room.
07:27:35rueA BOF, that is. Not that we ever actually /plan/ stuff
07:28:10Rich_MorinIf nothing else, a dinner run could be fun. San Jose Joe's, for example...
07:28:12rueezmobius: OK. I think this is probably a good time to move the main over to github :)
07:28:22rubuildius_amd64 leaves the room.
07:28:57ezmobiusyeah ;)
07:29:06ezmobiuswhere is that hosted?
07:29:13dlee enters the room.
07:29:14ezmobiuswe can throw up some slices for it
07:29:19brixenservers are omniscient and devious, they *always* go down when you're not available
07:29:24rubuildius_amd64 enters the room.
07:29:30lstoll leaves the room.
07:29:49rueezmobius: Where is what hosted?
07:29:50brixenezmobius: it's presently hosted on a box evan has in a colo somewhere
07:30:18ezmobiusahh
07:30:26ezmobiusUpdating metadata for 712 gems from http://gems.rubyforge.org
07:30:30ezmobiusdang it
07:30:38rueI think hoshi is under the i-5 bypass somewhere
07:31:06brixenezmobius: heh, you lucked out, just tried to install vlad and got 927 gems to update
07:31:33ezmobiusheh
07:31:35ezmobiuspainful
07:32:06brixenI should say, re-install. I still am finding gems going awol with apple ruby updates
07:32:24Rich_Moring'nite, all.
07:32:54MenTaLguY leaves the room.
07:33:22rubuildius_amd64 leaves the room.
07:34:24rubuildius_amd64 enters the room.
07:36:21rueMorning, VVSiz
07:37:38Maledictus enters the room.
07:38:22rubuildius_amd64 leaves the room.
07:38:36maharg_ leaves the room.
07:39:24rubuildius_amd64 enters the room.
07:41:00VVSizrue: evening to you too :)
07:43:22rubuildius_amd64 leaves the room.
07:44:24rubuildius_amd64 enters the room.
07:46:57agardiner leaves the room.
07:47:04headius leaves the room.
07:47:36headius enters the room.
07:48:17rubuildius_amd64 leaves the room.
07:49:19rubuildius_amd64 enters the room.
07:53:17rubuildius_amd64 leaves the room.
07:54:19rubuildius_amd64 enters the room.
07:54:34random8r leaves the room.
07:58:17rubuildius_amd64 leaves the room.
07:59:19rubuildius_amd64 enters the room.
08:03:27rubuildius_amd64 leaves the room.
08:04:29rubuildius_amd64 enters the room.
08:07:47cypher23 enters the room.
08:08:21rubuildius_amd64 leaves the room.
08:09:24rubuildius_amd64 enters the room.
08:13:22rubuildius_amd64 leaves the room.
08:13:55thehcdreamer enters the room.
08:14:24rubuildius_amd64 enters the room.
08:16:23maharg enters the room.
08:18:01rubuildius_ppc leaves the room.
08:18:03rubuildius_ppc enters the room.
08:18:17rubuildius_amd64 leaves the room.
08:19:19rubuildius_amd64 enters the room.
08:23:22rubuildius_amd64 leaves the room.
08:24:24rubuildius_amd64 enters the room.
08:26:37qwert666 enters the room.
08:28:17rubuildius_amd64 leaves the room.
08:29:19rubuildius_amd64 enters the room.
08:30:09crafterm leaves the room.
08:33:17rubuildius_amd64 leaves the room.
08:34:19rubuildius_amd64 enters the room.
08:38:22rubuildius_amd64 leaves the room.
08:39:24rubuildius_amd64 enters the room.
08:43:22rubuildius_amd64 leaves the room.
08:43:29Skip enters the room.
08:43:51jero5 leaves the room.
08:44:01rubuildius_ppc leaves the room.
08:44:04rubuildius_ppc enters the room.
08:44:24rubuildius_amd64 enters the room.
08:48:22rubuildius_amd64 leaves the room.
08:49:24rubuildius_amd64 enters the room.
08:49:35wycats_ enters the room.
08:51:34trythil leaves the room.
08:53:17rubuildius_amd64 leaves the room.
08:54:12wycats__ enters the room.
08:54:19rubuildius_amd64 enters the room.
08:58:17rubuildius_amd64 leaves the room.
08:59:11lstoll leaves the room.
08:59:19rubuildius_amd64 enters the room.
09:01:33mutle enters the room.
09:01:37wycats_ leaves the room.
09:02:52octopod enters the room.
09:03:17rubuildius_amd64 leaves the room.
09:03:31jtoy leaves the room.
09:04:19rubuildius_amd64 enters the room.
09:05:29Arjen_ leaves the room.
09:08:27rubuildius_amd64 leaves the room.
09:09:29rubuildius_amd64 enters the room.
09:12:57atmos enters the room.
09:13:17rubuildius_amd64 leaves the room.
09:14:19rubuildius_amd64 enters the room.
09:16:15Arjen_ enters the room.
09:18:22rubuildius_amd64 leaves the room.
09:19:24rubuildius_amd64 enters the room.
09:23:22rubuildius_amd64 leaves the room.
09:24:24rubuildius_amd64 enters the room.
09:28:22rubuildius_amd64 leaves the room.
09:29:24rubuildius_amd64 enters the room.
09:33:17rubuildius_amd64 leaves the room.
09:33:29zimbatm enters the room.
09:34:19rubuildius_amd64 enters the room.
09:35:12zimbatm leaves the room.
09:35:26dlee leaves the room.
09:35:32zimbatm enters the room.
09:38:22rubuildius_amd64 leaves the room.
09:39:24rubuildius_amd64 enters the room.
09:43:17rubuildius_amd64 leaves the room.
09:43:50ezmobius leaves the room.
09:44:19rubuildius_amd64 enters the room.
09:47:01rubuildius_ppc leaves the room.
09:47:03rubuildius_ppc enters the room.
09:48:18rubuildius_amd64 leaves the room.
09:49:01rubuildius_ppc leaves the room.
09:49:03rubuildius_ppc enters the room.
09:49:19rubuildius_amd64 enters the room.
09:52:00rubuildius_ppc leaves the room.
09:52:03rubuildius_ppc enters the room.
09:53:28rubuildius_amd64 leaves the room.
09:54:01rubuildius_ppc leaves the room.
09:54:03rubuildius_ppc enters the room.
09:54:29rubuildius_amd64 enters the room.
09:57:33mentz enters the room.
09:58:19kw leaves the room.
09:58:22rubuildius_amd64 leaves the room.
09:59:24rubuildius_amd64 enters the room.
10:03:22rubuildius_amd64 leaves the room.
10:04:25rubuildius_amd64 enters the room.
10:08:17rubuildius_amd64 leaves the room.
10:09:20rubuildius_amd64 enters the room.
10:09:23zimbatm leaves the room.
10:09:57BlackEdder enters the room.
10:13:27rubuildius_amd64 leaves the room.
10:14:30rubuildius_amd64 enters the room.
10:18:17rubuildius_amd64 leaves the room.
10:19:20rubuildius_amd64 enters the room.
10:21:56mentz leaves the room.
10:23:18rubuildius_amd64 leaves the room.
10:24:20rubuildius_amd64 enters the room.
10:28:27rubuildius_amd64 leaves the room.
10:29:29rubuildius_amd64 enters the room.
10:33:26rubuildius_amd64 leaves the room.
10:34:29rubuildius_amd64 enters the room.
10:34:39zimbatm enters the room.
10:38:27rubuildius_amd64 leaves the room.
10:39:29rubuildius_amd64 enters the room.
10:43:10rueWhoa, I think we just had an earthquake
10:43:27rubuildius_amd64 leaves the room.
10:44:29rubuildius_amd64 enters the room.
10:45:30rueThat or the building is collapsing, I suppose
10:48:22rubuildius_amd64 leaves the room.
10:49:24rubuildius_amd64 enters the room.
10:53:22rubuildius_amd64 leaves the room.
10:54:24rubuildius_amd64 enters the room.
10:58:27rubuildius_amd64 leaves the room.
10:59:29rubuildius_amd64 enters the room.
11:03:21rubuildius_amd64 leaves the room.
11:04:24rubuildius_amd64 enters the room.
11:07:57demisonerue: really?
11:08:04demisonerue: where are you?
11:08:22rubuildius_amd64 leaves the room.
11:08:37demisonebtw, does anyone have this in mind: http://pastie.caboo.se/182853 (it's about multiple assignment)
11:08:43demisone?
11:08:55chris2 enters the room.
11:09:24rubuildius_amd64 enters the room.
11:13:17rubuildius_amd64 leaves the room.
11:14:19rubuildius_amd64 enters the room.
11:15:47ruedemisone: Ohio
11:16:20ruedemisone: That is an intentional deviation, actually
11:16:24demisonerue: ok, you're far far away :D
11:16:53rueYep
11:17:08demisonerue: why would you want such deviation?
11:17:17demisonei mean, it can lead to some really nasty bugs
11:17:25rueIt is much easier to just return true; and it should generally be safe because very little code relies on the actual return values of a multiple assignment
11:18:04rueWell, can you think of a situation where one would actually use it?
11:18:17ruefoo if a, b = 1, 2 # Still works
11:18:22rubuildius_amd64 leaves the room.
11:18:40ruea, b = (c, d = 1, 2) # Does not but who writes code like that?
11:18:46demisoneyes, but wouldn't this be a problem in the case of a method calling a multiple assignment as a last line?
11:19:21demisoneso the result of the multiple assignment gets returned?
11:19:24rubuildius_amd64 enters the room.
11:19:55demisoneinstead of something like [a,b] I guess it will return just "true"
11:20:22demisoneand then, true.some_custom_method will not be what we wanted :)
11:20:44contextwas the rubinius repo moved?
11:20:46contextor server down?
11:21:01rubuildius_ppc leaves the room.
11:21:04rubuildius_ppc enters the room.
11:21:07ruecontext: rubini.us is down, you can use http://github.com/evanphx/rubinius
11:21:25demisonejudging from the rubuildius_amd64 join/leave join/leave i guess the server has the problem :)
11:21:39ruedemisone: Sure, it would cause a problem. But does that code actually exist? And should it?
11:21:41demisoneunless this is unrelated
11:21:48contextrue. thnx
11:22:50demisonerue: I was thinking to actually do it but I had already seen this difference in the behaviour of rbx so i decided to return an array [a,b] = [....]
11:23:15demisoneBut I believe that some people will actually depend on this
11:23:17rubuildius_amd64 leaves the room.
11:23:33demisoneI don't see what's "wrong" about it
11:23:46demisoneI mean, returning the result of a multiple assignment
11:23:57demisoneit makes sense to me
11:24:15demisonenow I have to write at least one more line :D
11:24:19rubuildius_amd64 enters the room.
11:24:44demisoneor a more "dirty" one :)
11:25:01rueWhat does your method look like?
11:25:20demisonepastie
11:25:34pastiehttp://pastie.org/182862 by demisone.
11:26:42demisonecheck it again
11:26:55demisone(i also put the original code)
11:27:20atmos leaves the room.
11:28:22rubuildius_amd64 leaves the room.
11:28:26rueHopefully these are accessors, not local variables
11:29:24rubuildius_amd64 enters the room.
11:30:20demisoneer, no
11:30:39demisonelocal variables
11:30:49GMFlash leaves the room.
11:30:55rueThen they are completely pointless
11:30:59demisonebecause this method is supposed to be called from the outside
11:31:05demisoneoh yeah
11:31:09demisoneyou got a point
11:31:12demisone!
11:31:13demisonedoh
11:31:32demisonethey were left inside because i was using them before....
11:32:00demisonethanks - but i still believe that multp assignment should return the values :D
11:32:38rueNow, if they were accessors it would be a problem although I suspect that it would be simple to change the expected semantics a bit
11:32:54rueE.g. why not just have the caller use the accessors too
11:33:22rubuildius_amd64 leaves the room.
11:34:24rubuildius_amd64 enters the room.
11:34:26ruedemisone: It is just those two factors; implementing it is very cumbersome and no-one has seen a legitimate use case
11:34:49rueIf there is one, it can certainly be implemented
11:35:01rueUntil that--YAGNI :)
11:35:34demisoneYou do have a point, but, there is an important but here: not everyone is going to come here and say: "oh, this doesn't work as it is supposed to, why's that"
11:35:44demisonemost people will try to run it and it wont
11:36:09demisoneand then they'll go back to mri, jruby, etc and post somewhere that rubinius doesn't work as expected :)
11:36:21rueBut it does work as expected
11:36:28demisoneoh common! :D
11:36:31rueYou just were not aware of it :)
11:37:11demisonei mean, expected == as in mri and jruby
11:37:15demisone:)
11:37:26rueSee, we are helping you write better code ;) It will be on the "things to know" document once there is any type of a proper release
11:37:53demisoneheheh, i have no doubt about it (well, actually, both of them)
11:38:13demisoneit is just a suggestion - at least for the 1.1.1.1.1.1.1 release
11:38:17rubuildius_amd64 leaves the room.
11:38:20demisoneok, even 1.2
11:38:21demisone:P
11:38:44rueI will counter your suggestion by a recommendation for MatzRuby 2.0 to adopt our behaviour
11:38:53demisonehahahaha
11:38:58demisonenice try
11:39:07demisone:)
11:39:14demisonebb
11:39:19rubuildius_amd64 enters the room.
11:40:12webmat enters the room.
11:42:59dewd enters the room.
11:43:27rubuildius_amd64 leaves the room.
11:44:29rubuildius_amd64 enters the room.
11:48:17rubuildius_amd64 leaves the room.
11:49:19rubuildius_amd64 enters the room.
11:49:31mutle leaves the room.
11:49:44mutle enters the room.
11:53:22rubuildius_amd64 leaves the room.
11:54:24rubuildius_amd64 enters the room.
11:56:26imajes enters the room.
11:58:22rubuildius_amd64 leaves the room.
11:58:30imajes leaves the room.
11:59:24rubuildius_amd64 enters the room.
12:03:17rubuildius_amd64 leaves the room.
12:04:19rubuildius_amd64 enters the room.
12:08:17rubuildius_amd64 leaves the room.
12:09:19rubuildius_amd64 enters the room.
12:13:22rubuildius_amd64 leaves the room.
12:14:24rubuildius_amd64 enters the room.
12:18:22rubuildius_amd64 leaves the room.
12:19:24rubuildius_amd64 enters the room.
12:23:22rubuildius_amd64 leaves the room.
12:24:25rubuildius_amd64 enters the room.
12:28:22rubuildius_amd64 leaves the room.
12:29:24rubuildius_amd64 enters the room.
12:33:22rubuildius_amd64 leaves the room.
12:34:24rubuildius_amd64 enters the room.
12:35:12ctennis leaves the room.
12:38:22rubuildius_amd64 leaves the room.
12:39:24rubuildius_amd64 enters the room.
12:39:38zimbatm leaves the room.
12:43:17rubuildius_amd64 leaves the room.
12:44:20rubuildius_amd64 enters the room.
12:46:24mentz enters the room.
12:48:22rubuildius_amd64 leaves the room.
12:49:24rubuildius_amd64 enters the room.
12:52:46anteaya enters the room.
12:53:28rubuildius_amd64 leaves the room.
12:53:52wdperson enters the room.
12:54:30rubuildius_amd64 enters the room.
12:58:23rubuildius_amd64 leaves the room.
12:59:25rubuildius_amd64 enters the room.
13:02:32glv enters the room.
13:02:44smparkes enters the room.
13:03:17rubuildius_amd64 leaves the room.
13:04:20rubuildius_amd64 enters the room.
13:07:04rubuildius_ppc leaves the room.
13:07:15rubuildius_ppc enters the room.
13:08:22rubuildius_amd64 leaves the room.
13:09:00rubuildius_ppc leaves the room.
13:09:02rubuildius_ppc enters the room.
13:09:25rubuildius_amd64 enters the room.
13:11:00rubuildius_ppc leaves the room.
13:11:03rubuildius_ppc enters the room.
13:12:22mentz leaves the room.
13:12:37octopod leaves the room.
13:13:27rubuildius_amd64 leaves the room.
13:14:30rubuildius_amd64 enters the room.
13:14:55skaar enters the room.
13:18:13demisone leaves the room.
13:18:23rubuildius_amd64 leaves the room.
13:19:25rubuildius_amd64 enters the room.
13:22:44dctanner enters the room.
13:23:23rubuildius_amd64 leaves the room.
13:24:25rubuildius_amd64 enters the room.
13:27:56foysavas__ enters the room.
13:28:05foysavas__ leaves the room.
13:28:22rubuildius_amd64 leaves the room.
13:29:24rubuildius_amd64 enters the room.
13:33:19glv leaves the room.
13:33:22rubuildius_amd64 leaves the room.
13:34:24rubuildius_amd64 enters the room.
13:38:22rubuildius_amd64 leaves the room.
13:39:24rubuildius_amd64 enters the room.
13:40:46benny enters the room.
13:43:22rubuildius_amd64 leaves the room.
13:44:24rubuildius_amd64 enters the room.
13:48:22rubuildius_amd64 leaves the room.
13:49:24rubuildius_amd64 enters the room.
13:50:19glv enters the room.
13:53:17rubuildius_amd64 leaves the room.
13:53:28octopod enters the room.
13:54:17demisone enters the room.
13:54:19rubuildius_amd64 enters the room.
13:58:17rubuildius_amd64 leaves the room.
13:59:19rubuildius_amd64 enters the room.
13:59:22fbuilesv leaves the room.
14:03:17rubuildius_amd64 leaves the room.
14:04:19rubuildius_amd64 enters the room.
14:05:19jeremydurham enters the room.
14:08:22rubuildius_amd64 leaves the room.
14:09:24rubuildius_amd64 enters the room.
14:13:27rubuildius_amd64 leaves the room.
14:14:02chris2 leaves the room.
14:14:29rubuildius_amd64 enters the room.
14:18:20chris2 enters the room.
14:18:23rubuildius_amd64 leaves the room.
14:18:41chris2 leaves the room.
14:19:24rubuildius_amd64 enters the room.
14:19:29chris2 enters the room.
14:20:31jeremydurham leaves the room.
14:23:27rubuildius_amd64 leaves the room.
14:24:15twbray enters the room.
14:24:29rubuildius_amd64 enters the room.
14:28:22rubuildius_amd64 leaves the room.
14:29:25rubuildius_amd64 enters the room.
14:33:18rubuildius_amd64 leaves the room.
14:34:20rubuildius_amd64 enters the room.
14:35:02nicksieger leaves the room.
14:36:48nicksieger enters the room.
14:38:18dctanner leaves the room.
14:38:22rubuildius_amd64 leaves the room.
14:39:24rubuildius_amd64 enters the room.
14:42:34mutle leaves the room.
14:42:42mutle enters the room.
14:43:08skaar leaves the room.
14:43:22rubuildius_amd64 leaves the room.
14:43:40smparkes leaves the room.
14:44:24rubuildius_amd64 enters the room.
14:47:34dlee enters the room.
14:48:17rubuildius_amd64 leaves the room.
14:49:19rubuildius_amd64 enters the room.
14:50:50agile leaves the room.
14:51:03AndrewO enters the room.
14:53:27rubuildius_amd64 leaves the room.
14:54:23RyanTM enters the room.
14:54:29rubuildius_amd64 enters the room.
14:56:38peeja_ enters the room.
14:58:22rubuildius_amd64 leaves the room.
14:59:08pauldix enters the room.
14:59:24rubuildius_amd64 enters the room.
15:00:04jtoy enters the room.
15:01:03skaar enters the room.
15:03:22rubuildius_amd64 leaves the room.
15:04:24rubuildius_amd64 enters the room.
15:07:01moofbong enters the room.
15:08:22rubuildius_amd64 leaves the room.
15:09:24rubuildius_amd64 enters the room.
15:10:05rubuildius_ppc leaves the room.
15:10:08rubuildius_ppc enters the room.
15:12:01rubuildius_ppc leaves the room.
15:12:04rubuildius_ppc enters the room.
15:13:13peeja leaves the room.
15:13:17rubuildius_amd64 leaves the room.
15:13:35probablycorey enters the room.
15:14:19rubuildius_amd64 enters the room.
15:15:00rubuildius_ppc leaves the room.
15:15:03rubuildius_ppc enters the room.
15:15:03Skip leaves the room.
15:16:38Skip enters the room.
15:16:57d2dchat enters the room.
15:16:58imajes enters the room.
15:17:01rubuildius_ppc leaves the room.
15:17:03rubuildius_ppc enters the room.
15:18:22rubuildius_amd64 leaves the room.
15:18:28chris2 leaves the room.
15:19:24rubuildius_amd64 enters the room.
15:20:00rubuildius_ppc leaves the room.
15:20:02rubuildius_ppc enters the room.
15:22:00rubuildius_ppc leaves the room.
15:22:03rubuildius_ppc enters the room.
15:23:22rubuildius_amd64 leaves the room.
15:24:01rubuildius_ppc leaves the room.
15:24:03rubuildius_ppc enters the room.
15:24:25rubuildius_amd64 enters the room.
15:24:57macournoyer enters the room.
15:27:00rubuildius_ppc leaves the room.
15:27:03rubuildius_ppc enters the room.
15:28:17rubuildius_amd64 leaves the room.
15:29:01rubuildius_ppc leaves the room.
15:29:03rubuildius_ppc enters the room.
15:29:19rubuildius_amd64 enters the room.
15:30:19riffraff enters the room.
15:31:01rubuildius_ppc leaves the room.
15:31:03rubuildius_ppc enters the room.
15:33:22rubuildius_amd64 leaves the room.
15:34:00rubuildius_ppc leaves the room.
15:34:03rubuildius_ppc enters the room.
15:34:24rubuildius_amd64 enters the room.
15:36:00rubuildius_ppc leaves the room.
15:36:03rubuildius_ppc enters the room.
15:36:07ttmrichter leaves the room.
15:38:01rubuildius_ppc leaves the room.
15:38:04rubuildius_ppc enters the room.
15:38:17rubuildius_amd64 leaves the room.
15:39:20rubuildius_amd64 enters the room.
15:39:36smparkes enters the room.
15:41:01rubuildius_ppc leaves the room.
15:41:03rubuildius_ppc enters the room.
15:43:01rubuildius_ppc leaves the room.
15:43:03rubuildius_ppc enters the room.
15:43:22rubuildius_amd64 leaves the room.
15:44:25rubuildius_amd64 enters the room.
15:44:42dctanner enters the room.
15:44:52obiejuan enters the room.
15:45:18jlindley enters the room.
15:46:00rubuildius_ppc leaves the room.
15:46:03rubuildius_ppc enters the room.
15:46:27benburkert enters the room.
15:47:22qwert666_ enters the room.
15:48:00rubuildius_ppc leaves the room.
15:48:03rubuildius_ppc enters the room.
15:48:22rubuildius_amd64 leaves the room.
15:48:44glv leaves the room.
15:49:24rubuildius_amd64 enters the room.
15:50:01rubuildius_ppc leaves the room.
15:50:03rubuildius_ppc enters the room.
15:50:18therealadam enters the room.
15:52:19GMFlash enters the room.
15:53:00rubuildius_ppc leaves the room.
15:53:03rubuildius_ppc enters the room.
15:53:22rubuildius_amd64 leaves the room.
15:54:25rubuildius_amd64 enters the room.
15:55:01rubuildius_ppc leaves the room.
15:55:03rubuildius_ppc enters the room.
15:56:26dctanner leaves the room.
15:57:01rubuildius_ppc leaves the room.
15:57:04rubuildius_ppc enters the room.
15:58:19agile enters the room.
15:58:23rubuildius_amd64 leaves the room.
15:59:25rubuildius_amd64 enters the room.
16:00:00rubuildius_ppc leaves the room.
16:00:03rubuildius_ppc enters the room.
16:02:01rubuildius_ppc leaves the room.
16:02:03rubuildius_ppc enters the room.
16:03:10qwert666_ leaves the room.
16:03:22rubuildius_amd64 leaves the room.
16:04:01rubuildius_ppc leaves the room.
16:04:03rubuildius_ppc enters the room.
16:04:25rubuildius_amd64 enters the room.
16:04:47qwert666 leaves the room.
16:04:59binary42 enters the room.
16:05:41obvio enters the room.
16:06:06macournoyer leaves the room.
16:07:00rubuildius_ppc leaves the room.
16:07:03rubuildius_ppc enters the room.
16:08:22rubuildius_amd64 leaves the room.
16:09:00rubuildius_ppc leaves the room.
16:09:03rubuildius_ppc enters the room.
16:09:25rubuildius_amd64 enters the room.
16:09:41anteaya_ enters the room.
16:11:09benny leaves the room.
16:12:00rubuildius_ppc leaves the room.
16:12:03rubuildius_ppc enters the room.
16:13:02anteaya leaves the room.
16:13:17rubuildius_amd64 leaves the room.
16:14:00rubuildius_ppc leaves the room.
16:14:03