Re: [MacRuby-devel] A MacRuby-users group?

2009-05-24 Thread Paul Howson
list? Something with an RSS feed would make it easier to integrate with other feed subscriptions. And maybe something with a better designed/ more modern web interface? Paul Howson ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org

[MacRuby-devel] MacRuby Document-based Application template in XCode?

2009-06-16 Thread Paul Howson
opy across the relevant bits from a new Cocoa Document-based Application in order to make a MacRuby Document-based Application? Is it that simple, or are there other gotchas I need to know about? Paul Howson Queensland Australia ___ MacRuby-de

Re: [MacRuby-devel] MacRuby Document-based Application template in XCode?

2009-06-17 Thread Paul Howson
Thanks everyone for those tips. Paul Howson ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] Setting Breakpoints/Debugger

2009-06-17 Thread Paul Howson
Is anyone using MacRuby for a large project? How are they coping without a debugger? (I'd like to know since I'm planning to convert an old non-Objective-C app to MacRuby). Paul Howson Queensland Australia ___ MacRuby-devel mailin

Re: [MacRuby-devel] Setting Breakpoints/Debugger

2009-06-18 Thread Paul Howson
On 18/06/2009, at 5:47 PM, Matt Aimonetti wrote: Not being able to use ruby debug in MacRuby is something that used to really bother me at first. I'm thinking about maybe hacking hotconsole so you could run it in the context of your app. That would obviously not be as nice a real debugger b

Re: [MacRuby-devel] Setting Breakpoints/Debugger

2009-06-18 Thread Paul Howson
On 19/06/2009, at 6:26 AM, Laurent Sansonetti wrote: I agree nevertheless that we need a debugger. Ideally we should modify the compiler to emit debugging traps that can be used by a regular debugger, then we can write an UI for it. But as I wrote earlier this isn't something very high on t

Re: [MacRuby-devel] not 32bit

2009-10-08 Thread Paul Howson
On 09/10/2009, at 4:56 AM, Laurent Sansonetti wrote: Note that MacRuby is only known to work under a certain revision of LLVM trunk (which is documented in the README.rdoc file). Does the MacRuby installer also install LLVM? If not, how is that kept up to date? Paul Howson Queensland

[MacRuby-devel] Do the nightly builds continue from the latest beta

2009-10-09 Thread Paul Howson
? Paul Howson Warwick Qld Australia ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

[MacRuby-devel] String#getbyte not working?

2009-11-23 Thread Paul Howson
It appears the new String method called getbyte for Ruby 1.9 is not working? Results in an "Abort trap" message. ~/Dev $ macruby --version MacRuby version 0.5 (ruby 1.9.0) [universal-darwin10.0, x86_64] ~/Dev $ macruby -e ' "abc".getbyte(0);' Abort trap Pau

[MacRuby-devel] How to test if you're running MacRuby vs. Ruby?

2009-12-17 Thread Paul Howson
g in plain Ruby. Paul Howson ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] How to test if you're running MacRuby vs. Ruby?

2009-12-18 Thread Paul Howson
cruby' i.e. the argument to defined? must be put in parentheses else MacRuby crashes. Paul Howson ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] [MacRuby] #499: Order declaring class hierarchy gets MacRuby confused about instance variables

2010-01-31 Thread Paul Howson
> > Comment(by lsansone...@…): > > Definitely a bug... thanks for the report. This bug has not been fixed in MacRuby 0.5. Will it automatically migrate to being a 0.6 milestone? Paul Howson ___ MacRuby-devel mailing list Mac

[MacRuby-devel] Requirements for Interface Builder to correctly parse MacRuby files?

2010-02-01 Thread Paul Howson
please explain how and when IB parses Ruby source files and why splitting a class into separate files breaks the parsing? Is this documented somewhere? Any suggestions for a way around this? Thanks, Paul Howson Queensland Australia ___ MacRuby-devel

Re: [MacRuby-devel] Requirements for Interface Builder to correctly parse MacRuby files?

