General

Profile

cwgem (Chris White)

  • Login: cwgem
  • Email: cwprogram@live.com
  • Registered on: 08/01/2011
  • Last sign in: 02/21/2013

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

02/16/2013

08:31 AM Ruby Bug #7860 (Closed): Passing --libdir to ./configure causes Gem.ruby to point to an incorrect ruby interpreter path
How I reproduce:
------------------------------------
```
# git clone git://github.com/ruby/ruby.git
# autoreconf
# ./configure --libdir=/usr/local/lib64
# make clean && make && make install
# /usr/local/bin/ruby -e 'puts Gem.ru...
cwgem (Chris White)

08/15/2011

12:10 PM Ruby Feature #4801: Shorthand Hash Syntax for Strings
The problem is that symbols are used for more than just keys in hashes. They're also a key player in meta programming, used for cases like referring to methods and instance / class variables. I'm a bit worried that isolating symbols to ... cwgem (Chris White)

08/10/2011

02:28 AM Ruby Bug #5137: Ruby SVN Revision 32800: Cannot run installed ruby interpreter, Malformed Mach-o file
After some more in depth research, I realized that the issue was that a `ruby` executable existed in the toplevel source's bin/ directory which was overwriting the proper ruby executable. Since the file was not recreated after a clean bu... cwgem (Chris White)

08/02/2011

08:50 PM Ruby Bug #5137: Ruby SVN Revision 32800: Cannot run installed ruby interpreter, Malformed Mach-o file
I also just noticed that if I use `--enable-shared` with `./configure`, the library reference to the dylib disappears in the installed version, but remains in the source tree version:
SOLAR:~ chriswhite$ otool -L ~/Source/Repository/r...
cwgem (Chris White)
08:31 PM Ruby Bug #5137: Ruby SVN Revision 32800: Cannot run installed ruby interpreter, Malformed Mach-o file
Yui NARUSE wrote:
> Try following:
> ...
I tried this and got the same result. I notice that the source tree ruby and the ruby installed in the target directory are different sizes. I don't see `strip` being used, so I'm not sure what'...
cwgem (Chris White)
02:17 AM Ruby Bug #5137 (Rejected): Ruby SVN Revision 32800: Cannot run installed ruby interpreter, Malformed Mach-o file
I have compiled Ruby trunk, with the following configure options:
./configure --prefix=/Users/chriswhite/Ruby/ruby-trunk
And after that:
make clean && make && make install
When I attempt to run the installed version, I get th...
cwgem (Chris White)

08/01/2011

08:09 AM Ruby Bug #5125 (Closed): obj.send() documentation issue
Filing this as a bug per request of Eric Hodel on the ruby-talk mailing list. Excerpt from the mailing list post ( http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/386033 ):
================
obj.send(symbol [, args...]) ob...
cwgem (Chris White)

Also available in: Atom