[MacRuby-devel] [MacRuby] #366: Hotcocoa 'demo' crashes

2009-10-07 Thread MacRuby
#366: Hotcocoa 'demo' crashes +--- Reporter: dave.bald...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] another macruby tips post: playing audio files

2009-10-07 Thread Matt Aimonetti
I published another post in my macruby tips series: http://merbist.com/2009/10/06/macruby-tips-how-to-play-an-audio-file/ Let me know if you have any questions, and since I'm at it, I'd like to thank Laurent for his time reviewing the post. - Matt ___ Ma

[MacRuby-devel] MacRuby not finding a method that Ruby is

2009-10-07 Thread Edward Hynes
Hi, I'm attempting to use the RParsec gem under MacRuby, but am getting a NoMethodError when it loads. I've create a test file that simply adds my local gem directory to the front of the library search path and then calls "require 'rparsec'". This file runs fine under Ruby 1.9, but prod

Re: [MacRuby-devel] MacRuby not finding a method that Ruby is

2009-10-07 Thread Matt Aimonetti
you might want to try your luck with 0.5 - Matt On Wed, Oct 7, 2009 at 7:37 PM, Edward Hynes wrote: > Hi, > > I'm attempting to use the RParsec gem under MacRuby, but am getting a > NoMethodError when it loads. I've create a test file that simply adds my > local gem directory to the front of t

[MacRuby-devel] MacRuby 0.5 beta 1

2009-10-07 Thread Laurent Sansonetti
Hi, The first beta release of MacRuby 0.5 is out! I prepared some notes here: http://www.macruby.org/blog/2009/10/07/macruby05b1.html The goal is to go through a few beta releases before releasing the final 0.5. Please give it a try and report us bugs & feedback :) Laurent _

Re: [MacRuby-devel] MacRuby not finding a method that Ruby is

2009-10-07 Thread Edward Hynes
I'm still on a 32-bit machine, so can't try 0.5 yet :^( I did manage to find a workaround, however, by creating an alias for the 'initialize' method and then calling it instead of 'super' inside of the 'define_method' call. Ed On Oct 7, 2009, at 10:51 PM, Matt Aimonetti wrote: you might

Re: [MacRuby-devel] MacRuby not finding a method that Ruby is

2009-10-07 Thread Laurent Sansonetti
We fixed a few 32-bit issues in trunk so you may want to give it a try one more time. At least we are not maintaining 0.4 anymore, so it would be great if you could try your code with trunk and let us know if the bug is still there. Then we can try to reduce it and fix it :) Laurent On O

[MacRuby-devel] Trunk build not working

2009-10-07 Thread Giampiero De Ciantis
I am getting this when I build: (in /Users/Gp/projects/macruby) /usr/bin/gcc -std=c99 markgc.c -o markgc -Wno-format In file included from markgc.c:31: /usr/local/include/mach-o/arch.h:35: error: nested redefinition of ‘enum NXByteOrder’ /usr/local/include/mach-o/arch.h:35: error: redeclaration

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-07 Thread Laurent Sansonetti
On Oct 7, 2009, at 9:13 PM, Laurent Sansonetti wrote: Hi, The first beta release of MacRuby 0.5 is out! I prepared some notes here: http://www.macruby.org/blog/2009/10/07/macruby05b1.html The goal is to go through a few beta releases before releasing the final 0.5. Please give it a try

Re: [MacRuby-devel] Trunk build not working

2009-10-07 Thread Laurent Sansonetti
It doesn't build because you apparently installed an incompatible set of mach-o include files in /usr/local. You could temporarily rename the /usr/local/include/mach-o directory (or delete it, if you don't know why it's there). Laurent On Oct 7, 2009, at 9:30 PM, Giampiero De Ciantis wrote

Re: [MacRuby-devel] Problems with return code from sheet (possible regression)

2009-10-07 Thread Michael Winterstein
It seems to be working in 2761, thanks. For a little while none of those calls were getting through (apparently being sent to drb.method_missing) so I couldn't check if it was working. 'RunModal' is a workaround for that specific call, too. I'm also looking into SL's new way of using she

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-07 Thread Matt Aimonetti
Congrats Laurent, you did an awesome job on this release, I can't wait to 0.5 final out :) To celebrate the release I wrote a quick blog post http://merbist.com/2009/10/07/macruby-0-5-beta-1-and-textorize/ And pushed what might be the very first MacRuby specific gem (at least on gemcutter :)) I b

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-07 Thread Conrad Taylor
Hi Laurent, in the compatibility section, you might want to change We want MacRuby to be as compatible as possible with existing Ruby programs. We have been working hard on MacRuby to make sure it behaves like MRI 1.9.×. to We want MacRuby to be as compatible as possible with existing Ruby progr

[MacRuby-devel] [0.5 beta 1] issues running ruby specs with macrake and rake

2009-10-07 Thread Conrad Taylor
a) running spec:ci using macrake segmentation fault $ macrake spec:ci unknown: warning: already initialized constant TOPDIR unknown: warning: already initialized constant CONFIG unknown: warning: already initialized constant MAKEFILE_CONFIG Segmentation fault b) running spec:ci using rake abort

[MacRuby-devel] [MacRuby] #367: Error in color.rb

2009-10-07 Thread MacRuby
#367: Error in color.rb +--- Reporter: i.scr...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.