mattetti (Matt Aimonetti)
- Login: mattetti
- Email: mattaimonetti@gmail.com
- Registered on: 09/05/2009
- Last sign in: 01/05/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/05/2012
-
12:58 PM Ruby Feature #5839: Proposal: Bitmap Marking GC
- If Google translation doesn't fail me totally, the patch improves the memory usage of forked Ruby processed on Linux but the GC performance is affected in other cases making this patch not applicable at the moment.
Options to speed up t...
09/05/2009
-
08:54 AM Ruby Bug #2051: alias_method :foo, :__send__
- =begin
Looks like a regression, I tried on a different machine:
$ruby19 -e "class Object; alias_method :foo, :__send__; end; p 'test'.foo(:upcase) "
"TEST"
$ ruby19 -v
ruby 1.9.2dev (2009-07-02 trunk 23934)[i386-darwin10.0.0]... -
08:43 AM Ruby Bug #2051 (Closed): alias_method :foo, :__send__
- =begin
This is a bug that can be experienced when using Rails' ActiveSupport and Ruby 1.9.2:
activesupport/lib/active_support/core_ext/try.rb:29
$ ruby1.9 -e "class Object; alias_method :foo, :__send__; end "
-e:1: [BUG] ...