public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git

Comments for evanphx's rubinius   feed

ryanlowe commented on evanphx/rubinius Mon Jul 06 15:40:03 -0700 2009
Comment in bb46889:

Nice!

Antti commented on evanphx/rubinius Thu Jul 02 23:34:38 -0700 2009
Comment in edcf921:

This also fixes build on FreeBSD (CURRENT in my case).

speedmax commented on evanphx/rubinius Sun May 03 05:20:58 -0700 2009
Comment in bb46889:

Looking forward for that golden release

NoKarma commented on evanphx/rubinius Sun May 03 03:18:37 -0700 2009
Comment in bb46889:

Wow, very cool! :)

tmornini commented on evanphx/rubinius Sat May 02 10:33:51 -0700 2009
Comment on spec/full.mspec in bb46889:

Congrats! This is a big milestone!

Antti commented on evanphx/rubinius Mon Apr 27 07:26:17 -0700 2009
Comment in 6becfe1:

It seams that GCC 4.2.1 has this too.

vm/instruments/profiler.hpp:26: error: redefinition of 'struct std::tr1::hash'                                                       
/usr/include/c++/4.2/tr1/functional_hash.h:72: error: previous definition of 'struct std::tr1::hash'  

GCC Version:

gcc (GCC) 4.2.1 20070719  [FreeBSD]
mikong commented on evanphx/rubinius Sun Mar 29 11:12:14 -0700 2009
Comment in 477d74c:

FYI, this didn’t fix my “mmap: Invalid argument” issue when running rake.

rkh commented on evanphx/rubinius Thu Mar 26 06:07:57 -0700 2009
Comment in 9840201:

Cool, more stuff like that would be awesome.

Antti commented on evanphx/rubinius Wed Mar 18 03:26:22 -0700 2009
Comment in 38100a0:

http://github.com/evanphx/rubinius/commit/38100a04fa71a8cc41147e866710a5186b1155c3#L3R243

Does not compile on FreeBSD. Need to manualy add:

#include <sys/types.h> #include <sys/time.h> #include <sys/resource.h>

http://github.com/evanphx/rubinius/commit/38100a04fa71a8cc41147e866710a5186b1155c3#L3R243

blullock commented on evanphx/rubinius Sat Jan 24 09:57:08 -0800 2009
Comment in 6506bea:

wouldn’t this be for ’alter codes syndrome[?].

mernen commented on evanphx/rubinius Mon Jan 19 05:25:19 -0800 2009
Comment in 51b7a11:

FWIW, I kept that line because it produces the same error message as MRI — which in turn probably does so because without it the default message would ask for a String, while symbols are preferred.

rkh commented on evanphx/rubinius Mon Dec 15 21:47:29 -0800 2008
Comment in 36e51e1:

Wait a moment, you are right. ObjectSpace.each_object(Fixnum) does return 0 in MRI… I’ll change that.

mernen commented on evanphx/rubinius Mon Dec 15 20:21:14 -0800 2008
Comment on kernel/common/objectspace.rb L45 in 36e51e1:

What’s up with Fixnum traversing? I don’t know of any Ruby implementation which does that, and I don’t see a use for it either.

cezarsa commented on evanphx/rubinius Thu May 29 17:24:04 -0700 2008
Comment in 1b329fc:

Hm. I think that line 329 should have been removed too, pointers returned by RSTRING_PTR should not be freed.

sprsquish commented on evanphx/rubinius Thu May 01 18:52:13 -0700 2008
Comment in ac21a76:

Glad I’m not the only one. See this? http://lukewarmtapioca.com/2008/3/26/trailing-whitespace-in-textmate