Re: [MacRuby-devel] [MacRuby] #127: implement Set using NSSet

2009-11-11 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -+-- Comment(by jordan.breed...@…): Should this be reopened? Set is no longer based on NSSet

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

2009-11-11 Thread MacRuby
#430: MacRuby does not reap processes started with popen -+-- Reporter: neerac...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #127: implement Set using NSSet

2009-11-11 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -+-- Comment(by mattaimone...@…): no, this ticket should stay closed, it was decided to go

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

2009-11-12 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] #339: YAML error with UTF-16 string

2009-11-12 Thread MacRuby
#339: YAML error with UTF-16 string ---+ Reporter: d...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: critical |Milestone: MacRuby

Re: [MacRuby-devel] [MacRuby] #339: YAML error with UTF-16 string

2009-11-14 Thread MacRuby
#339: YAML error with UTF-16 string ---+ Reporter: d...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: critical |Milestone: MacRuby

[MacRuby-devel] [MacRuby] #431: Seg fault evaluating an escaped unicode string

2009-11-15 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- {{{ $ macruby -e '"\xFC\u20AC"' Segmentation fault }}} the € only string does not crash, neverthele

[MacRuby-devel] [MacRuby] #432: Module.nesting not working

2009-11-15 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- {{{ $ ruby1.9 -e "module M1; module M2; p Module.nesting; end; end" [M1::M2, M1] $ macruby -e

[MacRuby-devel] [MacRuby] #433: Results of rand() is not obviously uniformly distributed

2009-11-16 Thread MacRuby
: blocker| Milestone: Component: MacRuby|Keywords: ---+ Hi Kernel#rand(nil) should generate random Float numbers distributed uniformly

Re: [MacRuby-devel] [MacRuby] #433: Results of rand() is not obviously uniformly distributed

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

Re: [MacRuby-devel] [MacRuby] #433: Results of rand() is not obviously uniformly distributed

2009-11-16 Thread MacRuby
: blocker|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: | ---+ Comment(by j...@…): Actually, this is more

[MacRuby-devel] [MacRuby] #434: MacRuby should use arc4random() rather than random()

2009-11-16 Thread MacRuby
#434: MacRuby should use arc4random() rather than random() ---+ Reporter: j...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #435: Too many calls to NSObject initialize

2009-11-16 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Run: "sudo macgem install sproutcore", then sample the macruby process. See th

[MacRuby-devel] [MacRuby] #436: Strange pair(?) of bugs

2009-11-16 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- I am writing some code, see attached, in ruby and have run into a strange pair of bugs, I think. I'm using &#x

[MacRuby-devel] [MacRuby] #437: -[NSObject hash] values change when MacRuby is initialized

2009-11-16 Thread MacRuby
#437: -[NSObject hash] values change when MacRuby is initialized -+-- Reporter: illenber...@…| Owner: lsansone...@… Type: defect | Status: new Priority

[MacRuby-devel] [MacRuby] #438: rb_define_method for MacRuby

2009-11-16 Thread MacRuby
#438: rb_define_method for MacRuby --+- Reporter: ko...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: trivial | Milestone

[MacRuby-devel] [MacRuby] #439: Beta 2 should support Sinatra, but can't install it.

2009-11-17 Thread MacRuby
ocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: beta 2, sinatra -+-- So beta 2 reports support for rake, rack, and sinatra (which is great). However, using the l

Re: [MacRuby-devel] [MacRuby] #439: Beta 2 should support Sinatra, but can't install it.

2009-11-17 Thread MacRuby
ocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: beta 2, sinatra -+-- Comment(by kieran...@…): Some debug info to hopefully help find the issue. Note I use REE

Re: [MacRuby-devel] [MacRuby] #439: Beta 2 should support Sinatra, but can't install it.

2009-11-17 Thread MacRuby
ocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: beta 2, sinatra -+-- Comment(by vincent.isamb...@…): Just do a rake clean:ext and rebuild: {{{ rake clean:ext

Re: [MacRuby-devel] [MacRuby] #439: Beta 2 should support Sinatra, but can't install it.

2009-11-17 Thread MacRuby
ocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: beta 2, sinatra -+-- Comment(by kieran...@…): Awesome. Working now, but the app can't find sinatra fro

[MacRuby-devel] [MacRuby] #440: llvm-config still needed for --static compiles

2009-11-18 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: llvm +--- % macrubyc -o ./hello hello.rb --static /bin/sh: llvm-config: command not found Error when executing `llvm

Re: [MacRuby-devel] [MacRuby] #440: llvm-config still needed for --static compiles

2009-11-18 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: llvm +--- Comment(by g.vis...@…): Sorry, screwed up formatting, please see this: http://gist.github.com/238149

[MacRuby-devel] [MacRuby] #441: 'map' nests incorrectly

2009-11-18 Thread MacRuby
ty: major | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: --+- Nesting 'maps' creates arrays of the form: [[..., [..., [..., [...]

[MacRuby-devel] [MacRuby] #442: each_with_index fails for nested arrays

2009-11-18 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: --+- each_with_index reports the wrong index for nested arrays. See attached example. -- Ticket

[MacRuby-devel] [MacRuby] #443: included method in an included module don't get defined in the extended object

2009-11-19 Thread MacRuby
new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- {{{ module Y def y puts 'y' en

Re: [MacRuby-devel] [MacRuby] #443: included method in an included module don't get defined in the extended object

2009-11-19 Thread MacRuby
new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Description changed by mattaimone...@…: Old descri

[MacRuby-devel] [MacRuby] #444: no such file to load -- libyaml (LoadError)

2009-11-20 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: install leopard yaml --+- I've just been trying to build the latest revision (3035) of MacRuby trunk on Leopard 10.5

Re: [MacRuby-devel] [MacRuby] #444: no such file to load -- libyaml (LoadError)

2009-11-20 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: install leopard yaml --+- Comment(by eloy.de.en...@…): Hmm, unfortunately I don't think anyone of the team is on 10.5 an

[MacRuby-devel] [MacRuby] #445: update rubygem get 403 error

2009-11-20 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ i was trying to update the ruby and gem preinstalled in macos 10.5.7 by: sudo gem update --system but i am

Re: [MacRuby-devel] [MacRuby] #445: update rubygem get 403 error

2009-11-20 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: invalid Keywords: | ---+ Changes (by mattaimone...@…): * status: new => closed * resolut

[MacRuby-devel] [MacRuby] #446: Dispatch::TIME_FOREVER too big for signed long long

2009-11-21 Thread MacRuby
Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby|Keywords: gcd semaphore long long TIME_FOREVER ---+ Dispatch::TIME_FOREVER is

Re: [MacRuby-devel] [MacRuby] #440: llvm-config still needed for --static compiles

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

[MacRuby-devel] [MacRuby] #447: GCD Crashes

2009-11-22 Thread MacRuby
#447: GCD Crashes --+- Reporter: p...@…| Owner: lsansone...@… Type: defect| Status: new Priority: major | Milestone: MacRuby 0.5

[MacRuby-devel] [MacRuby] #448: macirb fails to start on 32-bit arch (undefined method `bind' for IRB::SLex:Class)

2009-11-22 Thread MacRuby
new Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ From e-mail exchange: Hi Logan, Looks like a 32-bit

[MacRuby-devel] [MacRuby] #449: 0.5 build fails invoking macruby:dylib

2009-11-23 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: build miniruby +--- running rake with head from git throws this error on my MacOS X 10.5.8 system

[MacRuby-devel] [MacRuby] #450: Spaces in file names break macrubyc

2009-11-23 Thread MacRuby
: MacRuby 0.5 Component: MacRuby |Keywords: --+- If there are any spaces (or any odd characters for that matter) in either the source or output filenames the compile will fail

Re: [MacRuby-devel] [MacRuby] #450: Spaces in file names break macrubyc

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

[MacRuby-devel] [MacRuby] #451: Attempting to require "nkf" results in a LoadError

2009-11-23 Thread MacRuby
ty: major | Milestone: Component: MacRuby |Keywords: +--- This appears to be keeping the gcal4ruby gem from loading up when I attempt to require it.

[MacRuby-devel] [MacRuby] #452: Segmentation Fault tracing back to openssl.bundle when authenticating with gcal4ruby

2009-11-23 Thread MacRuby
Priority: major | Milestone: Component: MacRuby |Keywords: +--- Some caveats: * due to a different issue I had to comment the

[MacRuby-devel] [MacRuby] #453: MacIRB 0.5 beta 2 doesn't work on 10.6.2

2009-11-24 Thread MacRuby
ority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- With beta 2 on 10.6.2, I can't run macirb. When I enter: $ macirb OR

Re: [MacRuby-devel] [MacRuby] #453: MacIRB 0.5 beta 2 doesn't work on 10.6.2

2009-11-24 Thread MacRuby
ority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by mattaimone...@…): I just tried with trunk and everything went

Re: [MacRuby-devel] [MacRuby] #453: MacIRB 0.5 beta 2 doesn't work on 10.6.2

2009-11-24 Thread MacRuby
ority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: duplicate Keywords: | +--- Changes (by vincent.

Re: [MacRuby-devel] [MacRuby] #453: MacIRB 0.5 beta 2 doesn't work on 10.6.2

2009-11-24 Thread MacRuby
ority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: duplicate Keywords: | +--- Comment(by ernest.p

Re: [MacRuby-devel] [MacRuby] #448: macirb fails to start on 32-bit arch (undefined method `bind' for IRB::SLex:Class)

2009-11-24 Thread MacRuby
new Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Comment(by ernest.prabha...@…): FYI, I've reduced

Re: [MacRuby-devel] [MacRuby] #448: macirb fails to start on 32-bit arch (undefined method `bind' for IRB::SLex:Class)

2009-11-24 Thread MacRuby
new Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Comment(by ernest.prabha...@…): Yes, I still get it wit

Re: [MacRuby-devel] [MacRuby] #448: macirb fails to start on 32-bit arch (undefined method `bind' for IRB::SLex:Class)

2009-11-24 Thread MacRuby
new Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Comment(by conra...@…): The rules for using exten

Re: [MacRuby-devel] [MacRuby] #448: macirb fails to start on 32-bit arch (undefined method `bind' for IRB::SLex:Class)

2009-11-24 Thread MacRuby
new Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Comment(by ernest.prabha...@…): Perhaps a complet

Re: [MacRuby-devel] [MacRuby] #448: macirb fails to start on 32-bit arch (undefined method `bind' for IRB::SLex:Class)

2009-11-24 Thread MacRuby
new Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): #extend_object is defin

Re: [MacRuby-devel] [MacRuby] #449: 0.5 build fails invoking macruby:dylib

2009-11-24 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: build miniruby +--- Comment(by lsansone...@…): Looks like bin/rubyc requires RubyGems, this is very

Re: [MacRuby-devel] [MacRuby] #449: 0.5 build fails invoking macruby:dylib

2009-11-24 Thread MacRuby
: blocker |Milestone: Component: MacRuby | Resolution: duplicate Keywords: build miniruby | +--- Changes (by lsansone...@…): * status

Re: [MacRuby-devel] [MacRuby] #444: Leopard build fails: no such file to load -- libyaml (LoadError) (was: no such file to load -- libyaml (LoadError))

2009-11-24 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: install leopard yaml --+- Comment(by lsansone...@…): It looks like the bin/rubyc program requires RubyGems

[MacRuby-devel] [MacRuby] #454: String#getbyte not working?

2009-11-24 Thread MacRuby
: MacRuby 0.5 Component: MacRuby |Keywords: --+- It appears the new String method called getbyte for Ruby 1.9 is not working? Results in an "Abort trap" message. ~ $ macruby

Re: [MacRuby-devel] [MacRuby] #454: String#getbyte not working?

2009-11-24 Thread MacRuby
: MacRuby 0.5 Component: MacRuby |Keywords: --+- Comment(by p...@…): Revised with better formatting: ~ $ macruby --version[[BR]] MacRuby version 0.5 (ruby 1.9.0) [universal

Re: [MacRuby-devel] [MacRuby] #454: String#getbyte not working?

2009-11-24 Thread MacRuby
: MacRuby 0.5 Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): String#getbyte has not been implemented yet. We currently call abort(). -- Ticket URL: <h

Re: [MacRuby-devel] [MacRuby] #444: Leopard build fails: no such file to load -- libyaml (LoadError)

2009-11-24 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: install leopard yaml --+- Comment(by ja...@…): I'm sorry not to have responded sooner - I'v

Re: [MacRuby-devel] [MacRuby] #444: Leopard build fails: no such file to load -- libyaml (LoadError)

2009-11-24 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: install leopard yaml | --+- Changes (by lsansone...@…): * status

Re: [MacRuby-devel] [MacRuby] #438: rb_define_method for MacRuby

2009-11-24 Thread MacRuby
#438: rb_define_method for MacRuby --+- Reporter: ko...@… | Owner: lsansone...@… Type: enhancement | Status: new Priority: trivial | Milestone

[MacRuby-devel] [MacRuby] #455: .rb files are not stripped from the binary when macruby_deploy compile is run

2009-11-24 Thread MacRuby
Priority: major| Milestone: Component: MacRuby |Keywords: -+-- This leaves both the .rb and .rbo files in the .app package. I've att

Re: [MacRuby-devel] [MacRuby] #455: .rb files are not stripped from the binary when macruby_deploy compile is run

2009-11-24 Thread MacRuby
Priority: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by dy...@…): In case it isn't clear; steps to reproduce

Re: [MacRuby-devel] [MacRuby] #455: .rb files are not stripped from the binary when macruby_deploy compile is run

2009-11-24 Thread MacRuby
Priority: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by dy...@…): Tried this in another project and it just worked

Re: [MacRuby-devel] [MacRuby] #455: .rb files are not stripped from the binary when macruby_deploy compile is run

2009-11-24 Thread MacRuby
Priority: major|Milestone: Component: MacRuby | Resolution: invalid Keywords: | -+-- Changes (by lsansone

[MacRuby-devel] [MacRuby] #456: Templates do not seem to load .rbo files from the .app package

2009-11-24 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: -+-- The default compile step puts .rbo files inside of the .app package; these files cannot

Re: [MacRuby-devel] [MacRuby] #456: Templates do not seem to load .rbo files from the .app package

2009-11-24 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): If you create a new application with 0.5 beta 2 the

Re: [MacRuby-devel] [MacRuby] #444: Leopard build fails: no such file to load -- libyaml (LoadError)

2009-11-24 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: install leopard yaml | --+- Comment(by stephen.banna...@…): Thanks

Re: [MacRuby-devel] [MacRuby] #456: Templates do not seem to load .rbo files from the .app package

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

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

2009-11-24 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by jordan.breed...@…): Well, I don't have any new deep insights, I need t

Re: [MacRuby-devel] [MacRuby] #441: 'map' nests incorrectly

2009-11-24 Thread MacRuby
ty: major |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by martinlagarde...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #452: Segmentation Fault tracing back to openssl.bundle when authenticating with gcal4ruby

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

Re: [MacRuby-devel] [MacRuby] #452: Segmentation Fault tracing back to openssl.bundle when authenticating with gcal4ruby

2009-11-25 Thread MacRuby
Priority: major |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- Comment(by lsansone...@…): I

Re: [MacRuby-devel] [MacRuby] #452: Segmentation Fault tracing back to openssl.bundle when authenticating with gcal4ruby

2009-11-25 Thread MacRuby
Priority: major |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- Comment(by lsansone

[MacRuby-devel] [MacRuby] #457: (svn 3050) MacGem crashed with "Symbol not found: _rb_yield"

2009-11-25 Thread MacRuby
atus: new Priority: trivial | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Info: MacRuby 0.5 svn 3050 Here is the crash log: macgem list

Re: [MacRuby-devel] [MacRuby] #457: (svn 3050) MacGem crashed with "Symbol not found: _rb_yield"

2009-11-25 Thread MacRuby
s: closed Priority: trivial |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: invalid Keywords: | -+-- Changes (by vin

[MacRuby-devel] [MacRuby] #458: odd debug messages during NSPredicate.prediateWithFormat:argumentArray:

2009-11-25 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- {{{ 419 jor...@thetourist ~ > macirb irb(main):00

[MacRuby-devel] [MacRuby] #459: Error starting macruby

2009-11-25 Thread MacRuby
#459: Error starting macruby ---+ Reporter: nex...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor | Milestone

Re: [MacRuby-devel] [MacRuby] #459: Error starting macruby

2009-11-25 Thread MacRuby
#459: Error starting macruby ---+ Reporter: nex...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor | Milestone

Re: [MacRuby-devel] [MacRuby] #459: Error starting macruby

2009-11-25 Thread MacRuby
#459: Error starting macruby ---+ Reporter: nex...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor | Milestone

Re: [MacRuby-devel] [MacRuby] #459: Error starting macruby

2009-11-25 Thread MacRuby
#459: Error starting macruby ---+ Reporter: nex...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: minor |Milestone

Re: [MacRuby-devel] [MacRuby] #458: odd debug messages during NSPredicate.prediateWithFormat:argumentArray:

2009-11-25 Thread MacRuby
Priority: blocker |Milestone: Component: MacRuby | Resolution: invalid Keywords: | -+-- Changes (by lsansone

Re: [MacRuby-devel] [MacRuby] #458: odd debug messages during NSPredicate.prediateWithFormat:argumentArray:

2009-11-25 Thread MacRuby
Priority: blocker |Milestone: Component: MacRuby | Resolution: invalid Keywords: | -+-- Comment(by

Re: [MacRuby-devel] [MacRuby] #458: odd debug messages during NSPredicate.prediateWithFormat:argumentArray:

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

Re: [MacRuby-devel] [MacRuby] #454: String#getbyte not working?

2009-11-25 Thread MacRuby
: MacRuby 0.5 Component: MacRuby |Keywords: --+- Comment(by p...@…): Is String#getbyte on the roadmap somewhere. Given the new multibyte strings in Ruby 1.9, String#getbyte seems to

[MacRuby-devel] [MacRuby] #460: bug in CSV module

2009-11-25 Thread MacRuby
: Component: MacRuby |Keywords: +--- macruby raises TypeErrors in using csv module irb(main):001:0> require 'csv' => true irb(main):002:0> a = '

[MacRuby-devel] [MacRuby] #461: each_object: NoMethodError

2009-11-25 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- This code (from Patrick -- http://gist.github.com/242894): {{{ module ObjectSpace def each_instance_of

[MacRuby-devel] [MacRuby] #462: Net::HTTP Gives "Insecure Operation" When Using HTTPS

2009-11-25 Thread MacRuby
: blocker| Milestone: Component: MacRuby|Keywords: ---+ Here's the code and the results: {{{ irb(main):002:0> require 'net/https';

[MacRuby-devel] [MacRuby] #463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP

2009-11-26 Thread MacRuby
#463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP ---+ Reporter: ser...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP

2009-11-26 Thread MacRuby
#463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP ---+ Reporter: ser...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #460: bug in CSV module

2009-11-27 Thread MacRuby
: Component: MacRuby | Resolution: invalid Keywords: | +--- Changes (by eloy.de.en...@…): * status: new => closed * resolution: => invalid C

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

2009-11-27 Thread MacRuby
Status: new Priority: minor | Milestone: Component: MacRuby|Keywords: ---+ Hi! I'm on SL, latest Macbook Pro, latest XCode.

Re: [MacRuby-devel] [MacRuby] #447: GCD Crashes

2009-11-27 Thread MacRuby
#447: GCD Crashes --+- Reporter: p...@…|Owner: lsansone...@… Type: defect| Status: closed Priority: major |Milestone: MacRuby 0.5

Re: [MacRuby-devel] [MacRuby] #323: GCD for_reading queue crash

2009-11-27 Thread MacRuby
#323: GCD for_reading queue crash -+-- Reporter: b...@…|Owner: pthom...@… Type: defect | Status: closed Priority: major|Milestone: MacRuby

Re: [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-27 Thread MacRuby
: defect | Status: closed Priority: blocker|Milestone: MacRuby 0.5 Component: MacRuby| Resolution: fixed Keywords: GCD

Re: [MacRuby-devel] [MacRuby] #337: Bug in rb_source_new_timer in gcd.c

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

Re: [MacRuby-devel] [MacRuby] #463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP

2009-11-27 Thread MacRuby
#463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP ---+ Reporter: ser...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP

2009-11-27 Thread MacRuby
#463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP ---+ Reporter: ser...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #461: each_object: NoMethodError

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

[MacRuby-devel] [MacRuby] #465: [0.5b2] Problem walking directory trees with unicode filenames

2009-11-28 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- OS X 10.6.2 / macruby 0.5b2 I have a script that walk a given directory tree looking for

Re: [MacRuby-devel] [MacRuby] #465: [0.5b2] Problem walking directory trees with unicode filenames

2009-11-28 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by robe...@…): Sorry, send it too fast. Here is the error message: IMAG0024

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

2009-11-28 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by jordan.breed...@…): Alright, after taking another look I don't know that

[MacRuby-devel] [MacRuby] #466: NSTableView delegate for tool tip gives "unrecognized runtime type "

2009-11-29 Thread MacRuby
atus: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Hi, I'm just trying MacRuby 0.5 current beta. I hav

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

2009-11-29 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by jordan.breed...@…): So, I wrote a self contained group of tests to test the

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