[MacRuby-devel] [MacRuby] #406: Can't load gem grit.

2009-10-27 Thread MacRuby
ocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: rubygems, grit, gems ---+ Sorry to be so specific about not being able to load a specific gem. I do this: {{{ require 

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

2009-10-28 Thread MacRuby
Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: macruby, rubygems, exception ---+ Comment(by hungerandthi...@…): I'm trying to buil

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

2009-10-28 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Comment(by cwdi...@…): I am still getting a bad range passed into the complete

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

2009-10-28 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Comment(by lsansone...@…): As of r2908 I get the following output: {{{ text

[MacRuby-devel] [MacRuby] #407: NSData#bytes does not work

2009-10-28 Thread MacRuby
: Component: MacRuby |Keywords: -+-- MacRuby rev 2903. Code framework 'Cocoa' d = "xy&quo

Re: [MacRuby-devel] [MacRuby] #407: NSData#bytes does not work

2009-10-28 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Description changed by neerac...@…: Old description: > MacRuby rev 2903. > > Code &g

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

2009-10-28 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Comment(by cwdi...@…): Same code and I get: {{{ text field is qbc called

[MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up

2009-10-28 Thread MacRuby
minor| Milestone: Component: MacRuby |Keywords: -+------ macruby -e 'require "tempfile"; (0..1000).each {|i| p Tempfile.new("x")}' --

Re: [MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up

2009-10-28 Thread MacRuby
minor| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Also run fine on 1.9. -- Ticket URL: <http://www.macruby.org/trac/ticket/408

[MacRuby-devel] [MacRuby] #409: Attribute setter should be accepted as KVO setter

2009-10-28 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- MacRuby rev 2903: {{{ class A attr_reader :a, :b def setA(value) @a = value end

Re: [MacRuby-devel] [MacRuby] #104: Problem with OpenSSL using MacRuby's internal conversion to and from NSData

2009-10-28 Thread MacRuby
losed Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * s

Re: [MacRuby-devel] [MacRuby] #215: OpenSSL's SSLSocket appears not to be initialised correctly

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

Re: [MacRuby-devel] [MacRuby] #139: Parsing bug

2009-10-28 Thread MacRuby
#139: Parsing bug +--- Reporter: mik...@…|Owner: lsansone...@… Type: defect | Status: closed Priority: minor |Milestone: MacRuby 0.5

Re: [MacRuby-devel] [MacRuby] #407: NSData#bytes does not work

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

Re: [MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up

2009-10-28 Thread MacRuby
minor| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Looks like lib/tempfile.rb uses ObjectSpace.define_finalizer to register a block

Re: [MacRuby-devel] [MacRuby] #408: leaked Tempfile don't get cleaned up

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

Re: [MacRuby-devel] [MacRuby] #133: Cannot install soap4r gem using macgem

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

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

2009-10-28 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Comment(by mattaimone...@…): I tried your second example using trunk form today

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

2009-10-28 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Comment(by lsansone...@…): Maybe the fix didn't get into the nightly build, I

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

2009-10-29 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] #410: Readline merge to the recent CRuby's.

2009-10-29 Thread MacRuby
ocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: Readline --+- Hi, I am the CRuby's Readline module maintainer. I created the patch for MacRuby's Readline module to

Re: [MacRuby-devel] [MacRuby] #410: Readline merge to the recent CRuby's.

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

[MacRuby-devel] [MacRuby] #411: MacRuby does not force call to finalizers

2009-10-29 Thread MacRuby
#411: MacRuby does not force call to finalizers -+-- Reporter: neerac...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #411: MacRuby does not force call to finalizers

2009-10-29 Thread MacRuby
#411: MacRuby does not force call to finalizers -+-- Reporter: neerac...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

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

2009-10-29 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] #391: HotCocoa on_notification method stopped functioning in MacRuby 0.5 under Snow Leopard

2009-10-29 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] #391: HotCocoa on_notification method stopped functioning in MacRuby 0.5 under Snow Leopard

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

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

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

[MacRuby-devel] [MacRuby] #412: Calling return in a block raises an exception

2009-10-29 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ MacRuby 0.5 beta 1 doesn't allow calling return in a block, which works in 1.8 and 1.9. {{{ #!ruby de

Re: [MacRuby-devel] [MacRuby] #364: priority queue program crashes MacRuby

2009-10-30 Thread MacRuby
#364: priority queue program crashes MacRuby -+-- Reporter: jordan.breed...@…| Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #413: ruby_deploy embeds more than one version of macruby

2009-10-30 Thread MacRuby
#413: ruby_deploy embeds more than one version of macruby -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #413: ruby_deploy embeds more than one version of macruby

2009-10-30 Thread MacRuby
#413: ruby_deploy embeds more than one version of macruby -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed Priority

Re: [MacRuby-devel] [MacRuby] #412: Calling return from a Proc raises an exception (was: Calling return in a block raises an exception)

2009-10-30 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Looks like #call is dispatched outside the return-from-block handler. {{{ $ gdb

Re: [MacRuby-devel] [MacRuby] #412: Calling return from a Proc raises an exception

2009-10-30 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by m...@…): I get the exception when calling return from a lambda as well. {{{ $ macruby -e "l

Re: [MacRuby-devel] [MacRuby] #412: Calling return from a Proc raises an exception

2009-10-30 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Yes, a lambda is a Proc too. {{{ $ ./miniruby -e "def foo; 1.times { retu

Re: [MacRuby-devel] [MacRuby] #412: Calling return from a Proc raises an exception

2009-10-30 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by m...@…): Ah, I see what you mean. You are right of course. :) -- Ticket URL: <h

Re: [MacRuby-devel] [MacRuby] #410: Readline merge to the recent CRuby's.

2009-10-30 Thread MacRuby
ocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: Readline | --+- Comment(by eloy.de.en...@…): Nice work! -- Ticket URL: <http://www.macruby.

Re: [MacRuby-devel] [MacRuby] #412: Calling return from a Proc raises an exception

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

Re: [MacRuby-devel] [MacRuby] #412: Calling return from a Proc raises an exception

2009-10-31 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Comment(by conra...@…): In Ruby 1.9, lambda produces a different variant

Re: [MacRuby-devel] [MacRuby] #413: ruby_deploy embeds more than one version of macruby

2009-10-31 Thread MacRuby
#413: ruby_deploy embeds more than one version of macruby -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed Priority

[MacRuby-devel] [MacRuby] #414: Printing Block Instances Inconsistent

2009-10-31 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: Beta 1 +--- The printing of block instances, lambda and proc, are not consistent with Ruby 1.9.1/1.9.2: block-instance-output.rb

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

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

Re: [MacRuby-devel] [MacRuby] #409: Attribute setter should be accepted as KVO setter

2009-10-31 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by dy...@…): *poke* I just ran into this one and traced it down. Any updates ? I&#x

[MacRuby-devel] [MacRuby] #415: Crash with "Call result #2 has unhandled type" trying to display a window

2009-11-01 Thread MacRuby
atus: new Priority: blocker| Milestone: Component: MacRuby|Keywords: ---+ I tried to run a trivial test application (straight from t

[MacRuby-devel] [MacRuby] #416: DRB does not work with MacRuby 5.0

2009-11-01 Thread MacRuby
#416: DRB does not work with MacRuby 5.0 --+- Reporter: g...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone

Re: [MacRuby-devel] [MacRuby] #415: Crash with "Call result #2 has unhandled type" trying to display a window

2009-11-01 Thread MacRuby
atus: new Priority: blocker| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): I reproduce the crash when r

Re: [MacRuby-devel] [MacRuby] #416: DRB does not work with MacRuby 5.0

2009-11-01 Thread MacRuby
#416: DRB does not work with MacRuby 5.0 --+- Reporter: g...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone

Re: [MacRuby-devel] [MacRuby] #409: Attribute setter should be accepted as KVO setter

2009-11-01 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): I am not 100% confident with your proposal either. I share your concern

Re: [MacRuby-devel] [MacRuby] #416: DRB does not work with MacRuby 5.0

2009-11-01 Thread MacRuby
#416: DRB does not work with MacRuby 5.0 --+- Reporter: g...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone

Re: [MacRuby-devel] [MacRuby] #416: DRB does not work with MacRuby 5.0

2009-11-01 Thread MacRuby
#416: DRB does not work with MacRuby 5.0 --+- Reporter: g...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone

Re: [MacRuby-devel] [MacRuby] #414: Printing Block Instances Inconsistent

2009-11-01 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: Beta 1 +--- Changes (by lsansone...@…): * milestone: MacRuby 0.5 => Comment: While we can definitely improve Proc#t

[MacRuby-devel] [MacRuby] #417: can't access vCardRepresentation.bytes of ABPerson

2009-11-01 Thread MacRuby
ority: major| Milestone: Component: MacRuby |Keywords: pointer -+-- I tried to get the vCard representation of an ABRecord, but got an error that re

Re: [MacRuby-devel] [MacRuby] #417: can't access vCardRepresentation.bytes of ABPerson

2009-11-01 Thread MacRuby
ority: major|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: pointer | -+-- Changes (by lsansone...@…): * s

[MacRuby-devel] [MacRuby] #418: Backticks Segmentation Fault in compiled binaries

2009-11-01 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- I have a long program that otherwise compiles well except for this. Testing shows this fails

Re: [MacRuby-devel] [MacRuby] #418: Backticks Segmentation Fault in compiled binaries

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

[MacRuby-devel] [MacRuby] #419: MacRuby build fails due to incompatible LLVM version?

2009-11-01 Thread MacRuby
#419: MacRuby build fails due to incompatible LLVM version? +--- Reporter: manf...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #419: MacRuby build fails due to incompatible LLVM version?

2009-11-02 Thread MacRuby
#419: MacRuby build fails due to incompatible LLVM version? +--- Reporter: manf...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major

[MacRuby-devel] [MacRuby] #420: GCD serial dispatch queues and groups that contain serial queues do not take surrounding scope reliably within loops/enumerators

2009-11-02 Thread MacRuby
: defect | Status: new Priority: blocker| Milestone: Component: MacRuby|Keywords: GCD ---+ See attached

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

2009-11-02 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: objectspace segfault ---+ Comment(by keith.gautre...@…): This still occurs with the nightly build of MacRuby from

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

2009-11-02 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: objectspace segfault ---+ Comment(by lsansone...@…): The problem is in #inspect actually, ObjectSpace exposes *all

Re: [MacRuby-devel] [MacRuby] #416: DRB does not work with MacRuby 5.0

2009-11-02 Thread MacRuby
#416: DRB does not work with MacRuby 5.0 --+- Reporter: g...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: blocker

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

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

Re: [MacRuby-devel] [MacRuby] #286: YAML unable to load NSString

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

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

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

Re: [MacRuby-devel] [MacRuby] #108: Exception parsing XML file using REXML

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

Re: [MacRuby-devel] [MacRuby] #303: Method :open from 'open-uri' isn't working yet (multibyte problem)

2009-11-02 Thread MacRuby
Priority: major | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: open-uri stdlib +--- Comment(by lsansone...@…): I reproduce the 0.4 problem with trunk, as of r2945. Looks li

Re: [MacRuby-devel] [MacRuby] #199: Calling super from #respond_to? causes SystemStackError

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

Re: [MacRuby-devel] [MacRuby] #303: Method :open from 'open-uri' isn't working yet (multibyte problem)

2009-11-02 Thread MacRuby
Priority: major| Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: open-uri stdlib | -+-- Changes (by lsansone...@…): * status:

Re: [MacRuby-devel] [MacRuby] #254: Let void-returning ObjC calls return the receiver.

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

[MacRuby-devel] [MacRuby] #421: MacGem reports wrong executable directory

2009-11-03 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: beta 1 +--- `macgem environment` reports that the executable directory is - RUBY EXECUTABLE: /Library/Frameworks

[MacRuby-devel] [MacRuby] #422: Kernel#caller compatibilty

2009-11-03 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- In a file: {{{ class Foo def self.bar puts caller(1) end end Foo.bar }}} macruby

[MacRuby-devel] [MacRuby] #423: #respond_to? returns true, actual method call raises NoMethodError

2009-11-04 Thread MacRuby
Priority: major| Milestone: Component: MacRuby |Keywords: -+-- framework 'Cocoa' a = NSMetadataQuery.new a.respond_to? :setPredicate

[MacRuby-devel] [MacRuby] #425: RSpec not working

2009-11-07 Thread MacRuby
: Component: MacRuby |Keywords: +--- I tried to port Datamapper/Sqlite3 to MacRuby yesterday, but without RSpec working it's hard to know what is bre

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2009-11-07 Thread MacRuby
: Component: MacRuby |Keywords: +--- Comment(by jens.nock...@…): I saw on the mailing list that Conrad Taylor wrote last week that he was going to look at it

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2009-11-07 Thread MacRuby
: Component: MacRuby |Keywords: +--- Comment(by mattaimone...@…): The major problem with rspec is that it uses Kernel#caller to process the specs and

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2009-11-07 Thread MacRuby
: Component: MacRuby |Keywords: +--- Comment(by conra...@…): In short, as Matt mentioned, the RSpec gem requires Kernel#caller to execute the specs and

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2009-11-07 Thread MacRuby
: Component: MacRuby |Keywords: +--- Comment(by conra...@…): @jens.nocket If you need to run specs against MacRuby VM, then I recommend using MSpec gem. I

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2009-11-08 Thread MacRuby
: Component: MacRuby |Keywords: +--- Comment(by eloy.de.en...@…): I would personally recommend Bacon. MSpec is also an option, as we run the rubyspec with it

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2009-11-08 Thread MacRuby
: Component: MacRuby |Keywords: +--- Comment(by mattaimone...@…): I was.. but didn't have time to look too much into it yet. However I'm meeting

[MacRuby-devel] [MacRuby] #426: rb_nibtool cant handle UTF-8

2009-11-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: utf-8 rb_nibtool -+-- /Developer/usr/bin/rb_nibtool produces incorrect information (no information at all) if there is a comment in the file with

Re: [MacRuby-devel] [MacRuby] #426: rb_nibtool cant handle UTF-8

2009-11-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: utf-8 rb_nibtool -+-- Comment(by lsansone...@…): Can you reproduce this with one of the trunk nightly builds (http://macruby.icoretech.org

[MacRuby-devel] [MacRuby] #427: MacRuby 0.5 trunk fails to install (rake install)

2009-11-09 Thread MacRuby
#427: MacRuby 0.5 trunk fails to install (rake install) ---+ Reporter: fons...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #427: MacRuby 0.5 trunk fails to install (rake install)

2009-11-09 Thread MacRuby
#427: MacRuby 0.5 trunk fails to install (rake install) ---+ Reporter: fons...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #427: MacRuby 0.5 trunk fails to install (rake install)

2009-11-09 Thread MacRuby
#427: MacRuby 0.5 trunk fails to install (rake install) ---+ Reporter: fons...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #427: MacRuby 0.5 trunk fails to install (rake install)

2009-11-09 Thread MacRuby
#427: MacRuby 0.5 trunk fails to install (rake install) ---+ Reporter: fons...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #428: AOT compiled script can't get rescued

2009-11-09 Thread MacRuby
major| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- t.rb {{{ begin require 't1' rescue Exception => e puts "oops

Re: [MacRuby-devel] [MacRuby] #428: AOT compiled script can't get rescued

2009-11-09 Thread MacRuby
major| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Description changed by mattaimone...@…: Old description: > t.rb > > {{{ > begi

Re: [MacRuby-devel] [MacRuby] #427: MacRuby 0.5 trunk fails to install (rake install)

2009-11-09 Thread MacRuby
#427: MacRuby 0.5 trunk fails to install (rake install) ---+ Reporter: fons...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #233: Examples macruby apps don't work on Leopard

2009-11-09 Thread MacRuby
#233: Examples macruby apps don't work on Leopard ---+ Reporter: anildigi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: bl

Re: [MacRuby-devel] [MacRuby] #232: Examples macruby apps don't work on Leopard

2009-11-09 Thread MacRuby
#232: Examples macruby apps don't work on Leopard ---+ Reporter: anildigi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: bl

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by jordan.breed...@…): Another example (I think this file is the worst case for my

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by mattaimone...@…): Jordan, could you please find out what exactly is slower in

[MacRuby-devel] [MacRuby] #429: Floating point comparison

2009-11-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Some floating point comparisons seem to be giving different results in MacRuby and in MRI. macirb > (0.5 -

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by jordan.breed...@…): Well, unless I am losing my mind it must be something to do

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by mattaimone...@…): > Please let me know if there is anything else I

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by jordan.breed...@…): I can look into it more later, the ones posted above

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by jordan.breed...@…): Another interesting data point: The stripped down test that

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by jordan.breed...@…): Just tried a new version that generates 30 nodes

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): There is definitely something wrong going on but I have higher

Re: [MacRuby-devel] [MacRuby] #424: performance regression from ruby 1.8 and 1.9

2009-11-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by jordan.breed...@…): Here is a shark profile, I was running 10.6.2 and MacRuby

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