Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-27 Thread Matt Aimonetti
For some reasons, untagging some passing specs, broke other specs :p I'll be investigating and untagging more specs. Expect to see some failures for a few days. Also, $ rake spec:ci:stats will give you more details about the specs including the % passed per section. - Matt On Sun, Sep 27, 2009 a

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-27 Thread Conrad Taylor
Laurent, thanks for the update. I just wanted to make sure that I'm in sync with the current revision. -Conrad On Sun, Sep 27, 2009 at 4:43 PM, Laurent Sansonetti wrote: > Hi Conrad, > > This is well known, Matt worked on the specs yesterday night, untagging > specs that now pass, and apparently

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-27 Thread Laurent Sansonetti
Hi Conrad, This is well known, Matt worked on the specs yesterday night, untagging specs that now pass, and apparently some of them should be re-tagged :) Stay tuned, Laurent On Sep 27, 2009, at 4:17 PM, Conrad Taylor wrote: Hi Laurent, after rebuilding LLVM and MacRuby on Snow Leopard,

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-27 Thread Conrad Taylor
Hi Laurent, after rebuilding LLVM and MacRuby on Snow Leopard, I'm seeing the following when I run 'macrake spec:ci': $ macrake spec:ci (in /Users/conradwt/macruby.dir/projects/macruby-trunk) unknown: warning: already initialized constant MACRUBY_VERSION ./mspec/bin/mspec ci -B ./spec/macruby.mspec

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-27 Thread Laurent Sansonetti
Hi Conrad Yes the llvm revision changed. I generaly advertise it on the list but I forgot this time. Sorry. Check the README file for more info. Laurent Sent from my iPhone On Sep 27, 2009, at 2:55 PM, Conrad Taylor wrote: Hi, I just did an svn update of the source and build problems do

Re: [MacRuby-devel] Assertion failed: (castIsValid(getOpcode(), S, Ty) && "Illegal SExt"), function SExtInst, file Instructions.cpp, line 2508.

2009-09-27 Thread Art Taylor
You hit it on the nose. I had specified x86_64 and 64-bit in the Project settings, but for some reason it wasn't updating the project.pbxproj file in the .xcodeproj. Manually updating the archs there did the trick. Thanks! -a. On Sun, Sep 27, 2009 at 2:43 PM, Laurent Sansonetti wrote: > I see.

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-27 Thread Conrad Taylor
Hi, I just did an svn update of the source and build problems do exist on Snow Leopard. Did LLVM change ? Is there any way to add this dependency to the overall build because I only had LLVM issues prior to my initial install of it? Now, if LLVM revision starts changing without our knowledge, th

Re: [MacRuby-devel] Assertion failed: (castIsValid(getOpcode(), S, Ty) && "Illegal SExt"), function SExtInst, file Instructions.cpp, line 2508.

2009-09-27 Thread Josh Ballanco
I've been running tests in 32-bit mode, and I can confirm that this is definitely a 32-bit issue. - Josh On Sep 27, 2009, at 2:27 PM, Art Taylor wrote: I'm in the process of migrating an Objective-C project to MacRuby (0.5 trunk) and am seeing this error when I run the application: Asser

Re: [MacRuby-devel] Assertion failed: (castIsValid(getOpcode(), S, Ty) && "Illegal SExt"), function SExtInst, file Instructions.cpp, line 2508.

2009-09-27 Thread Laurent Sansonetti
I see. Could you check if your application is built for both 32-bit and 64-bit? If it's for 32-bit only, then MacRuby will work in 32-bit mode, which is bugged. You need to build it for 64-bit, this can be configured in Xcode. You can check with the file(1) command line tool if the binary

Re: [MacRuby-devel] Assertion failed: (castIsValid(getOpcode(), S, Ty) && "Illegal SExt"), function SExtInst, file Instructions.cpp, line 2508.

2009-09-27 Thread Art Taylor
It's a 64-bit machine (2008 8-core Mac Pro). I have a test machine I can wipe and try it (pre-unibody 2008 mbp). -a. On Sun, Sep 27, 2009 at 2:33 PM, Laurent Sansonetti wrote: > Hi, > > Do you run by any chance a 32-bit only machine? This could explain the > crash, the compiler has still 32-bit

Re: [MacRuby-devel] Assertion failed: (castIsValid(getOpcode(), S, Ty) && "Illegal SExt"), function SExtInst, file Instructions.cpp, line 2508.

2009-09-27 Thread Laurent Sansonetti
Hi, Do you run by any chance a 32-bit only machine? This could explain the crash, the compiler has still 32-bit problems. This will be fixed in the final 0.5 release. Laurent On Sep 27, 2009, at 2:27 PM, Art Taylor wrote: I'm in the process of migrating an Objective-C project to MacRuby

[MacRuby-devel] [MacRuby] #353: No such file to load bigdecimal

2009-09-27 Thread MacRuby
#353: No such file to load bigdecimal --+- Reporter: noelrap...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Mi

[MacRuby-devel] Assertion failed: (castIsValid(getOpcode(), S, Ty) && "Illegal SExt"), function SExtInst, file Instructions.cpp, line 2508.

2009-09-27 Thread Art Taylor
I'm in the process of migrating an Objective-C project to MacRuby (0.5 trunk) and am seeing this error when I run the application: *Assertion failed: (castIsValid(getOpcode(), S, Ty) && "Illegal SExt"), function SExtInst, file Instructions.cpp, line 2508.* * * The stack looks like this: ** *

Re: [MacRuby-devel] [MacRuby] #352: macirb does not eval UTF-String

2009-09-27 Thread MacRuby
#352: macirb does not eval UTF-String +--- Reporter: d...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5

Re: [MacRuby-devel] [MacRuby] #344: Segmentation fault: Hash and Array Inject

2009-09-27 Thread MacRuby
#344: Segmentation fault: Hash and Array Inject +--- Reporter: d...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: critical|Milestone: MacRub

Re: [MacRuby-devel] [MacRuby] #344: Segmentation fault: Hash and Array Inject

2009-09-27 Thread MacRuby
#344: Segmentation fault: Hash and Array Inject +--- Reporter: d...@… | Owner: lsansone...@… Type: defect | Status: new Priority: critical| Milestone: MacRuby 0

Re: [MacRuby-devel] [MacRuby] #352: macirb does not eval UTF-String

2009-09-27 Thread MacRuby
#352: macirb does not eval UTF-String +--- Reporter: d...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5

[MacRuby-devel] [MacRuby] #352: macirb does not eval UTF-String

2009-09-27 Thread MacRuby
#352: macirb does not eval UTF-String +--- Reporter: d...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5