Re: [MacRuby-devel] [MacRuby] #145: PagePacker example locks up on exit if file is un-saved

2009-10-13 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #187: YAML.load and non-native classes.

2009-10-13 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Eloy, could you check if the problem exists again? If yes, could you file

Re: [MacRuby-devel] [MacRuby] #240: no such file to load -- stringio.rb.bundle when starting irb/gems

2009-10-13 Thread MacRuby
: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new => closed * resolution: =>

Re: [MacRuby-devel] [MacRuby] #293: Object.methods in macirb returns crazy results

2009-10-13 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by lsansone...@…): * status: reopened => closed * resolut

Re: [MacRuby-devel] [MacRuby] #138: macgem not working for me

2009-10-13 Thread MacRuby
#138: macgem not working for me -+-- Reporter: n...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker |Milestone: MacRuby

Re: [MacRuby-devel] [MacRuby] #276: macgem ends in Abort Trap after garbage collection errors

2009-10-13 Thread MacRuby
Priority: major |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone

Re: [MacRuby-devel] [MacRuby] #172: resurrection error

2009-10-13 Thread MacRuby
#172: resurrection error --+- Reporter: kbe...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: minor |Milestone: MacRuby 0.5

Re: [MacRuby-devel] [MacRuby] #351: problem with macruby build (rake)

2009-10-13 Thread MacRuby
#351: problem with macruby build (rake) ---+ Reporter: sergei.homja...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: trivial

Re: [MacRuby-devel] [MacRuby] #381: Losing track of a defined constant - possibly related to Module.autoload

2009-10-13 Thread MacRuby
Priority: minor |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: autoload require constants

[MacRuby-devel] [MacRuby] #383: segmentation fault with: NSDictionary.dictionaryWithObjectsAndKeys

2009-10-14 Thread MacRuby
: critical| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- {{{ macruby -e 'p NSDictionary.dictionaryWithObjectsAndKeys("a","b",

Re: [MacRuby-devel] [MacRuby] #383: segmentation fault with: NSDictionary.dictionaryWithObjectsAndKeys

2009-10-14 Thread MacRuby
: critical|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: invalid Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #356: autoload is not working

2009-10-14 Thread MacRuby
#356: autoload is not working +--- Reporter: d...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major |Milestone: MacRuby 0.5

Re: [MacRuby-devel] [MacRuby] #356: autoload is not working

2009-10-14 Thread MacRuby
#356: autoload is not working +--- Reporter: d...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major |Milestone: MacRuby 0.5

[MacRuby-devel] [MacRuby] #384: autoload is not working within module and class

2009-10-14 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- {{{ $ cat foo.rb module Bar class Foo end end $ macruby -e 'module Bar; autoload :Foo, "foo.rb"; c

[MacRuby-devel] [MacRuby] #385: Cannot distribute macruby apps

2009-10-14 Thread MacRuby
#385: Cannot distribute macruby apps ---+ Reporter: hungerandthi...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #385: Cannot distribute macruby apps

2009-10-14 Thread MacRuby
#385: Cannot distribute macruby apps ---+ Reporter: hungerandthi...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #384: autoload is not working within module and class

2009-10-14 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolution: =>

Re: [MacRuby-devel] Translating Obj-C to MacRuby

2009-10-14 Thread macruby
> file) in order to handle these methods. > > Laurent _______ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

[MacRuby-devel] [MacRuby] #386: binding with block does not work

2009-10-15 Thread MacRuby
: MacRuby 0.5 Component: MacRuby |Keywords: +--- {{{ $ cat y.rb class Foo def get_binding binding end end b = Foo.new.get_binding { "got it"} p eval "bloc

[MacRuby-devel] [MacRuby] #387: inspect with circular references crashes

2009-10-15 Thread MacRuby
: MacRuby 0.5 Component: MacRuby |Keywords: +--- {{{ $ cat insp.rb class Foo def initialize bar @bar = bar end end class Bar def initialize @foo = Foo.new

[MacRuby-devel] [MacRuby] #388: Exception with next...

2009-10-15 Thread MacRuby
: Component: MacRuby |Keywords: +--- This may be a place where we just break with compatibility but if you do: macruby -e 'def foo; next; end; puts "hello&quo

Re: [MacRuby-devel] [MacRuby] #388: Exception with next...

2009-10-15 Thread MacRuby
: Component: MacRuby | Resolution: invalid Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolution: => invalid C

Re: [MacRuby-devel] [MacRuby] #387: inspect with circular references crashes

2009-10-15 Thread MacRuby
: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): Shorter reduction: {{{ $ ./miniruby -e "class C; def initialize; @foo=self; end; end; p

Re: [MacRuby-devel] [MacRuby] #387: inspect with circular references crashes

2009-10-15 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolution: => fixed C

Re: [MacRuby-devel] [MacRuby] #386: binding with block does not work

2009-10-15 Thread MacRuby
: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolution: => fixed Comment: Than

Re: [MacRuby-devel] [MacRuby] #376: The second 'pointer' of a double pointer type is ignored

2009-10-15 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Could you attach your MusicPlayer.bridgesupport file?

Re: [MacRuby-devel] [MacRuby] #359: Project Templates Not Installed By Nightly Installer

2009-10-15 Thread MacRuby
: major|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: assigned

Re: [MacRuby-devel] [MacRuby] #231: [0.4] Can't install hoe

2009-10-15 Thread MacRuby
stone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: hoe, gem | -+-- Changes (by lsansone...@…): * status: new => closed * resolution:

Re: [MacRuby-devel] [MacRuby] #200: NSCFBoolean instances compared to Ruby bools does not work as expected

2009-10-15 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone

Re: [MacRuby-devel] [MacRuby] #208: Making #binding public returns wrong binding.

2009-10-15 Thread MacRuby
: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #326: module_function implicit use breaks (ArgumentError) with 1-arg splat methods (w/test code)

2009-10-15 Thread MacRuby
| Status: closed Priority: major|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: module_function splat ArgumentError

Re: [MacRuby-devel] [MacRuby] #347: module in module_function mode can't have methods with default args

2009-10-15 Thread MacRuby
losed Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: module_function module | -+-- Changes (by lsa

[MacRuby-devel] [MacRuby] #389: unable to set ivar in a class derived from String, Array, Hash

2009-10-16 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- {{{ class Foo < String def foo @foo = 42 @foo end end p Foo.new.

[MacRuby-devel] [MacRuby] #390: File#flock is undefined

2009-10-16 Thread MacRuby
#390: File#flock is undefined +--- Reporter: jazz...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5

Re: [MacRuby-devel] [MacRuby] #389: unable to set ivar in a class derived from String, Array, Hash

2009-10-16 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by jazz...@…): Perhaps this is the same issue: {{{ class Foo < Time def foo @

Re: [MacRuby-devel] [MacRuby] #389: unable to set ivar in a class derived from String, Array, Hash

2009-10-16 Thread MacRuby
: critical|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #390: File#flock is undefined

2009-10-16 Thread MacRuby
#390: File#flock is undefined +--- Reporter: jazz...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major |Milestone: MacRuby 0.5

[MacRuby-devel] [MacRuby] #391: HotCocoa on_notification method stopped functioning in MacRuby 0.5 under Snow Leopard

2009-10-17 Thread MacRuby
#391: HotCocoa on_notification method stopped functioning in MacRuby 0.5 under Snow Leopard --+- Reporter: tre...@… | Owner: lsansone...@… Type: defect

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

2009-10-17 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by lsansone...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #391: HotCocoa on_notification method stopped functioning in MacRuby 0.5 under Snow Leopard

2009-10-18 Thread MacRuby
#391: HotCocoa on_notification method stopped functioning in MacRuby 0.5 under Snow Leopard --+- Reporter: tre...@… | Owner: lsansone...@… Type: defect

[MacRuby-devel] [MacRuby] #392: String subclass obj.dup loses its class

2009-10-18 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: dup string --+- From normal IRB >> class StringChild < String; end => nil >> c = StringChild.new => "" &

Re: [MacRuby-devel] [MacRuby] #378: Macruby 0.5 allows instantiation of a Module instance

2009-10-19 Thread MacRuby
#378: Macruby 0.5 allows instantiation of a Module instance ---+ Reporter: keith.gautre...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #393: Custom accessors for KVO

2009-10-19 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: KVO --+- if one creates custom accessors fro object keys to be used for KVO, the setter cannot be made KVO-compliant. The runtime

[MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-19 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ The following code worked under earlier builds of MacRuby and oddly, on 32-bit Snowy. {{{ def control(control

Re: [MacRuby-devel] [MacRuby] #378: Macruby 0.5 allows instantiation of a Module instance

2009-10-19 Thread MacRuby
#378: Macruby 0.5 allows instantiation of a Module instance ---+ Reporter: keith.gautre...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #392: String subclass obj.dup loses its class

2009-10-19 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: dup string| --+- Changes (by lsansone...@…): * status: new => closed * resolution: =>

Re: [MacRuby-devel] [MacRuby] #393: Custom accessors for KVO

2009-10-19 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: KVO --+- Comment(by lsansone...@…): Reduction: {{{ $ cat t.rb framework 'Foundation' class Foo def setFoo(o)

Re: [MacRuby-devel] [MacRuby] #393: Custom accessors for KVO

2009-10-19 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: KVO | --+- Changes (by lsansone...@…): * status: new => closed * resolution: =>

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-19 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Could you provide a test case or a small Xcode project that reproduces this problem? We have

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-19 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by cwdi...@…): Replying to [comment:1 lsansone...@…]: > Could you provide a test case or a small Xcode proj

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-19 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Thanks for the example. Looks like the exception is being raised inside the method resolver

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-19 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): It's a bug in BridgeSupport, this informal protocol method doesn't contain 64-bit a

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-20 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by lsansone...@…): * status: new => closed * resolution: =>

[MacRuby-devel] [MacRuby] #395: String#% does not work with %p

2009-10-20 Thread MacRuby
#395: String#% does not work with %p +--- Reporter: jazz...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-20 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Comment(by cwdi...@…): There is a new problem with this. I'm attaching a new

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-20 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: Keywords: | ---+ Changes (by lsansone...@…): * status: closed => reopened * resolution: fi

[MacRuby-devel] [MacRuby] #396: open method from open-uri not working in macruby 0.5

2009-10-21 Thread MacRuby
#396: open method from open-uri not working in macruby 0.5 --+- Reporter: dml...@… | Owner: lsansone...@… Type: defect| Status: new Priority: minor

Re: [MacRuby-devel] [MacRuby] #396: open method from open-uri not working in macruby 0.5

2009-10-21 Thread MacRuby
#396: open method from open-uri not working in macruby 0.5 --+- Reporter: dml...@… | Owner: lsansone...@… Type: defect| Status: new Priority: minor

[MacRuby-devel] [MacRuby] #397: erb string buffer corruption

2009-10-22 Thread MacRuby
#397: erb string buffer corruption +--- Reporter: jazz...@… | Owner: lsansone...@… Type: defect | Status: new Priority: critical| Milestone: MacRuby

[MacRuby-devel] [MacRuby] #398: Trouble loading gem

2009-10-22 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: gems, macruby, load, defined ---+ Trying to load the Grit gem by using {{{ require 'rubygems' req

Re: [MacRuby-devel] [MacRuby] #398: Trouble loading gem

2009-10-22 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: gems, macruby, load, defined ---+ Comment(by conra...@…): You shouldn't have to `require 'rubygems

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-22 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: Keywords: | ---+ Comment(by lsansone...@…): Looks like yet another ABI issue. llvm-gcc compiles the

Re: [MacRuby-devel] [MacRuby] #398: Trouble loading gem

2009-10-22 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: gems, macruby, load, defined ---+ Comment(by lsansone...@…): Conrad, this looks like a bug in the compiler

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-22 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: Keywords: | ---+ Comment(by lsansone...@…): Page 21 of the x86_64 ABI (http://www.x86-64.org

Re: [MacRuby-devel] [MacRuby] #398: Trouble loading gem

2009-10-23 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: gems, macruby, load, defined ---+ Comment(by eloy.de.en...@…): See this discussion from sept. 17th for more

Re: [MacRuby-devel] [MacRuby] #398: Trouble loading gem

2009-10-23 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: gems, macruby, load, defined ---+ Comment(by hungerandthi...@…): Does the case formatting change in the

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

2009-10-23 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] #398: Trouble loading gem

2009-10-23 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: gems, macruby, load, defined ---+ Comment(by lsansone...@…): There is definitely a bug in the compiler, but I

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

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

[MacRuby-devel] [MacRuby] #400: Cannot uninstall gems under macgem

2009-10-23 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ I run {{{ macgem uninstall GEM }}} with any gem and I receive: {{{ ERROR: While

Re: [MacRuby-devel] [MacRuby] #400: Cannot uninstall gems under macgem

2009-10-23 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Where are the gems installed? If you didn't install them

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

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

[MacRuby-devel] [MacRuby] #401: Cannot call from ObjC to Ruby with an int argument

2009-10-24 Thread MacRuby
: critical | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- 0.5b1 / 10.6.1 Given this Obj-C trampoline (with corresponding header

Re: [MacRuby-devel] [MacRuby] #391: HotCocoa on_notification method stopped functioning in MacRuby 0.5 under Snow Leopard

2009-10-24 Thread MacRuby
#391: HotCocoa on_notification method stopped functioning in MacRuby 0.5 under Snow Leopard --+- Reporter: tre...@… | Owner: lsansone...@… Type: defect

Re: [MacRuby-devel] [MacRuby] #401: Cannot call from ObjC to Ruby with an int argument

2009-10-24 Thread MacRuby
: critical |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: invalid Keywords: | -+-- Changes (by lsansone...@…): * status

Re: [MacRuby-devel] [MacRuby] #401: Cannot call from ObjC to Ruby with an int argument

2009-10-24 Thread MacRuby
: critical |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: invalid Keywords: | -+-- Comment(by antony.bla...@…): How is it

Re: [MacRuby-devel] [MacRuby] #401: Cannot call from ObjC to Ruby with an int argument

2009-10-24 Thread MacRuby
: critical |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: invalid Keywords: | -+-- Comment(by lsansone...@…): The current

Re: [MacRuby-devel] [MacRuby] #398: Trouble loading gem

2009-10-24 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: gems, macruby, load, defined | --+- Changes (by lsansone...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #380: issues with Set

2009-10-24 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #245: Adding to a set causes a Cocoa exception to be thrown

2009-10-24 Thread MacRuby
Priority: minor |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: Set operation | +--- Changes (by lsansone

[MacRuby-devel] [MacRuby] #402: "unrecognized selector" error if overriding Object#dup

2009-10-24 Thread MacRuby
: blocker| Milestone: Component: MacRuby|Keywords: ---+ Given the following code: {{{ #! /usr/bin/ruby -w class MyClass def dup super en

[MacRuby-devel] [MacRuby] #403: rescue block executed if exception raised in previous iteration

2009-10-25 Thread MacRuby
: major | Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ If a begin/rescue block is inside an iterator and the block raises an exception on the first

Re: [MacRuby-devel] [MacRuby] #400: Cannot uninstall gems under macgem

2009-10-26 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Comment(by hungerandthi...@…): Ah interesting. I had always been told installing gems using

[MacRuby-devel] [MacRuby] #404: Segfault with ObjectSpace#each_object

2009-10-26 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: objectspace segfault ---+ The following code causes a segfault on my machine (MacBookPro3,1): {{{ #!/usr/local

Re: [MacRuby-devel] [MacRuby] #395: String#% does not work with %p

2009-10-26 Thread MacRuby
: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolution: => fixed Comment: Sho

Re: [MacRuby-devel] [MacRuby] #400: Cannot uninstall gems under macgem

2009-10-26 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: invalid Keywords: | ---+ Changes (by lsansone...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #403: rescue block executed if exception raised in previous iteration

2009-10-26 Thread MacRuby
: major |Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by lsansone...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #402: "unrecognized selector" error if overriding Object#dup

2009-10-26 Thread MacRuby
: blocker|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by lsansone...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #394: Unrecognized runtime type _NSRange=II

2009-10-26 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by lsansone...@…): * status: reopened => closed * resolut

Re: [MacRuby-devel] [MacRuby] #216: fork subprocess exiting (normally) segfaults

2009-10-27 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: fork process ---+ Comment(by ernest.prabha...@…): Any update on this? I notice that the MacRuby 0.5 beta (nightly) simply reports

Re: [MacRuby-devel] [MacRuby] #385: Cannot distribute macruby apps

2009-10-27 Thread MacRuby
#385: Cannot distribute macruby apps ---+ Reporter: hungerandthi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority

Re: [MacRuby-devel] [MacRuby] #361: Embed MacRuby Target Adds 60+ MB to .app

2009-10-27 Thread MacRuby
#361: Embed MacRuby Target Adds 60+ MB to .app -+-- Reporter: dy...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #360: Embed MacRuby Target Fails If $TARGET_BUILD_DIR contains spaces

2009-10-27 Thread MacRuby
#360: Embed MacRuby Target Fails If $TARGET_BUILD_DIR contains spaces -+-- Reporter: dy...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #216: fork subprocess exiting (normally) segfaults

2009-10-27 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: fork process ---+ Comment(by lsansone...@…): #fork will be hard to support in MacRuby because the underlying system (CoreFoundation

Re: [MacRuby-devel] [MacRuby] #216: fork subprocess exiting (normally) segfaults

2009-10-27 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: fork process ---+ Comment(by ernest.prabha...@…): I can appreciate that, but I really want to run something in a separate *process

Re: [MacRuby-devel] [MacRuby] #216: fork subprocess exiting (normally) segfaults

2009-10-27 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: fork process ---+ Comment(by lsansone...@…): You can still spawn a new process (using #system, #`, #popen, etc.). If you want to

Re: [MacRuby-devel] [MacRuby] #90: macruby fails to install (problem with File.join)

2009-10-27 Thread MacRuby
#90: macruby fails to install (problem with File.join) ---+ Reporter: jakub.su...@… |Owner: lsansone...@… Type: defect | Status: closed Priority

Re: [MacRuby-devel] [MacRuby] #334: MacIrb hangs after require on Snow Leopard

2009-10-27 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new

[MacRuby-devel] [MacRuby] #405: Uncaught exception building RubyGems

2009-10-27 Thread MacRuby
Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: macruby, rubygems, exception ---+ Trying to build RubyGems with macruby throws

Re: [MacRuby-devel] [MacRuby] #405: Uncaught exception building RubyGems

2009-10-27 Thread MacRuby
Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: macruby, rubygems, exception ---+ Comment(by lsansone...@…): Could you provide more

<    3   4   5   6   7   8   9   10   11   12   >