#288: miniruby bench on 32 bit fails
+---
Reporter: bobsteven...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
I'm an old crusty C programmer. I have a masters in CS and my focus
was languages and compilers. MacRuby and LLVM are really exciting to
me. I use a Mac. Working with Ruby since 2006. Love Rails. etc etc.
I saw a previous thread in the archive where a newbie wanted to help
and the rep
Hi Perry,
I wouldn't worry too much about duplicate efforts, there aren't many
people working on the core itself.
What you could do to start out, is to run the rubyspecs in spec/frozen/
language, as they should all run iirc, but there are some tagged ones.
To run spec all which are tagged as
Hi Guys,
I wanted to port RubyCocoa old Apple Remote example to MacRuby but I
encountered some issues. It looks like I'm now stuck and need some help :(
Here is the code:
http://github.com/mattetti/apple-remote-wrapper/tree/master
I took Martin's source code, updated it to objective-c 2, enable
Last week's status on the experimental branch work!
- It's now possible to build MacRuby with clang (assuming you
installed it) by issuing the following command:
$ rake use_clang=true miniruby
This will compile all C and Objective-C files with clang and C++ files
with llvm-g++. Apparently th
Awesome job Laurent, as usual!
- Matt
On Mon, Jun 29, 2009 at 1:19 PM, Laurent Sansonetti
wrote:
> Last week's status on the experimental branch work!
>
> - It's now possible to build MacRuby with clang (assuming you installed it)
> by issuing the following command:
> $ rake use_clang=true minir
The clang support seems to be pretty solid. It does use llvm-g++ to
compile the C++ files as noted, so that helps while clang itself
doesn't do C++.
I am attaching another patch that helps out when clang can't be found
in /usr/bin, and also looks for gcc/g++ in /Developer (or where you
ha