Re: [MacRuby-devel] [MacRuby] #661: [NSUndoManager um.prepareWithInvocationTarget:] is broken

2010-04-21 Thread MacRuby
#661: [NSUndoManager um.prepareWithInvocationTarget:] is broken ---+ Reporter: lsansone...@… | Owner: lsansone...@… Type: defect | Status: new Priority:

[MacRuby-devel] converting UTF-8 to MacRoman still output UTF-8

2010-04-21 Thread Yvon Thoraval
if i make use of the (pseudo) Iconv : macroman = Iconv.new('macintosh', 'utf-8', str) i found MacRoman is internally 'macintosh' because : puts "CFStringConvertEncodingToIANACharSetName(KCFStringEncodingMacRoman) = #{CFStringConvertEncodingToIANACharSetName(KCFStringEncodingMacRoman)}" gave me :

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Daniel Lopes
Hi Laurent, I'm looking for some default way to add a serial and an activation process to a comercial mac ruby app. I'm thinking in do that with rest webservice from a online rails app that talks with macruby app. This aquaticprime sounds very intrusive for me ( change the core foundation

Re: [MacRuby-devel] converting UTF-8 to MacRoman still output UTF-8

2010-04-21 Thread Yvon Thoraval
I've found a workover : def to_macroman(str) data = CFStringCreateExternalRepresentation(nil, str, KCFStringEncodingMacRoman, 0) if data.nil? raise "can't retrieve data from `#{str}'" end dest = "".force_encoding("MacRoman") # # force dest to be of "MacRoman" # dest += CFStringCreate

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Gary Weaver
Laurent, That sounds cool! I read the section on compilation in http://www.macruby.org/blog/index.html but am curious- is there an easy way to compile an app completely (specifically a HotCocoa app) into machine code using macrake (similar to "macrake deploy") and not just on a file-by-file ba

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Daniel Lopes
Gary, take a look in this video: Embedding MacRuby You will see that the xcode template target is just a shell command and you can call it from terminal. You also be able to open

Re: [MacRuby-devel] [MacRuby] #655: NSInteger received as nil from QuickLook API

2010-04-21 Thread MacRuby
#655: NSInteger received as nil from QuickLook API ---+ Reporter: jakub.su...@… |Owner: lsansone...@… Type: defect | Status: reopened Priority: minor

[MacRuby-devel] script to download and install MacRuby nightly builds

2010-04-21 Thread Ernest N. Prabhakar, Ph.D.
Hi all, On Apr 13, 2010, at 8:25 PM, Laurent Sansonetti wrote: > > Nightly builds are now available at the following address: > > http://www.macruby.org/files/nightlies/ > > The latest nightly build is always available from this shortcut: > > http://www.macruby.org/files/nightlies/macruby_nigh

Re: [MacRuby-devel] [MacRuby] #655: NSInteger received as nil from QuickLook API

2010-04-21 Thread MacRuby
#655: NSInteger received as nil from QuickLook API ---+ Reporter: jakub.su...@… |Owner: lsansone...@… Type: defect | Status: reopened Priority: minor

Re: [MacRuby-devel] [MacRuby] #655: NSInteger received as nil from QuickLook API

2010-04-21 Thread MacRuby
#655: NSInteger received as nil from QuickLook API ---+ Reporter: jakub.su...@… |Owner: lsansone...@… Type: defect | Status: reopened Priority: minor

Re: [MacRuby-devel] [MacRuby] #655: NSInteger received as nil from QuickLook API

2010-04-21 Thread MacRuby
#655: NSInteger received as nil from QuickLook API ---+ Reporter: jakub.su...@… |Owner: lsansone...@… Type: defect | Status: reopened Priority: minor

Re: [MacRuby-devel] [MacRuby] #601: hashes with empty values cannot writeToFile

2010-04-21 Thread MacRuby
#601: hashes with empty values cannot writeToFile +--- Reporter: lastobe...@…| Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #430: MacRuby does not reap processes started with popen

2010-04-21 Thread MacRuby
#430: MacRuby does not reap processes started with popen -+-- Reporter: neerac...@… | Owner: martinlagarde...@… Type: defect | Status: new Priority: m

Re: [MacRuby-devel] [MacRuby] #399: Building MacRuby HEAD with llvm trunk r82747 fails at dispatcher.cpp

2010-04-21 Thread MacRuby
#399: Building MacRuby HEAD with llvm trunk r82747 fails at dispatcher.cpp ---+ Reporter: nagachik...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #269: Calling a method on a pointer passed to a KVC validation method fails

2010-04-21 Thread MacRuby
#269: Calling a method on a pointer passed to a KVC validation method fails +--- Reporter: mik...@…| Owner: lsansone...@… Type: defect | Status: new Prior

Re: [MacRuby-devel] [MacRuby] #661: [NSUndoManager um.prepareWithInvocationTarget:] is broken

2010-04-21 Thread MacRuby
#661: [NSUndoManager um.prepareWithInvocationTarget:] is broken ---+ Reporter: lsansone...@… | Owner: lsansone...@… Type: defect | Status: new Priority:

Re: [MacRuby-devel] [MacRuby] #661: [NSUndoManager um.prepareWithInvocationTarget:] is broken

2010-04-21 Thread MacRuby
#661: [NSUndoManager um.prepareWithInvocationTarget:] is broken ---+ Reporter: lsansone...@… | Owner: lsansone...@… Type: defect | Status: new Priority:

[MacRuby-devel] [MacRuby] #662: macruby 0.6 breaks Growl

2010-04-21 Thread MacRuby
#662: macruby 0.6 breaks Growl ---+ Reporter: jakub.su...@… | Owner: lsansone...@… Type: defect | Status: new Priority: critical | Milest

[MacRuby-devel] Lighthouse and GoogleGroup

2010-04-21 Thread Daniel Lopes
Hello, I would like to know why not use lighthouse for bug tracker, github for source code and google groups for mailing list? These tools (MacOSforge, Trac and etc) are required by Apple? I don't know if is just my opinion but for me they are much worse than the other that I said above. Thanks, _

Re: [MacRuby-devel] [MacRuby] #636: Nicer method calling

2010-04-21 Thread MacRuby
#636: Nicer method calling ---+ Reporter: kunc.fi...@… |Owner: lsansone...@… Type: enhancement| Status: closed Priority: trivial

Re: [MacRuby-devel] [MacRuby] #328: Calling a ObjC-method with a named argument which is a Ruby keyword does not work

2010-04-21 Thread MacRuby
#328: Calling a ObjC-method with a named argument which is a Ruby keyword does not work +--- Reporter: d...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #328: Calling a ObjC-method with a named argument which is a Ruby keyword does not work

2010-04-21 Thread MacRuby
#328: Calling a ObjC-method with a named argument which is a Ruby keyword does not work +--- Reporter: d...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #464: can't load any framework "undefined method copy for NSLoadedClasses:NSMutableString"

2010-04-21 Thread MacRuby
#464: can't load any framework "undefined method copy for NSLoadedClasses:NSMutableString" ---+ Reporter: fons...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #252: Support key-value observing via the attr_accessor family of methods

2010-04-21 Thread MacRuby
#252: Support key-value observing via the attr_accessor family of methods +--- Reporter: jvoor...@… |Owner: lsansone...@… Type: enhancement | Stat

Re: [MacRuby-devel] [MacRuby] #252: Support key-value observing via the attr_accessor family of methods

2010-04-21 Thread MacRuby
#252: Support key-value observing via the attr_accessor family of methods +--- Reporter: jvoor...@… |Owner: lsansone...@… Type: enhancement | Stat

Re: [MacRuby-devel] [MacRuby] #464: can't load any framework "undefined method copy for NSLoadedClasses:NSMutableString"

2010-04-21 Thread MacRuby
#464: can't load any framework "undefined method copy for NSLoadedClasses:NSMutableString" ---+ Reporter: fons...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Gary Weaver
Daniel, Thanks for sharing! Getting a MacRuby app down to 4.4 MB is definitely cool. I'm in the minority here because I developed my HotCocoa app only with a text editor (TextMate) and HotCocoa 0.5.1/MacRuby 0.5. I'm looking forward to being able to continue to develop like that in the future,

Re: [MacRuby-devel] [MacRuby] #299: macruby core dumps.

2010-04-21 Thread MacRuby
#299: macruby core dumps. --+- Reporter: rohinton.ka...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: minor |

Re: [MacRuby-devel] [MacRuby] #210: Calling load_bridge_support_file without parameters raises NoMethodError

2010-04-21 Thread MacRuby
#210: Calling load_bridge_support_file without parameters raises NoMethodError -+-- Reporter: m...@… |Owner: lsansone...@… Type: defect | Status: closed Prio

Re: [MacRuby-devel] Security for licensing a MacRuby app

2010-04-21 Thread Gary Weaver
Isaac please forgive me for mispelling your name. I type too quickly sometimes! On Apr 21, 2010, at 3:46 PM, Gary Weaver wrote: > Daniel, > > Thanks for sharing! Getting a MacRuby app down to 4.4 MB is definitely cool. > > I'm in the minority here because I developed my HotCocoa app only with

Re: [MacRuby-devel] [MacRuby] #299: macruby core dumps.

2010-04-21 Thread MacRuby
#299: macruby core dumps. --+- Reporter: rohinton.ka...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: minor |

Re: [MacRuby-devel] [MacRuby] #210: Calling load_bridge_support_file without parameters raises NoMethodError

2010-04-21 Thread MacRuby
#210: Calling load_bridge_support_file without parameters raises NoMethodError -+-- Reporter: m...@… |Owner: lsansone...@… Type: defect | Status: closed Prio

Re: [MacRuby-devel] [MacRuby] #655: NSInteger received as nil from QuickLook API

2010-04-21 Thread MacRuby
#655: NSInteger received as nil from QuickLook API ---+ Reporter: jakub.su...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: minor

Re: [MacRuby-devel] [MacRuby] #464: can't load any framework "undefined method copy for NSLoadedClasses:NSMutableString"

2010-04-21 Thread MacRuby
#464: can't load any framework "undefined method copy for NSLoadedClasses:NSMutableString" ---+ Reporter: fons...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #655: NSInteger received as nil from QuickLook API

2010-04-21 Thread MacRuby
#655: NSInteger received as nil from QuickLook API ---+ Reporter: jakub.su...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: minor

Re: [MacRuby-devel] [MacRuby] #632: performSelector behaves oddly.

2010-04-21 Thread MacRuby
#632: performSelector behaves oddly. -+-- Reporter: r...@…| Owner: lsansone...@… Type: defect | Status: new Priority: minor| Milestone:

Re: [MacRuby-devel] [MacRuby] #655: NSInteger received as nil from QuickLook API

2010-04-21 Thread MacRuby
#655: NSInteger received as nil from QuickLook API ---+ Reporter: jakub.su...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: minor

Re: [MacRuby-devel] [MacRuby] #661: [NSUndoManager um.prepareWithInvocationTarget:] is broken

2010-04-21 Thread MacRuby
#661: [NSUndoManager um.prepareWithInvocationTarget:] is broken ---+ Reporter: lsansone...@… |Owner: lsansone...@… Type: defect | Status: closed Priority:

Re: [MacRuby-devel] 0.6 almost there, need help!

2010-04-21 Thread Laurent Sansonetti
After fixing + triaging more bugs, we selected: http://www.macruby.org/trac/ticket/628 CTFramesetterCreateFrame doesn't like the CFRange type http://www.macruby.org/trac/ticket/656 NSCoder encodeFloat and decodeFloatForKey doesn't with ruby float http://www.macruby.org/trac/ticket/662 macruby 0.

Re: [MacRuby-devel] [MacRuby] #656: NSCoder encodeFloat and decodeFloatForKey doesn't with ruby float

2010-04-21 Thread MacRuby
#656: NSCoder encodeFloat and decodeFloatForKey doesn't with ruby float +--- Reporter: danielvlo...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #658: Including a module into Hash breaks creating an NSDictionary from a hash

2010-04-21 Thread MacRuby
#658: Including a module into Hash breaks creating an NSDictionary from a hash -+-- Reporter: eloy.de.en...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #658: Including a module into Hash breaks creating an NSDictionary from a hash

2010-04-21 Thread MacRuby
#658: Including a module into Hash breaks creating an NSDictionary from a hash -+-- Reporter: eloy.de.en...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #550: TypeError: unrecognized runtime type when using NSThread.alloc.initWithTarget

2010-04-21 Thread MacRuby
#550: TypeError: unrecognized runtime type when using NSThread.alloc.initWithTarget -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed