[MacRuby-devel] [MacRuby] #668: Newlines and carriage returns cause erroneous matches in StringScanner

2010-04-28 Thread MacRuby
Priority: major| Milestone: Component: MacRuby |Keywords: -+-- {{{ require 'strscan' ["\na", "\ra"

Re: [MacRuby-devel] [MacRuby] #280: NSNumber#decimalValue cant convert to ruby object

2010-04-28 Thread MacRuby
: blocker |Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by lsansone

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

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

[MacRuby-devel] [MacRuby] #669: Unable to find QTKit constant within a MacRuby app

2010-04-29 Thread MacRuby
#669: Unable to find QTKit constant within a MacRuby app +--- Reporter: martinlagarde...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #669: Unable to find QTKit constant within a MacRuby app

2010-04-29 Thread MacRuby
#669: Unable to find QTKit constant within a MacRuby app +--- Reporter: martinlagarde...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #664: MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread

2010-04-30 Thread MacRuby
#664: MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread -+-- Reporter: dy...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #670: A more idiomatic rb_main for MacRuby applications

2010-05-02 Thread MacRuby
#670: A more idiomatic rb_main for MacRuby applications -+-- Reporter: d...@…| Owner: lsansone...@… Type: enhancement | Status: new Priority: trivial

[MacRuby-devel] [MacRuby] #671: MacRuby developers can't know if their arrays are mutable or immutable

2010-05-02 Thread MacRuby
#671: MacRuby developers can't know if their arrays are mutable or immutable -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status:

[MacRuby-devel] [MacRuby] #672: NSException can't be rescued properly

2010-05-02 Thread MacRuby
ocker | Milestone: MacRuby 0.6 Component: MacRuby |Keywords: -+-- {{{ begin; [1,2,3].copy << 4; rescue; puts 'oopsie'; end uncaught Obje

Re: [MacRuby-devel] [MacRuby] #671: MacRuby developers can't know if their arrays are mutable or immutable

2010-05-02 Thread MacRuby
#671: MacRuby developers can't know if their arrays are mutable or immutable -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status:

[MacRuby-devel] [MacRuby] #673: macruby_main() should always ignore RUBYOPT

2010-05-02 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ It is common for Ruby users to define RUBYOPT to "-r rubygems" in their default environme

Re: [MacRuby-devel] [MacRuby] #671: MacRuby developers can't know if their arrays are mutable or immutable

2010-05-02 Thread MacRuby
#671: MacRuby developers can't know if their arrays are mutable or immutable -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: c

Re: [MacRuby-devel] [MacRuby] #672: NSException can't be rescued properly

2010-05-02 Thread MacRuby
ocker | Milestone: MacRuby 0.6 Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): This is now fixed in r4004. Calling Ruby destructive metho

Re: [MacRuby-devel] [MacRuby] #673: macruby_main() should always ignore RUBYOPT

2010-05-02 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Fixed in r4006. The change will be backported to the 0.6 branch later

Re: [MacRuby-devel] [MacRuby] #673: macruby_main() should always ignore RUBYOPT

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

Re: [MacRuby-devel] [MacRuby] #672: NSException can't be rescued properly

2010-05-02 Thread MacRuby
ocker |Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new =>

[MacRuby-devel] [MacRuby] #674: Shoulda fails because of oddity with block_given?

2010-05-03 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- The attached file shows that shoulda (on 0.5 and a recent version of 0.7) behaves incorrectly. The

Re: [MacRuby-devel] [MacRuby] #674: Shoulda fails because of oddity with block_given?

2010-05-03 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by mar...@…): The file with the code I quoted above is shoulda-2.10.3/lib/context.rb Note

Re: [MacRuby-devel] [MacRuby] #674: Shoulda fails because of oddity with block_given?

2010-05-03 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): I have troubles reducing it. {{{ $ ./miniruby -e "def foo(&b)

[MacRuby-devel] [MacRuby] #675: Trying to do I/O on empty NSString crashes MacRuby

2010-05-03 Thread MacRuby
#675: Trying to do I/O on empty NSString crashes MacRuby ---+ Reporter: j...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #675: Trying to do I/O on empty NSString crashes MacRuby

2010-05-03 Thread MacRuby
#675: Trying to do I/O on empty NSString crashes MacRuby ---+ Reporter: j...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

[MacRuby-devel] [MacRuby] #676: MacRuby 0.6 requires g++ 4.2 in Leopard

2010-05-03 Thread MacRuby
#676: MacRuby 0.6 requires g++ 4.2 in Leopard +--- Reporter: came...@… | Owner: lsansone...@… Type: defect | Status: new Priority: critical

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

2010-05-03 Thread MacRuby
ocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: rubygems, grit, gems ---+ Comment(by kayla.rose...@…): Replying to [comment:1 kayla.rose...@…]: > Cc Me! I recently upg

[MacRuby-devel] [MacRuby] #677: Macruby segfaults when performing symbol#to_json

2010-05-03 Thread MacRuby
#677: Macruby segfaults when performing symbol#to_json --+- Reporter: bricoll...@… | Owner: lsansone...@… Type: defect| Status: new Priority: major

[MacRuby-devel] [MacRuby] #678: Installing jeweler makes macruby blow up.

2010-05-03 Thread MacRuby
#678: Installing jeweler makes macruby blow up. +--- Reporter: t...@… | Owner: lsansone...@… Type: defect | Status: new Priority

[MacRuby-devel] [MacRuby] #679: U_REGEX_BAD_ESCAPE_SEQUENCE while requiring nokogiri

2010-05-03 Thread MacRuby
| Milestone: MacRuby 0.6 Component: MacRuby |Keywords: nokogiri --+- I managed to get nokogiri installed using: sudo macgem install nokogiri -- \ --with- xml2-include

Re: [MacRuby-devel] [MacRuby] #679: U_REGEX_BAD_ESCAPE_SEQUENCE while requiring nokogiri

2010-05-03 Thread MacRuby
| Milestone: MacRuby 0.6 Component: MacRuby |Keywords: nokogiri --+- Comment(by t...@…): I get a similar error trying to use [http://github.com/sporkmonger/addressable

[MacRuby-devel] [MacRuby] #680: String.crypt crashes when called with no arguments

2010-05-04 Thread MacRuby
| Milestone: MacRuby 0.6 Component: MacRuby|Keywords: ---+ When calling String.crypt with no arguments macruby crashes: {{{ > macirb irb(main):001:0> "h

[MacRuby-devel] [MacRuby] #681: YAML::add_domain_type is undefined

2010-05-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: yaml add_domain_type +--- macruby -e "require 'yaml'; YAML::add_domain_type('db.com,2010'

[MacRuby-devel] [MacRuby] #682: files delivered in site_ruby; should be in vendor_ruby

2010-05-04 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- MacRuby 0.7: There are files delivered in site_ruby: {{{ bigdecimal/ openssl

Re: [MacRuby-devel] [MacRuby] #674: Shoulda fails because of oddity with block_given?

2010-05-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by mar...@…): It's more complicated. It seems as if block_given? acts like a local var

Re: [MacRuby-devel] [MacRuby] #674: Shoulda fails because of oddity with block_given?

2010-05-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by mar...@…): This code is maybe clearer about what's going on: {{{ def s

[MacRuby-devel] [MacRuby] #683: rake failed for MacRuby-0.6 on Mac OS X 10.5.8

2010-05-04 Thread MacRuby
#683: rake failed for MacRuby-0.6 on Mac OS X 10.5.8 --+- Reporter: bhuel...@…| Owner: lsansone...@… Type: defect| Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #684: MacRuby cannot run tests using the Shoulda gem

2010-05-04 Thread MacRuby
#684: MacRuby cannot run tests using the Shoulda gem +--- Reporter: m...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #674: Shoulda fails because of oddity with block_given?

2010-05-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Thanks a lot for the reduction, added in the test_vm suite as r4017

Re: [MacRuby-devel] [MacRuby] #684: MacRuby cannot run tests using the Shoulda gem

2010-05-04 Thread MacRuby
#684: MacRuby cannot run tests using the Shoulda gem +--- Reporter: m...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #677: Macruby segfaults when performing symbol#to_json

2010-05-04 Thread MacRuby
#677: Macruby segfaults when performing symbol#to_json --+- Reporter: bricoll...@… |Owner: lsansone...@… Type: defect| Status: closed Priority: major

[MacRuby-devel] [MacRuby] #685: inject doesn't work with Procs

2010-05-04 Thread MacRuby
major| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- {{{ >> plus = :+.to_proc => # >> (1..100).inject(&plus) ArgumentError: wron

Re: [MacRuby-devel] [MacRuby] #684: MacRuby cannot run tests using the Shoulda gem

2010-05-04 Thread MacRuby
#684: MacRuby cannot run tests using the Shoulda gem +--- Reporter: m...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

[MacRuby-devel] [MacRuby] #686: security escalation bug via pretty_print & Dir.entries

2010-05-04 Thread MacRuby
new Priority: major | Milestone: Component: MacRuby |Keywords: SAFE security taint --+- I found a bug in macruby that doesn't repro under ruby 1.9.1: {{{

Re: [MacRuby-devel] [MacRuby] #686: security escalation bug via pretty_print & Dir.entries

2010-05-04 Thread MacRuby
osed Priority: major |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: SAFE security taint | --+- Changes (by lsan

Re: [MacRuby-devel] [MacRuby] #684: MacRuby cannot run tests using the Shoulda gem

2010-05-04 Thread MacRuby
#684: MacRuby cannot run tests using the Shoulda gem +--- Reporter: m...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #684: MacRuby cannot run tests using the Shoulda gem

2010-05-04 Thread MacRuby
#684: MacRuby cannot run tests using the Shoulda gem +--- Reporter: m...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

[MacRuby-devel] [MacRuby] #687: Build of MacRuby 0.6 on OSX 10.5.8 fails

2010-05-05 Thread MacRuby
#687: Build of MacRuby 0.6 on OSX 10.5.8 fails -+-- Reporter: d...@…| Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #687: Build of MacRuby 0.6 on OSX 10.5.8 fails

2010-05-05 Thread MacRuby
#687: Build of MacRuby 0.6 on OSX 10.5.8 fails --+- Reporter: d...@… |Owner: lsansone...@… Type: defect| Status: closed Priority

Re: [MacRuby-devel] [MacRuby] #336: NoMethodError with shoulda tests

2010-05-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: shoulda +--- Changes (by lsansone...@…): * milestone: MacRuby 0.5 => Comment: We need a reduct

[MacRuby-devel] [MacRuby] #688: IB fails to read classfile in Ruby Cocoa project

2010-05-05 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: IB XCode project --+- Had a problem with Interface Builder parsing a XCode project using MacRuby. Raised a bug in Radar

Re: [MacRuby-devel] [MacRuby] #688: IB fails to read classfile in Ruby Cocoa project

2010-05-05 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: IB XCode project --+- Description changed by martinlagarde...@…: Old description: > Had a problem with Interface Buil

Re: [MacRuby-devel] [MacRuby] #688: IB fails to read classfile in Ruby Cocoa project

2010-05-05 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: IB XCode project --+- Description changed by martinlagarde...@…: Old description: > Had a problem with Interface Buil

[MacRuby-devel] [MacRuby] #689: Net::HTTP.post_form() is broken.

2010-05-05 Thread MacRuby
: Component: MacRuby |Keywords: -+-- I'm running the latest nightly(05/05/2010), to reproduce: {{{ require 'net/http' Net::HTTP.post_form(

Re: [MacRuby-devel] [MacRuby] #689: Net::HTTP.post_form() is broken.

2010-05-05 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by r...@…): Replying to [ticket:689 r...@…]: > I'm running the latest nightly(05/05/2010), to r

[MacRuby-devel] [MacRuby] #690: calling `!= nil' on an NSString raises a TypeError exception

2010-05-05 Thread MacRuby
new Priority: blocker| Milestone: Component: MacRuby|Keywords: ---+ {{{ $ ./miniruby -e "p NSString.stringWithString('42') !=

[MacRuby-devel] [MacRuby] #691: Runtime should allow pointer types for C-string arguments

2010-05-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- The MacRuby runtime does not allow calls to C functions that take a string buffer using Pointer

[MacRuby-devel] [MacRuby] #692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks

2010-05-05 Thread MacRuby
#692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks +--- Reporter: m...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #693: 0.6 Abort traps caused by 'require' and 'framework' in that order

2010-05-05 Thread MacRuby
| Status: new Priority: major| Milestone: Component: MacRuby |Keywords: -+-- Here's a program: {{{ require 'rubygems' gem

[MacRuby-devel] [MacRuby] #694: framework 'Cocoa' in macirb crashes 0.6, 0.7

2010-05-06 Thread MacRuby
ty: major| Milestone: Component: MacRuby |Keywords: -+-- {{{ 787 $ macirb irb(main):001:0> framework 'Cocoa' framework 'Cocoa'

Re: [MacRuby-devel] [MacRuby] #694: framework 'Cocoa' in macirb crashes 0.6, 0.7

2010-05-06 Thread MacRuby
ty: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by hghoe...@…): {{{ macirb irb(main):001:0> framework 'Cocoa' =

Re: [MacRuby-devel] [MacRuby] #694: framework 'Cocoa' in macirb crashes 0.6, 0.7

2010-05-06 Thread MacRuby
ty: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): No issue here either: {{{ $> macirb irb(main):001:0>

[MacRuby-devel] [MacRuby] #695: Bitwise operations on Float results in Seg fault

2010-05-06 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ MacRuby allows bitwise operations on Float but crashes with a segmentation fault when called: {{{ irb(main

Re: [MacRuby-devel] [MacRuby] #694: framework 'Cocoa' in macirb crashes 0.6, 0.7

2010-05-06 Thread MacRuby
ty: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Please attach the crash log file (you can find it in ~/Li

Re: [MacRuby-devel] [MacRuby] #680: String.crypt crashes when called with no arguments

2010-05-06 Thread MacRuby
|Milestone: MacRuby 0.7 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by lsansone...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #695: Bitwise operations on Float results in Seg fault

2010-05-06 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Looks like these operations should not be callable on floats. However, on my

Re: [MacRuby-devel] [MacRuby] #695: Bitwise operations on Float results in Seg fault

2010-05-06 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): I reproduced on 10.6.3. Here is the backtrace: {{{ Thread 0 Crashed

Re: [MacRuby-devel] [MacRuby] #684: MacRuby cannot run tests using the Shoulda gem

2010-05-06 Thread MacRuby
#684: MacRuby cannot run tests using the Shoulda gem +--- Reporter: m...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major

Re: [MacRuby-devel] [MacRuby] #691: Runtime should allow pointer types for C-string arguments

2010-05-06 Thread MacRuby
: major |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #685: inject doesn't work with Procs

2010-05-06 Thread MacRuby
major| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): I guess this error is related to that: {{{ $> ruby1

Re: [MacRuby-devel] [MacRuby] #690: calling `!= nil' on an NSString raises a TypeError exception

2010-05-06 Thread MacRuby
losed Priority: blocker|Milestone: MacRuby 0.7 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by lsansone...@…): * s

Re: [MacRuby-devel] [MacRuby] #669: Unable to find QTKit constant within a MacRuby app

2010-05-06 Thread MacRuby
#669: Unable to find QTKit constant within a MacRuby app +--- Reporter: martinlagarde...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks

2010-05-06 Thread MacRuby
#692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks +--- Reporter: m...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks

2010-05-06 Thread MacRuby
#692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks +--- Reporter: m...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #695: Bitwise operations on Float results in Seg fault

2010-05-06 Thread MacRuby
|Milestone: MacRuby 0.7 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by lsansone...@…): * status: new => closed * resolut

[MacRuby-devel] [MacRuby] #696: net/ftp doesn't work

2010-05-06 Thread MacRuby
ocker| Milestone: Component: MacRuby|Keywords: ---+ Net::FTP.new(server, user, password) gives the following error in MacRuby 0.6 EOFError: end of

[MacRuby-devel] [MacRuby] #697: potential regex bug

2010-05-06 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ I tried to use the coderay syntax highlighting gem. The following trivial statement gives a a regex

Re: [MacRuby-devel] [MacRuby] #679: U_REGEX_BAD_ESCAPE_SEQUENCE while requiring nokogiri

2010-05-06 Thread MacRuby
|Milestone: MacRuby 0.6 Component: MacRuby | Resolution: duplicate Keywords: nokogiri | --+- Changes (by martinlagarde...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #697: potential regex bug

2010-05-06 Thread MacRuby
|Milestone: Component: MacRuby| Resolution: duplicate Keywords: | ---+ Changes (by martinlagarde...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks

2010-05-06 Thread MacRuby
#692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks +--- Reporter: m...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #612: RegexpError: U_REGEX_BAD_ESCAPE_SEQUENCE

2010-05-06 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Also happens with: {{{ > macruby -e "p /\0/" -e:1: regexp `\0

[MacRuby-devel] [MacRuby] #698: addressBook framework doesn't get load

2010-05-07 Thread MacRuby
minor | Milestone: Component: MacRuby |Keywords: addressBook +--- when I try to run the code below in Textmate e.g, the "AddressBook framework" d

[MacRuby-devel] [MacRuby] #699: While installing twt, failed compile in yajl

2010-05-07 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- twt needs the Yet-Another-JSON-Library gem (yajl). While trying to compile it, it fails with the following

[MacRuby-devel] [MacRuby] #700: Escaped Unicode chars in hex are not recogized

2010-05-07 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: unicode +--- {{{ $ macruby_select 0.7 -e 'p "R\xfcbe"' "R\xFCbe" }}} 0.5 does it correct: {{{ $ mac

Re: [MacRuby-devel] [MacRuby] #698: addressBook framework doesn't get load

2010-05-07 Thread MacRuby
minor | Milestone: Component: MacRuby |Keywords: addressBook +--- Description changed by martinlagarde...@…: Old description: > when I try to run the code

Re: [MacRuby-devel] [MacRuby] #698: AddressBook framework doesn't load in TextMate (was: addressBook framework doesn't get load)

2010-05-07 Thread MacRuby
minor | Milestone: Component: MacRuby |Keywords: addressBook +--- Description changed by martinlagarde...@…: Old description: > when I try to run

Re: [MacRuby-devel] [MacRuby] #698: AddressBook framework doesn't load in TextMate

2010-05-07 Thread MacRuby
minor | Milestone: Component: MacRuby |Keywords: addressBook +--- Comment(by martinlagarde...@…): Hi! The first bug (running the MacRuby script

Re: [MacRuby-devel] [MacRuby] #699: While installing twt, failed compile in yajl

2010-05-07 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): The issue being: {{{ yajl_ext.c:116: warning: passing argument 2 of

Re: [MacRuby-devel] [MacRuby] #612: RegexpError: U_REGEX_BAD_ESCAPE_SEQUENCE

2010-05-07 Thread MacRuby
|Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #685: inject doesn't work with Procs

2010-05-07 Thread MacRuby
major| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Currently procs created with Symbol#to_proc do not accept arguments. Thi

Re: [MacRuby-devel] [MacRuby] #685: inject doesn't work with Procs

2010-05-07 Thread MacRuby
major|Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new =>

Re: [MacRuby-devel] [MacRuby] #650: Issues with passing procs/methods to #map

2010-05-07 Thread MacRuby
|Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolut

[MacRuby-devel] [MacRuby] #701: Hash: complex keys don't work correctly

2010-05-08 Thread MacRuby
stone: MacRuby 0.7 Component: MacRuby |Keywords: +--- The generated hash-key of two objects must be the same when the objects are equal. {{{ $ cat h.r

[MacRuby-devel] [MacRuby] #702: AudioTimeStamp.new crashes MacRuby 0.6

2010-05-09 Thread MacRuby
#702: AudioTimeStamp.new crashes MacRuby 0.6 ---+ Reporter: nagachik...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

[MacRuby-devel] [MacRuby] #703: Call AudioDeviceCreateIOProcID() cause assertion failed

2010-05-09 Thread MacRuby
: major | Milestone: Component: MacRuby|Keywords: ---+ I try to CoreAudio application by MacRuby and met some difficulties. Code

Re: [MacRuby-devel] [MacRuby] #702: AudioTimeStamp.new crashes MacRuby 0.6

2010-05-09 Thread MacRuby
#702: AudioTimeStamp.new crashes MacRuby 0.6 ---+ Reporter: nagachik...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #689: Net::HTTP.post_form() is broken.

2010-05-09 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by bricoll...@…): I've attached a patch, it uses the native NSString percent escaping instead of that ugly regex. Howev

Re: [MacRuby-devel] [MacRuby] #689: Net::HTTP.post_form() is broken.

2010-05-09 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by bricoll...@…): Better version uploaded -- Ticket URL: <http://www.macruby.org/trac/ticket/689#comment:4> MacRuby

[MacRuby-devel] [MacRuby] #704: Singleton bug with define_method

2010-05-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- I'm trying to dynamically add methods to my class in MacRuby. I'm getting a crash in my program. I haven't b

[MacRuby-devel] [MacRuby] #705: Have to_s() use -description

2010-05-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Whenever to_s has gone all the way to a base class like Object or NSObject, MacRuby should see if

Re: [MacRuby-devel] [MacRuby] #694: framework 'Cocoa' in macirb crashes 0.6, 0.7

2010-05-10 Thread MacRuby
ty: major|Milestone: Component: MacRuby | Resolution: worksforme Keywords: | -+-- Changes (by lsansone...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #699: While installing twt, failed compile in yajl

2010-05-10 Thread MacRuby
|Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #701: Hash: complex keys don't work correctly

2010-05-10 Thread MacRuby
stone: MacRuby 0.7 Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): The semantics of Ruby Hash use both #hash and #eql? to determine keys equality. These 2 date ob

Re: [MacRuby-devel] [MacRuby] #701: Hash: complex keys don't work correctly

2010-05-10 Thread MacRuby
major |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolution: => fixe

<    14   15   16   17   18   19   20   21   22   23   >