2010-02-01 Thread Paul Howson
On 02/02/2010, at 2:14 PM, Laurent Sansonetti wrote: > Hi Paul, > > In theory, splitting files should not be an issue. Keep in mind that the IB > parser is very rudimentary at the moment (we are working on a much better > solution for a future release), so if you define classes into modules it

Re: [MacRuby-devel] [MacRuby] #628: CTFramesetterCreateFrame doesn't like the CFRange type

2010-05-05 Thread Paul Howson
tterCreateFrame(framesetter, CFRangeMake(0, 0), path, nil) The second argument is a range which produces the error. Can I edit the bridge support file? Or is there some other workaround? Can I use a more recent built of MacRuby? Or are these too bu

Re: [MacRuby-devel] [MacRuby] #628: CTFramesetterCreateFrame doesn't like the CFRange type

2010-05-06 Thread Paul Howson
On 06/05/2010, at 1:18 PM, Laurent Sansonetti wrote: > Hi Paul, > > On May 5, 2010, at 7:57 PM, Paul Howson wrote: > >> On 26/04/2010, at 1:33 PM, MacRuby wrote: >> >> Hi Laurent, >> >> What would be a feasible workaround for this problem, given t

[MacRuby-devel] How to set up and retrieve returned buffer from CTFrameGetLineOrigins?

2010-05-06 Thread Paul Howson
buffer. Easy to do in C, but how to do in MacRuby? -------- Paul Howson Warwick Qld Australia ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailm

Re: [MacRuby-devel] How to set up and retrieve returned buffer from CTFrameGetLineOrigins?

2010-05-06 Thread Paul Howson
by with Cocoa classes. Paul Howson ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] How to set up and retrieve returned buffer from CTFrameGetLineOrigins?

2010-05-06 Thread Paul Howson
On 07/05/2010, at 1:03 PM, Laurent Sansonetti wrote: > Hi Paul, > > You're right, the Pointer class must be used. Sorry about the lack of > documentation. Here is a snippet that might work: > > # n must be defined > origins = Pointer.new(CGPoint.type, n) # this builds a pointer to n times > CG

[MacRuby-devel] CFRange (Boxed) elements not accessible

2010-05-30 Thread Paul Howson
; for # (NoMethodError) (I think a similar error related to CLLocation has been discussed here before.) Is there a way to get around this problem? - Paul Howson Warwick Qld Australia ___ MacRuby-devel mailing list MacRuby-

Re: [MacRuby-devel] CFRange (Boxed) elements not accessible

2010-05-30 Thread Paul Howson
r getting around this bug? Thanks, Paul - Paul Howson Warwick Qld Australia ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] CFRange (Boxed) elements not accessible

2010-05-31 Thread Paul Howson
On 31/05/2010, at 6:12 PM, Laurent Sansonetti wrote: >> Any other suggestions for getting around this bug? > > It is possible to fix the problem by manually editing the file. > > /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/Resources/BridgeSupport/CoreTe

[MacRuby-devel] Where are the rake tasks?

2010-07-14 Thread Paul Howson
This might be a dumb question, but I notice mention of various macruby-related rake tasks (e.g "rake clean") Is there a standard set of rake tasks supplied with macruby? Where are the rake files for these tasks? ---- P

Re: [MacRuby-devel] CVImageBufferRef vs __NSCFType

2010-08-24 Thread Paul Howson
karound in the meantime, except > waiting for the BridgeSupport update. Previous BridgeSupport errors and omissions have been fixed by manual editing of the BridgeSupport file pending an updated version. Can you supply a copy of the fix in this case? Paul Howson ___

Re: [MacRuby-devel] Advice for Total Tyro

2011-10-17 Thread Paul Howson
27;m using TextMate for editing the code and XCode for running it. I'm not trying to ship a product yet, so I can live with the occasional MacRuby teething problems. They will be fixed in time. On OSX, MacRuby does do modern memory management, which is a big plus IMHO. Paul Howson