Re: [MacRuby-devel] [MacRuby] #713: Growl is broken on MacRuby 0.6

2010-05-26 Thread MacRuby
#713: Growl is broken on MacRuby 0.6 --+- Reporter: ylp...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone: Mac

Re: [MacRuby-devel] [MacRuby] #713: Growl is broken on MacRuby 0.6

2010-05-26 Thread MacRuby
#713: Growl is broken on MacRuby 0.6 --+- Reporter: ylp...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone: Mac

[MacRuby-devel] [MacRuby] #731: uninitialized constant IO::WaitReadable / IO::WaitWritable

2010-05-26 Thread MacRuby
#731: uninitialized constant IO::WaitReadable / IO::WaitWritable --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Priority: b

Re: [MacRuby-devel] [MacRuby] #726: Methods added to String do not get added to all strings

2010-05-26 Thread MacRuby
#726: Methods added to String do not get added to all strings -+-- Reporter: dy...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocke

Re: [MacRuby-devel] [MacRuby] #726: Methods added to String do not get added to all strings

2010-05-26 Thread MacRuby
#726: Methods added to String do not get added to all strings -+-- Reporter: dy...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocke

[MacRuby-devel] c++ lib

2010-05-26 Thread Louis-Philippe
Hi folks, I need to work with a c++ sdk in my code. Is this possible within macruby? I tried loading the files all sorts of way and making a bundle with it and got no luck at this point... thanks! L-P ___ MacRuby-devel mailing list MacRuby-devel@lists

Re: [MacRuby-devel] c++ lib

2010-05-26 Thread Gregoire LEJEUNE
I do it with a C lib (but it must be the same with C++). First I create a ObjC class over my C lib. Then i can use my ObjC class within MacRuby. Greg 2010/5/26 Louis-Philippe : > Hi folks, > I need to work with a c++ sdk in my code. > Is this possible within macruby? > I tried loading the files a

Re: [MacRuby-devel] c++ lib

2010-05-26 Thread Thibault Martin-Lagardette
Hi! That's exactly what I was going to recommend. MacRuby is able to interact with Obj-C, so you can write an Obj-C++ wrapper (.mm files) around your SDK, and then use it with MacRuby :-) Any of you two, if you manage / managed to do it, please do not hesitate sharing the recipe to the world :-

Re: [MacRuby-devel] [MacRuby] #724: malloc warning with bookmarkDataWithContentsOfURL on aliases

2010-05-26 Thread Terry Moore
thanks. On 26/05/2010, at 12:15 PM, MacRuby wrote: > #724: malloc warning with bookmarkDataWithContentsOfURL on aliases > -+-- > Reporter: tvmo...@…|Owner: lsansone...@… > Type: defect

[MacRuby-devel] [PATCH] perf/run.rb patch for ignoring ERROR

2010-05-26 Thread Jordan Breeding
Currently ERROR is not thrown out of the results before they are tested to see which is best, this means that ERROR is actually considered the winner after running .to_f on it. My current patch probably doesn't handle the case of each of the rubies being tested all having ERROR, but it does wor

Re: [MacRuby-devel] [MacRuby] #730: macrubyc is failing on trunk

2010-05-26 Thread MacRuby
#730: macrubyc is failing on trunk +--- Reporter: martinlagarde...@… | Owner: lsansone...@… Type: defect | Status: new Priority: critical

Re: [MacRuby-devel] [MacRuby] #730: macrubyc is failing on trunk

2010-05-26 Thread MacRuby
#730: macrubyc is failing on trunk +--- Reporter: martinlagarde...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: critical

Re: [MacRuby-devel] [PATCH] perf/run.rb patch for ignoring ERROR

2010-05-26 Thread Thibault Martin-Lagardette
Thanks a lot! I applied the patch in 4167 (along with some minor improvement). -- Thibault Martin-Lagardette On May 26, 2010, at 14:39, Jordan Breeding wrote: > Currently ERROR is not thrown out of the results before they are tested to > see which is best, this means that ERROR is actually c

[MacRuby-devel] [NEW FILE] add string performance tests

2010-05-26 Thread Jordan Breeding
Right now MacRuby is really quite slow for string operations, I noticed it a while back when doing large amounts of string creation, characters swapping, and pushing/popping strings into/out of a priority queue. The attached file is a string performance test and here is a run on my 15" Core i7