[MacRuby-devel] [MacRuby] #149: String concatenation loses encoding

2008-11-02 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Concatening strings loses the encoding:[[BR]] a = 'あ'[[BR]] a.encoding # => #[[BR]] (

[MacRuby-devel] [MacRuby] #150: invalid strings with IO.pipe and readline

2008-11-03 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Test case: {{{ #!/usr/local/bin/macruby r, w = IO.pipe w.write("

[MacRuby-devel] [MacRuby] #151: [[MacRuby sharedRuntime] evaluateString:@"a"] crashes the application

2008-11-05 Thread MacRuby
#151: [[MacRuby sharedRuntime] evaluateString:@"a"] crashes the application ---+ Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | St

[MacRuby-devel] [MacRuby] #152: KVC arguments not properly marshalled

2008-11-06 Thread MacRuby
: Component: MacRuby |Keywords: -+-- An argument isn’t being marshalled properly to mutable array KVC accessors. {{{ class KVCTest def initialize; @a = []; end

Re: [MacRuby-devel] [MacRuby] #152: KVC arguments not properly marshalled

2008-11-06 Thread MacRuby
: Component: MacRuby | Resolution: Keywords: | -+-- Comment(by [EMAIL PROTECTED]): This is really a method signature issue. -- Ticket URL: <h

Re: [MacRuby-devel] [MacRuby] #152: KVC arguments not properly marshalled

2008-11-06 Thread MacRuby
: Component: MacRuby | Resolution: Keywords: | -+-- Comment(by [EMAIL PROTECTED]): Here’s the proposal from Rich: {{{ kvo do def

[MacRuby-devel] [MacRuby] #153: TypeError not raised for 'String + nil'

2008-11-06 Thread MacRuby
ty: minor| Milestone: Component: MacRuby |Keywords: -+-- This is fairly minor since it's something that ought not to happen, except that both mac

Re: [MacRuby-devel] [MacRuby] #153: TypeError not raised for 'String + nil'

2008-11-06 Thread MacRuby
ty: minor|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by [EMAIL PROTECTED]): * status: new

[MacRuby-devel] [MacRuby] #154: Odd behavior with NSTableView

2008-11-06 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- I'm trying to learn some Mac programming via MacRuby & Xcode, so I built the project in the tutorial her

Re: [MacRuby-devel] [MacRuby] #152: KVC arguments not properly marshalled

2008-11-07 Thread MacRuby
: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by [EMAIL PROTECTED]): * status: new => closed * resolution: => fixed C

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

2008-11-07 Thread MacRuby
: MacRuby 0.4 Component: MacRuby | Resolution: Keywords: | -+-- Changes (by [EMAIL PROTECTED]): * owner: [EMAIL PROTECTED] => [EMAIL PROTECTED] * sta

Re: [MacRuby-devel] [MacRuby] #152: KVC arguments not properly marshalled

2008-11-07 Thread MacRuby
: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by [EMAIL PROTECTED]): * milestone: => MacRuby 0.4 -- Ticket URL: &l

[MacRuby-devel] [MacRuby] #155: arrays can'e be changed while being enumerated

2008-11-08 Thread MacRuby
tical | Milestone: Component: MacRuby|Keywords: ---+ collections in ruby can be modified in place, but this is not allowed with NSMutableArray. rb_main.rb:

Re: [MacRuby-devel] [MacRuby] #151: [[MacRuby sharedRuntime] evaluateString:@"a"] crashes the application

2008-11-08 Thread MacRuby
#151: [[MacRuby sharedRuntime] evaluateString:@"a"] crashes the application ---+ Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | St

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

2008-11-08 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: Keywords: | -+-- Comment(by [EMAIL PROTECTED]): I cannot reproduce your problem with MacRuby

Re: [MacRuby-devel] [MacRuby] #147: HotCocoa failed to run on OSX 1.0.5.4 PPC arch

2008-11-08 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: Keywords:| --+- Changes (by [EMAIL PROTECTED]): * milestone: MacRuby 0.3

Re: [MacRuby-devel] [MacRuby] #147: HotCocoa failed to run on OSX 1.0.5.4 PPC arch

2008-11-08 Thread MacRuby
|Milestone: MacRuby 1.0 Component: MacRuby | Resolution: Keywords:| --+- Changes (by [EMAIL PROTECTED]): * milestone: MacRuby 0.4

Re: [MacRuby-devel] [MacRuby] #142: Infinite loop creating new Monitor object

2008-11-08 Thread MacRuby
|Milestone: MacRuby 0.3 Component: MacRuby| Resolution: Keywords: | ---+ Comment(by [EMAIL PROTECTED]): This can actually

[MacRuby-devel] [MacRuby] #156: macirb fails using Japanese locales

2008-11-08 Thread MacRuby
| Milestone: MacRuby 0.4 Component: MacRuby |Keywords: +--- Using trunk(r721), macirb fails to start when LANG is ja_JP. including ja_JP.UTF-8, ja_JP.SJIS, ja_JP.EUC. {{{ [EMAIL

Re: [MacRuby-devel] [MacRuby] #156: macirb fails using Japanese locales

2008-11-08 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: Keywords: | +--- Comment(by [EMAIL PROTECTED]): Probably related to a Ruby 1.9 issue * http

Re: [MacRuby-devel] [MacRuby] #85: NKF doesn't work

2008-11-08 Thread MacRuby
#85: NKF doesn't work -+-- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: minor|Milestone: MacRub

Re: [MacRuby-devel] [MacRuby] #142: Infinite loop creating new Monitor object

2008-11-08 Thread MacRuby
|Milestone: MacRuby 0.3 Component: MacRuby| Resolution: Keywords: | ---+ Comment(by [EMAIL PROTECTED]): Just ran into the

Re: [MacRuby-devel] [MacRuby] #75: 64-bit Support

2008-11-09 Thread MacRuby
#75: 64-bit Support ---+ Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: closed Priority: blocker|Milestone: MacRuby

Re: [MacRuby-devel] [MacRuby] #74: DTrace / Instruments.app Support

2008-11-09 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby| Resolution: Keywords: | ---+ Comment(by [EMAIL PROTECTED]): DTrace probes have been added in trunk since

Re: [MacRuby-devel] [MacRuby] #142: Infinite loop creating new Monitor object

2008-11-09 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby| Resolution: Keywords: | ---+ Changes (by [EMAIL PROTECTED]): * milestone

Re: [MacRuby-devel] [MacRuby] #144: require of hotcocoa fails on case sensitive file system

2008-11-09 Thread MacRuby
|Milestone: Component: MacRuby| Resolution: Keywords: hotcocoa | ---+ Changes (by [EMAIL PROTECTED]): * owner: [EMAIL PROTECTED] => [EM

[MacRuby-devel] [MacRuby] #157: MacRuby/miniruby segfaults while building

2008-11-10 Thread MacRuby
#157: MacRuby/miniruby segfaults while building -+-- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #157: MacRuby/miniruby segfaults while building

2008-11-10 Thread MacRuby
#157: MacRuby/miniruby segfaults while building -+-- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #158: MacRuby tutorial comments

2008-11-10 Thread MacRuby
#158: MacRuby tutorial comments ---+ Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: minor | Milestone

Re: [MacRuby-devel] [MacRuby] #158: MacRuby tutorial comments

2008-11-10 Thread MacRuby
#158: MacRuby tutorial comments ---+ Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: closed Priority: minor |Milestone

[MacRuby-devel] [MacRuby] #159: "%d" with large integer argument gives conversion error

2008-11-11 Thread MacRuby
ty: major| Milestone: Component: MacRuby |Keywords: -+-- The following script reproduces the error easily: {{{ N = 34363859232 p N p N.class

Re: [MacRuby-devel] [MacRuby] #142: Infinite loop creating new Monitor object

2008-11-11 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby| Resolution: Keywords: | ---+ Comment(by [EMAIL PROTECTED]): The patch I just

Re: [MacRuby-devel] [MacRuby] #157: MacRuby/miniruby segfaults while building

2008-11-11 Thread MacRuby
#157: MacRuby/miniruby segfaults while building -+-- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #142: Infinite loop creating new Monitor object

2008-11-11 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby| Resolution: Keywords: | ---+ Comment(by [EMAIL PROTECTED]): Thanks for the

Re: [MacRuby-devel] [MacRuby] #142: Infinite loop creating new Monitor object

2008-11-11 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby| Resolution: Keywords: | ---+ Comment(by [EMAIL PROTECTED]): Sounds good. I was

[MacRuby-devel] [MacRuby] #160: Opening a TCPSocket causes GC exception

2008-11-11 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: ext socket -+-- TCPSocket (perhaps other sockets, too, but TCPSocket for sure) apparently doesn't like MacRuby (or vice-

Re: [MacRuby-devel] [MacRuby] #160: Opening a TCPSocket causes GC exception

2008-11-11 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: Keywords: ext socket | -+-- Comment(by [EMAIL PROTECTED]): I managed to track it down to rb_fd_init in

Re: [MacRuby-devel] [MacRuby] #160: Opening a TCPSocket causes GC exception

2008-11-11 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: ext socket | -+-- Changes (by [EMAIL PROTECTED]): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #159: "%d" with large integer argument gives conversion error

2008-11-11 Thread MacRuby
ty: major|Milestone: Component: MacRuby | Resolution: Keywords: | -+-- Comment(by [EMAIL PROTECTED]): At a glance it look

Re: [MacRuby-devel] [MacRuby] #134: require 'rexml/document' fails

2008-11-12 Thread MacRuby
ty: major |Milestone: Component: MacRuby | Resolution: Keywords: | +--- Comment(by [EMAIL PROTECTED]): Here is a reduction of the bug c

[MacRuby-devel] [MacRuby] #161: `macgem install` fails for the "wirble" gem

2008-11-13 Thread MacRuby
ty: minor | Milestone: Component: MacRuby |Keywords: --+- Not sure what the state of macgem is, and what is necessary to make a gem

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

2008-11-14 Thread MacRuby
: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by [EMAIL PROTECTED]): * status: assigned => closed * resolution: =>

Re: [MacRuby-devel] [MacRuby] #152: KVC arguments not properly marshalled

2008-11-14 Thread MacRuby
: MacRuby 0.4 Component: MacRuby | Resolution: Keywords: | -+-- Changes (by [EMAIL PROTECTED]): * status: closed => reopened * resolution: fi

Re: [MacRuby-devel] [MacRuby] #152: KVC arguments not properly marshalled

2008-11-14 Thread MacRuby
: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by [EMAIL PROTECTED]): * status: reopened => closed * resolution: =>

[MacRuby-devel] [MacRuby] #162: Lack of support of selectors in BridgeSupport

2008-11-15 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- When I run http://pastie.org/315934 and I press a button the application crashes: http

[MacRuby-devel] [MacRuby] #163: macruby_main forces a relative path

2008-11-16 Thread MacRuby
| Milestone: MacRuby 0.4 Component: MacRuby |Keywords: --+- Sometimes it makes sense to load a script from a path external to the main bundle (say, inside an input manager or

[MacRuby-devel] [MacRuby] #164: MacRuby crashes Cocoa app with exception in CFEqual

2008-11-18 Thread MacRuby
#164: MacRuby crashes Cocoa app with exception in CFEqual +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #164: MacRuby crashes Cocoa app with exception in CFEqual

2008-11-18 Thread MacRuby
#164: MacRuby crashes Cocoa app with exception in CFEqual +--- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #164: MacRuby crashes Cocoa app with exception in CFEqual

2008-11-18 Thread MacRuby
#164: MacRuby crashes Cocoa app with exception in CFEqual +--- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #164: MacRuby crashes Cocoa app with exception in CFEqual

2008-11-18 Thread MacRuby
#164: MacRuby crashes Cocoa app with exception in CFEqual +--- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #165: MacRuby broken on 10.5

2008-11-19 Thread MacRuby
#165: MacRuby broken on 10.5 +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker | Milestone

Re: [MacRuby-devel] [MacRuby] #165: MacRuby broken on 10.5

2008-11-19 Thread MacRuby
#165: MacRuby broken on 10.5 -+-- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #165: Embeddable MacRuby.framework misses the BridgeSupport dylib files (was: MacRuby broken on 10.5)

2008-11-20 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby |Keywords: crash,bridge support,gc +--- Comment(by [EMAIL PROTECTED]): Indeed, that's a serious pr

[MacRuby-devel] [MacRuby] #166: Bus error when installing gem

2008-11-20 Thread MacRuby
: blocker | Milestone: MacRuby 0.4 Component: MacRuby |Keywords: --+- Whenever I try to install a Gem macruby crashes with a bus error. I attached a strack

Re: [MacRuby-devel] [MacRuby] #164: MacRuby crashes Cocoa app with exception in CFEqual

2008-11-20 Thread MacRuby
#164: MacRuby crashes Cocoa app with exception in CFEqual +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #142: Infinite loop creating new Monitor object

2008-11-22 Thread MacRuby
Priority: major |Milestone: MacRuby 0.4 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by [EMAIL

[MacRuby-devel] [MacRuby] #167: Autoload throws an exception at the second call

2008-11-23 Thread MacRuby
Priority: critical| Milestone: Component: MacRuby |Keywords: +--- The second call to autoload always throws an exception: {{{ ./miniruby

Re: [MacRuby-devel] [MacRuby] #162: Lack of support of selectors in BridgeSupport

2008-11-23 Thread MacRuby
Priority: major |Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by [EMAIL PROTECTED

[MacRuby-devel] [MacRuby] #168: NSNotFound is different from returned values

2008-11-23 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- Code: {{{ s = 'test' r = s.rangeOfString 'abc' puts r.locat

Re: [MacRuby-devel] [MacRuby] #167: Autoload throws an exception at the second call

2008-11-24 Thread MacRuby
Priority: critical|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by [EMAIL

Re: [MacRuby-devel] [MacRuby] #168: NSNotFound is different from returned values

2008-11-24 Thread MacRuby
: blocker |Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by [EMAIL PROTECTED]): * status: new

Re: [MacRuby-devel] [MacRuby] #164: MacRuby crashes Cocoa app with exception in CFEqual

2008-11-26 Thread MacRuby
#164: MacRuby crashes Cocoa app with exception in CFEqual +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #164: MacRuby crashes Cocoa app with exception in CFEqual

2008-11-28 Thread MacRuby
#164: MacRuby crashes Cocoa app with exception in CFEqual +--- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #163: macruby_main forces a relative path

2008-11-28 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by [EMAIL PROTECTED]): * status: new => clo

[MacRuby-devel] [MacRuby] #169: [HotCocoa] status_item mapping doesn't appear to work

2008-11-29 Thread MacRuby
new Priority: minor | Milestone: Component: MacRuby |Keywords: +--- I'm porting a little single file rubycocoa app to check out hotcocoa but

Re: [MacRuby-devel] [MacRuby] #169: [HotCocoa] status_item mapping doesn't appear to work

2008-11-29 Thread MacRuby
new Priority: minor | Milestone: Component: MacRuby |Keywords: +--- Comment(by [EMAIL PROTECTED]): Should have mentioned, MacRuby is svn r758 -- T

Re: [MacRuby-devel] [MacRuby] #169: [HotCocoa] status_item mapping doesn't appear to work

2008-11-29 Thread MacRuby
new Priority: minor | Milestone: Component: MacRuby |Keywords: +--- Changes (by [EMAIL PROTECTED]): * owner: [EMAIL PROTECTED] => [EMAIL PROTECTED]

[MacRuby-devel] [MacRuby] #170: rake clean target does not delete miniruby

2008-11-29 Thread MacRuby
| Milestone: MacRuby 0.4 Component: MacRuby|Keywords: ---+ See subject line. One frequent problem for people following -trunk is that internal changes to MacRuby can cause

Re: [MacRuby-devel] [MacRuby] #169: [HotCocoa] status_item mapping doesn't appear to work

2008-11-29 Thread MacRuby
new Priority: minor | Milestone: Component: MacRuby |Keywords: +--- Comment(by [EMAIL PROTECTED]): The code works if either: * "include HotCocoa&qu

Re: [MacRuby-devel] [MacRuby] #155: arrays can'e be changed while being enumerated

2008-11-29 Thread MacRuby
ority: critical | Milestone: MacRuby 1.0 Component: MacRuby|Keywords: ---+ Changes (by [EMAIL PROTECTED]): * milestone: => MacRuby 1.0 Comment: This is

Re: [MacRuby-devel] [MacRuby] #165: Embeddable MacRuby.framework misses the BridgeSupport dylib files

2008-11-30 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby |Keywords: crash,bridge support,gc +--- Comment(by [EMAIL PROTECTED]): I committed the necessary

Re: [MacRuby-devel] [MacRuby] #136: NSProgressIndicator freezes application

2008-12-01 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by [EMAIL PROTECTED]): I couldn't reproduce this. I'm using the most recent revi

[MacRuby-devel] [MacRuby] #171: [trunk/#762] build fails in ripper extension

2008-12-02 Thread MacRuby
: blocker | Milestone: MacRuby 0.4 Component: MacRuby |Keywords: bison, ripper -+-- Trunk at both #760 and #762 fails the same way inside the ripper extension: I have bison 2.4

Re: [MacRuby-devel] [MacRuby] #171: [trunk/#762] build fails in ripper extension

2008-12-02 Thread MacRuby
: blocker | Milestone: MacRuby 0.4 Component: MacRuby |Keywords: bison, ripper -+-- Comment(by [EMAIL PROTECTED]): Sorry, formatting is messed up... {{{ compiling ripper

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

2008-12-02 Thread MacRuby
: MacRuby 0.4 Component: MacRuby |Keywords: --+- I am trying to use some existing ruby code in my core data document based app. After switching the application over to MacRuby I

Re: [MacRuby-devel] [MacRuby] #70: Need a RubyCocoa compatible layer

2008-12-02 Thread MacRuby
| Milestone: MacRuby 1.0 Component: MacRuby|Keywords: ---+ Changes (by [EMAIL PROTECTED]): * milestone: MacRuby 0.4 => MacRuby 1.0 -- Ticket URL: &l

Re: [MacRuby-devel] [MacRuby] #157: MacRuby/miniruby segfaults while building

2008-12-02 Thread MacRuby
#157: MacRuby/miniruby segfaults while building -+-- Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Status: closed Priority

Re: [MacRuby-devel] [MacRuby] #89: [RubyCocoa Layer] Need to implement some of the RubyCocoa C API

2008-12-02 Thread MacRuby
Priority: blocker| Milestone: MacRuby 1.0 Component: MacRuby|Keywords: ---+ Changes (by [EMAIL PROTECTED]): * milestone: MacRuby 0.4 => MacRuby

Re: [MacRuby-devel] [MacRuby] #69: [RubyCocoa Layer] method_missing like behaviour for pure Objective-C objects that try to send messages to pure Ruby objects.

2008-12-02 Thread MacRuby
: enhancement | Status: new Priority: trivial | Milestone: MacRuby 1.0 Component: MacRuby |Keywords: rubycocoa layer -+-- Changes

[MacRuby-devel] [MacRuby] #173: Need to expose the SVN revision number as a constant

2008-12-02 Thread MacRuby
Priority: blocker| Milestone: MacRuby 1.0 Component: MacRuby|Keywords: ---+ It would be great for debugging purposes to expose the SVN revision number as a

Re: [MacRuby-devel] [MacRuby] #131: Dictionary arg not accepted

2008-12-02 Thread MacRuby
|Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by [EMAIL PROTECTED]): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #165: Embeddable MacRuby.framework misses the BridgeSupport dylib files

2008-12-02 Thread MacRuby
: closed Priority: blocker |Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: crash,bridge support,gc | -+-- Changes (by

Re: [MacRuby-devel] [MacRuby] #165: Embeddable MacRuby.framework misses the BridgeSupport dylib files

2008-12-03 Thread MacRuby
: closed Priority: blocker |Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: crash,bridge support,gc | -+-- Comment(by

Re: [MacRuby-devel] [MacRuby] #165: Embeddable MacRuby.framework misses the BridgeSupport dylib files

2008-12-03 Thread MacRuby
: closed Priority: blocker |Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: crash,bridge support,gc | -+-- Comment(by

[MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-03 Thread MacRuby
#174: Allow embedding of arbitrary versions of MacRuby +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-03 Thread MacRuby
#174: Allow embedding of arbitrary versions of MacRuby +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-03 Thread MacRuby
#174: Allow embedding of arbitrary versions of MacRuby +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #173: Need to expose the SVN revision number as a constant

2008-12-03 Thread MacRuby
Priority: blocker| Milestone: MacRuby 1.0 Component: MacRuby|Keywords: ---+ Comment(by [EMAIL PROTECTED]): One thing to keep in mind is that if you ever move

Re: [MacRuby-devel] [MacRuby] #54: build on Leopard fails on readline

2008-12-03 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: Keywords: readline | -+-- Comment(by [EMAIL PROTECTED]): Wow, hadn't noticed so muc

Re: [MacRuby-devel] [MacRuby] #151: [[MacRuby sharedRuntime] evaluateString:@"a"] crashes the application

2008-12-03 Thread MacRuby
#151: [[MacRuby sharedRuntime] evaluateString:@"a"] crashes the application ---+ Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | St

Re: [MacRuby-devel] [MacRuby] #151: [[MacRuby sharedRuntime] evaluateString:@"a"] crashes the application

2008-12-03 Thread MacRuby
#151: [[MacRuby sharedRuntime] evaluateString:@"a"] crashes the application ---+ Reporter: [EMAIL PROTECTED] |Owner: [EMAIL PROTECTED] Type: defect | Statu

Re: [MacRuby-devel] [MacRuby] #173: Need to expose the SVN revision number as a constant

2008-12-03 Thread MacRuby
Priority: blocker|Milestone: MacRuby 0.4 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by [EMAIL PROTECTED

Re: [MacRuby-devel] [MacRuby] #173: Need to expose the SVN revision number as a constant

2008-12-03 Thread MacRuby
Priority: blocker|Milestone: MacRuby 0.4 Component: MacRuby| Resolution: Keywords: | ---+ Changes (by [EMAIL PROTECTED

Re: [MacRuby-devel] [MacRuby] #173: Need to expose the SVN revision number as a constant

2008-12-03 Thread MacRuby
Priority: blocker|Milestone: MacRuby 0.4 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by [EMAIL PROTECTED

[MacRuby-devel] [MacRuby] #175: Problem with r766 rakefile?

2008-12-07 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- I just tried to update to r766 and got the following: {{ Siona:~/Projects/ruby/MacRuby-Trunk matt$ svn up C

Re: [MacRuby-devel] [MacRuby] #175: Problem with r766 rakefile?

2008-12-07 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by [EMAIL PROTECTED]): Problem was local. I had a change to the Rakefile which svn kindly turned into

Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-07 Thread MacRuby
#174: Allow embedding of arbitrary versions of MacRuby +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-07 Thread MacRuby
#174: Allow embedding of arbitrary versions of MacRuby +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #175: Problem with r766 rakefile?

2008-12-07 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: invalid Keywords: | +--- Changes (by [EMAIL PROTECTED]): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #174: Allow embedding of arbitrary versions of MacRuby

2008-12-08 Thread MacRuby
#174: Allow embedding of arbitrary versions of MacRuby +--- Reporter: [EMAIL PROTECTED] | Owner: [EMAIL PROTECTED] Type: defect | Status: new Priority

  1   2   3   4   5   6   7   8   9   10   >