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 vincent.isamb...@…): MacRuby's strings will be rewritten at least partial

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...@…): Okay, I will keep it around just in case so I can test

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 lsansone...@…): The new String is for later (0.6). I didn't shark your

Re: [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: +--- Comment(by lsansone...@…): Are you running the app in 32-bit

[MacRuby-devel] [MacRuby] #467: macrubyc generate binary that does not work using File.dirname

2009-11-29 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- During the investigation for #424 I decide to try compiling my main script

[MacRuby-devel] [MacRuby] #468: String.split("") doesn't work as expected

2009-11-29 Thread MacRuby
ority: blocker | Milestone: Component: MacRuby |Keywords: -+-- As reported on the list String.split("") doesn't work as expected

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

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

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

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

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

2009-11-30 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] #466: NSTableView delegate for tool tip gives "unrecognized runtime type "

2009-11-30 Thread MacRuby
atus: new Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by jonat...@…): Laurent, thank you for the quic

[MacRuby-devel] [MacRuby] #469: Time#to_f gives wrong results on 32-bit architecture

2009-11-30 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Running the latest MacRuby nightly on a 32-bit machine, I get incorrect results back from Time#to_f. The

[MacRuby-devel] [MacRuby] #470: String comparison issues hotcocoa project

2009-11-30 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: String issue -+-- include_path = File.dirname(File.expand_path($0))[[BR]] include_path = File.dirname(include_path) if File.basename

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

2009-11-30 Thread MacRuby
s: closed Priority: minor |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (b

[MacRuby-devel] [MacRuby] #471: Problems with the simple-rss library

2009-12-01 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Hiya! I'm having some problems using simple-rss library with macruby. The attached snippet works both in ruby1.

[MacRuby-devel] [MacRuby] #472: built-in rss library doesn't work in HEAD

2009-12-01 Thread MacRuby
ocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Hiya! Having problems using de built-in rss library. Snippet attached. Thanks! -- Ticket URL:

[MacRuby-devel] [MacRuby] #473: setObjectValue does not set floats, integers in NSTextFields properly.

2009-12-01 Thread MacRuby
Priority: major | Milestone: Component: MacRuby|Keywords: NSTextField, setObjectValue ---+ When using setObjectValue (NSControl) with MacRuby

[MacRuby-devel] [MacRuby] #474: Sinatra's get method not being registered

2009-12-02 Thread MacRuby
stone: Component: MacRuby |Keywords: +--- When I run {{{ #!/usr/bin/env ruby require 'rubygems' require 'sinatra' get '/' do "I

Re: [MacRuby-devel] [MacRuby] #468: String.split("") doesn't work as expected

2009-12-02 Thread MacRuby
ority: blocker |Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by mattaimone...@…):

[MacRuby-devel] [MacRuby] #475: GCD Queues should print their label as their "to_s" method

2009-12-02 Thread MacRuby
atus: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Right no, GCD Queues have a generic (i.e., mostly usel

[MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-02 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Right now, GCD Groups are treated almost like a

[MacRuby-devel] [MacRuby] #477: Need GCD wrapper for dispatch_once

2009-12-02 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- We need an API for dispatch_once: http://developer.apple.com/mac/library/documentation

[MacRuby-devel] [MacRuby] #478: Need GCD wrapper for custom sources

2009-12-02 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- While GCD custom sources may seem exotic, they're really just accumulators.

Re: [MacRuby-devel] [MacRuby] #478: Need GCD wrapper for custom sources

2009-12-02 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): Or maybe even just: adder << data orer &

[MacRuby-devel] [MacRuby] #479: Need GCD wrapper for Process Sources

2009-12-02 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- We should wrap DISPATCH_SOURCE_TYPE_PROC http://developer.apple.com/mac/library

[MacRuby-devel] [MacRuby] #480: NSArray.alloc.initWithObjects('-i', nil) seg faults

2009-12-02 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- {{{macruby -e "p NSArray.alloc.initWithObjects('-i',

Re: [MacRuby-devel] [MacRuby] #480: NSArray.alloc.initWithObjects('-i', nil) seg faults

2009-12-02 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Description changed by mattaimone...@…: Old description: > {{{

[MacRuby-devel] [MacRuby] #481: macrubyc doesn't let you use ruby's stdlibs

2009-12-03 Thread MacRuby
: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- {{{ macrubyc search_to_pdf.rb -o converter --arch i386 --arch x86_64 $ ./con

Re: [MacRuby-devel] [MacRuby] #480: NSArray.alloc.initWithObjects('-i', nil) seg faults

2009-12-03 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: invalid Keywords: | -+-- Changes (by mattaimone...@…):

Re: [MacRuby-devel] [MacRuby] #478: Need GCD wrapper for custom sources

2009-12-03 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): Or even better: adder += data orer ||= data They

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-03 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Comment(by ernest.prabha...@…): Here'

Re: [MacRuby-devel] [MacRuby] #479: Need GCD wrapper for Process Sources

2009-12-03 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): I was being overly elaborate. The API should just

Re: [MacRuby-devel] [MacRuby] #477: Need GCD wrapper for dispatch_once

2009-12-04 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by joshua.balla...@…): What about using dispatch once as a method decorator like

Re: [MacRuby-devel] [MacRuby] #477: Need GCD wrapper for dispatch_once

2009-12-04 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Changes (by joshua.balla...@…): * type: defect => enhancement -- Ticket URL: &l

Re: [MacRuby-devel] [MacRuby] #477: Need GCD wrapper for dispatch_once

2009-12-04 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): Ooh, I like it. I wonder if that would allows us to

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-04 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Comment(by joshua.balla...@…): Ideally, I&#

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-04 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Comment(by ernest.prabha...@…): I'm not

[MacRuby-devel] [MacRuby] #482: Dispatch::Queue#dispatch should take a hash instead of a bool

2009-12-04 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- I like the way MacRuby unifies GCD's 'sync' a

Re: [MacRuby-devel] [MacRuby] #479: Need GCD wrapper for Process Sources

2009-12-04 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): Replying to [comment:1 ernest.prabha...@…]: > I

[MacRuby-devel] [MacRuby] #483: Need GCD wrapper for File (Vnode) Sources

2009-12-04 Thread MacRuby
: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- We should wrap DISPATCH_SOURCE_TYPE_VNODE http://developer.apple.com/mac/library

[MacRuby-devel] [MacRuby] #484: scoping issues with notification center

2009-12-04 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Here is a reduction of a bug I encountered today: {{{ framework 'Cocoa' class F

Re: [MacRuby-devel] [MacRuby] #484: scoping issues with notification center

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

Re: [MacRuby-devel] [MacRuby] #481: macrubyc doesn't let you use ruby's stdlibs

2009-12-04 Thread MacRuby
: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): $LOAD_PATH is missing. -- Ticket

Re: [MacRuby-devel] [MacRuby] #474: Sinatra's get method not being registered

2009-12-04 Thread MacRuby
stone: Component: MacRuby | Resolution: invalid Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolution: => invalid Comment: I belie

Re: [MacRuby-devel] [MacRuby] #484: scoping issues with notification center

2009-12-05 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: invalid Keywords: | -+-- Comment(by mattaimone...@…): ok... while I

Re: [MacRuby-devel] [MacRuby] #484: scoping issues with notification center

2009-12-05 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: invalid Keywords: | -+-- Comment(by lsansone...@…): It's act

[MacRuby-devel] [MacRuby] #485: Use of Snow leopard only string function

2009-12-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Build fails on 10.5.8 due to use of CFStringIsSurrogateHighCharacter only available in 10.6

Re: [MacRuby-devel] [MacRuby] #473: setObjectValue does not set floats, integers in NSTextFields properly.

2009-12-06 Thread MacRuby
Priority: major | Milestone: Component: MacRuby|Keywords: NSTextField, setObjectValue ---+ Description changed by lsansone...@…: Old

Re: [MacRuby-devel] [MacRuby] #485: Use of Snow leopard only string function

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

[MacRuby-devel] [MacRuby] #486: macri exits with fatal error

2009-12-07 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: macri +--- Iust compiled and installed the latest macruby: I'm at this commit: {{{ c

Re: [MacRuby-devel] [MacRuby] #486: macri exits with fatal error

2009-12-07 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: macri +--- Comment(by stephen.banna...@…): Also: Mac OS X 10.5.8. -- Ticket URL: <h

Re: [MacRuby-devel] [MacRuby] #486: macri exits with fatal error

2009-12-07 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: macri +--- Comment(by stephen.banna...@…): resolved: operator error! use macirb NOTmacri I'd clo

Re: [MacRuby-devel] [MacRuby] #486: macri exits with fatal error

2009-12-07 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: invalid Keywords: macri | +--- Changes (by lsansone...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #475: GCD Queues should print their label as their "to_s" method

2009-12-07 Thread MacRuby
atus: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): Labels should be st

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-07 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Comment(by ernest.prabha...@…): NOTE: group

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-07 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Comment(by ernest.prabha...@…): PROPOSAL

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-07 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Comment(by ernest.prabha...@…): PROPOSAL

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-07 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Comment(by ernest.prabha...@…): PROPOSAL

Re: [MacRuby-devel] [MacRuby] #482: Dispatch::Queue#dispatch should take a hash instead of a bool

2009-12-07 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): Obsoleted by proposal

Re: [MacRuby-devel] [MacRuby] #477: Need GCD wrapper for dispatch_once

2009-12-07 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): Needs a (pseudo-static) variable managed by RoxorCore

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-07 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Comment(by conra...@…): After reading through

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-07 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Comment(by conra...@…): Here's a b

Re: [MacRuby-devel] [MacRuby] #482: Dispatch::Queue#dispatch should take a hash instead of a bool

2009-12-07 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: duplicate Keywords: | +--- Changes (by

Re: [MacRuby-devel] [MacRuby] #476: GCD Groups should be a wrapper around dispatch, not its own invocation style

2009-12-07 Thread MacRuby
: closed Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: gcd

[MacRuby-devel] [MacRuby] #487: Enhanced GCD Spec for label and group

2009-12-08 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Miscellaneous cleanups and enhancements - Removed duplicate " l

[MacRuby-devel] [MacRuby] #488: GCD Dispatch::Group#notify shouldn't expect any arguments

2009-12-08 Thread MacRuby
new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- The only argument is the implicit block. The implementation

Re: [MacRuby-devel] [MacRuby] #488: GCD Dispatch::Group#notify shouldn't expect any arguments

2009-12-08 Thread MacRuby
new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): I think the "1&quo

[MacRuby-devel] [MacRuby] #489: Need a top-level Dispatch Object

2009-12-08 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- GCD sources and queues both support: - suspend/resume - context data - finalizers It

[MacRuby-devel] [MacRuby] #490: GCD Specs for Semaphore class

2009-12-08 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- - creation - signal and return value - wait and return value Not sure if they'r

[MacRuby-devel] [MacRuby] #491: GCD Specs should block variable scoping/copying rules

2009-12-08 Thread MacRuby
Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- it "should create const copies of dynamic (local) variables&quo

[MacRuby-devel] [MacRuby] #492: Need GCD Specs for Sources

2009-12-08 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- I split these into a separate file, as they are fairly complex and I was crashing MacRuby when I

Re: [MacRuby-devel] [MacRuby] #368: AOT compilation failing on this example

2009-12-08 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): {{{ $ macrubyc textorize_standalone.rb $ ./a.out no such file to

Re: [MacRuby-devel] [MacRuby] #481: macrubyc doesn't let you use ruby's stdlibs

2009-12-08 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * st

Re: [MacRuby-devel] [MacRuby] #368: AOT compilation failing on this example

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

Re: [MacRuby-devel] [MacRuby] #467: macrubyc generate binary that does not work using File.dirname

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

[MacRuby-devel] [MacRuby] #493: signals cannot be intercepted

2009-12-08 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Currently MacRuby doesn't allow you to catch signals (via the Kernel#trap method). This s

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

2009-12-08 Thread MacRuby
atus: new Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Changes (by lsansone...@…): * owner:

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

2009-12-08 Thread MacRuby
new Priority: blocker| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Changes (by lsansone...@…): *

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

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

Re: [MacRuby-devel] [MacRuby] #492: Need GCD Specs for Sources

2009-12-08 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by conra...@…): The first example within the example group, 'Dispatch::Source

Re: [MacRuby-devel] [MacRuby] #477: Need GCD wrapper for dispatch_once

2009-12-08 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): {{{ @io ||= File.open('hey') }}} wo

[MacRuby-devel] [MacRuby] #494: gsub with regexp is currently broken

2009-12-08 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- {{{ >> "first_name".gsub(/_[a-z]/, "\1") => "first\x01ame"

Re: [MacRuby-devel] [MacRuby] #494: gsub with regexp is currently broken

2009-12-08 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: invalid Keywords: | -+-- Changes (by mattaimone...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #492: Need GCD Specs for Sources

2009-12-08 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): > should be split into 8 different tests Yeah, you're

[MacRuby-devel] [MacRuby] #495: Minor error in instructions for building LLVM

2009-12-10 Thread MacRuby
: minor | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- http://www.macruby.org/trac/browser/MacRuby/trunk/README.rdoc These mostly

[MacRuby-devel] [MacRuby] #496: spec/macruby/core/gcd_spec.rb should become a directory, one file per class

2009-12-10 Thread MacRuby
#496: spec/macruby/core/gcd_spec.rb should become a directory, one file per class +--- Reporter: ernest.prabha...@… | Owner: ernest.prabha...@… Type: defect | Status

Re: [MacRuby-devel] [MacRuby] #496: spec/macruby/core/gcd_spec.rb should become a directory, one file per class

2009-12-10 Thread MacRuby
#496: spec/macruby/core/gcd_spec.rb should become a directory, one file per class +--- Reporter: ernest.prabha...@… |Owner: ernest.prabha...@… Type: defect

Re: [MacRuby-devel] [MacRuby] #495: Minor error in instructions for building LLVM

2009-12-10 Thread MacRuby
: minor | Milestone: Component: MacRuby |Keywords: +--- Changes (by lsansone...@…): * milestone: MacRuby 0.5 => Comment:

Re: [MacRuby-devel] [MacRuby] #492: Need GCD Specs for Sources

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

Re: [MacRuby-devel] [MacRuby] #490: GCD Specs for Semaphore class

2009-12-10 Thread MacRuby
|Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: gcd | +--- Changes (by ernest.prabha...@…): * status

[MacRuby-devel] [MacRuby] #497: Enhanced GCD Spec for Dispatch::Group

2009-12-10 Thread MacRuby
: major | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Added multiple specs for wait and notify -- Ticket URL: <h

Re: [MacRuby-devel] [MacRuby] #487: Enhanced GCD Spec for Dispatch::Queue (was: Enhanced GCD Spec for label and group)

2009-12-10 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Old description: > Miscellaneous cleanups and enhancements > > - Removed

Re: [MacRuby-devel] [MacRuby] #487: Enhanced GCD Spec for Dispatch::Queue

2009-12-10 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Changes (by ernest.prabha...@…): * priority: blocker => minor -- Ticket

Re: [MacRuby-devel] [MacRuby] #487: Enhanced GCD Spec for Dispatch::Queue

2009-12-10 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: gcd +--- Comment(by ernest.prabha...@…): Fixed in r3094 -- Ticket URL: <h

Re: [MacRuby-devel] [MacRuby] #495: Minor error in instructions for building LLVM

2009-12-10 Thread MacRuby
: minor | Milestone: Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): I wondered about that, but I'm pretty s

[MacRuby-devel] [MacRuby] #498: HACKING.rdoc uses "parentheses" when it means "braces"

2009-12-10 Thread MacRuby
| Status: new Priority: trivial | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- http://www.macruby.org/trac/browser/MacRuby/trun

Re: [MacRuby-devel] [MacRuby] #475: GCD Queues should print their label as their "to_s" method

2009-12-10 Thread MacRuby
atus: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): Fixed in revision r3

Re: [MacRuby-devel] [MacRuby] #475: GCD Queues should print their label as their "to_s" method

2009-12-10 Thread MacRuby
s: closed Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +--- C

Re: [MacRuby-devel] [MacRuby] #475: GCD Queues should print their label as their "to_s" method

2009-12-10 Thread MacRuby
s: closed Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | +---

[MacRuby-devel] [MacRuby] #499: Order declaring class hierarchy gets MacRuby confused about instance variables

2009-12-10 Thread MacRuby
#499: Order declaring class hierarchy gets MacRuby confused about instance variables --+- Reporter: p...@…| Owner: lsansone...@… Type: defect| Status: new

Re: [MacRuby-devel] [MacRuby] #499: Order declaring class hierarchy gets MacRuby confused about instance variables

2009-12-10 Thread MacRuby
#499: Order declaring class hierarchy gets MacRuby confused about instance variables --+- Reporter: p...@…| Owner: lsansone...@… Type: defect| Status: new

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