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

2009-05-12 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: invalid Keywords: readline | -+-- Comment(by eloy.de.en...@…): For the "clean" problem, could you

[MacRuby-devel] [MacRuby] #252: Support key-value observing via the attr_accessor family of methods

2009-05-13 Thread MacRuby
Priority: minor | Milestone: Component: MacRuby |Keywords: key-value observing, attr_accessor +--- As per the email thread at http

[MacRuby-devel] [MacRuby] #253: Fibers are unsupported

2009-05-14 Thread MacRuby
: Component: MacRuby |Keywords: fiber segfault +--- An example of macruby 0.4 segfaulting on Fibers follows. Matt Aimonetti reports similar findings at http://lists.macosforge.org

Re: [MacRuby-devel] [MacRuby] #253: Fibers are unsupported

2009-05-14 Thread MacRuby
: Component: MacRuby |Keywords: fiber segfault +--- Comment(by jvoor...@…): Apologies for the junk formatting. Let's try this again. {{{ ~ % macruby -v MacRuby version 0.4

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

2009-05-16 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- A lot of Objective-C methods return void, especially within Cocoa. This makes a lot of sense for a

Re: [MacRuby-devel] [MacRuby] #225: regexp engine broken when a string contains non ascii characters

2009-05-18 Thread MacRuby
Priority: critical |Milestone: MacRuby 0.4 Component: MacRuby | Resolution: duplicate Keywords: regexp, bug | -+-- Changes (by mattaimone

[MacRuby-devel] [MacRuby] #255: NSArray.new(["elem"]) segfaults

2009-05-19 Thread MacRuby
ty: major | Milestone: Component: MacRuby|Keywords: NSArray constructor ---+ {{{ NSArray.new(["elem"]) }}} causes a segmentation fault with macruby

Re: [MacRuby-devel] [MacRuby] #255: NSArray.new(["elem"]) segfaults

2009-05-19 Thread MacRuby
ty: major | Milestone: Component: MacRuby|Keywords: NSArray constructor ---+ Old description: > {{{ > NSArray.new(["elem"]) > }}} > &g

Re: [MacRuby-devel] [MacRuby] #255: NSArray.new(["elem"]) segfaults

2009-05-19 Thread MacRuby
ty: major | Milestone: Component: MacRuby|Keywords: NSArray constructor ---+ Comment(by th...@…): Sure this is the preferred way. Just discovered that while play

[MacRuby-devel] [MacRuby] #256: Compilation is broken

2009-05-20 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: compilation trunk +--- I cannot compile MacRuby from source. Mac OS-X 10.5.7 (PowerMac, 2x2.8GHz Xeon) MacRuby SVN rev1579 llvm v2.5.0

Re: [MacRuby-devel] [MacRuby] #256: Compilation is broken

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

Re: [MacRuby-devel] [MacRuby] #256: Compilation is broken

2009-05-20 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: invalid Keywords: compilation trunk | +--- Comment(by vincent.isamb...@…): > llvm v2.5.0 (installed with MacPo

[MacRuby-devel] [MacRuby] #257: Conversion to JSON works , But JSON parsing fails in MacRuby 0.4

2009-05-23 Thread MacRuby
#257: Conversion to JSON works , But JSON parsing fails in MacRuby 0.4 ---+ Reporter: nex...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #258: [HotCocoa] Add autohide_scrollers method to scroll_view

2009-05-23 Thread MacRuby
: minor| Milestone: Component: MacRuby |Keywords: -+-- The only way to currently autohide the scrollers is to use setAutohidesScrollers on the

[MacRuby-devel] [MacRuby] #259: [HotCocoa] add frame_color method and drawing to layout_view

2009-05-23 Thread MacRuby
: minor| Milestone: Component: MacRuby |Keywords: -+-- The $DEBUG setting to change the frame colour of the layout views to red is handy. I&#x

[MacRuby-devel] [MacRuby] #260: [HotCocoa] table_view additions

2009-05-23 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- The attached adds a few methods to the table_view class: - data_source to retrieve the data source for the view

[MacRuby-devel] [MacRuby] #261: [HotCocoa] add size= to layout_view

2009-05-23 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- I prefer to allow my expands to set the x, y co-ordinates for my layouts. Instead of passing 0, 0 as the X, Y to

Re: [MacRuby-devel] [MacRuby] #257: Conversion to JSON works , But JSON parsing fails in MacRuby 0.4

2009-05-24 Thread MacRuby
#257: Conversion to JSON works , But JSON parsing fails in MacRuby 0.4 ---+ Reporter: nex...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #148: Trying to load the JSON library crashes

2009-05-24 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by d...@…): require 'json' appears to work with the curren

[MacRuby-devel] [MacRuby] #262: require 'json/pure' crashes macruby due to missing encoding function

2009-05-24 Thread MacRuby
#262: require 'json/pure' crashes macruby due to missing encoding function -+-- Reporter: d...@…| Owner: lsansone...@… Type: defect | St

Re: [MacRuby-devel] [MacRuby] #258: [HotCocoa] Add autohide_scrollers method to scroll_view

2009-05-26 Thread MacRuby
: minor|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #259: [HotCocoa] add frame_color method and drawing to layout_view

2009-05-26 Thread MacRuby
: minor|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #260: [HotCocoa] table_view additions

2009-05-26 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => closed * resolution: =>

Re: [MacRuby-devel] [MacRuby] #261: [HotCocoa] add size= to layout_view

2009-05-26 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => closed * resolution: =>

[MacRuby-devel] [MacRuby] #263: HotCocoa column additions

2009-05-26 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Attached patch adds: data_cell= max_width= min_width= to the column class. -- Ticket URL: <http://www.macruby.

[MacRuby-devel] [MacRuby] #264: HotCocoa table_view additions

2009-05-26 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- The attached patch adds: delegate= row_height= on_double_action= on_double_action {} to the table_view

Re: [MacRuby-devel] [MacRuby] #263: HotCocoa column additions

2009-05-26 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => closed * resolution: => fixed C

[MacRuby-devel] [MacRuby] #265: 'include' on 'class Class' doesn't define methods on future classes

2009-05-26 Thread MacRuby
| Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Greetings, the following code sample works on ruby 1.8

Re: [MacRuby-devel] [MacRuby] #265: 'include' on 'class Class' doesn't define methods on future classes

2009-05-26 Thread MacRuby
| Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by n...@…): An interesting note is that if you ch

[MacRuby-devel] [MacRuby] #266: HotCocoa Add descriptions to standard rake tasks

2009-05-26 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- The attached patch adds desc entries to the standard rake tasks. This allows macrake -T to list the

[MacRuby-devel] [MacRuby] #267: Change permissions on Info.plist and InfoPlist.strings

2009-05-26 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Both Info.plist and InfoPlist.strings have permissions of 600. This causes problems with the

Re: [MacRuby-devel] [MacRuby] #262: require 'json/pure' crashes macruby due to missing encoding function

2009-05-26 Thread MacRuby
#262: require 'json/pure' crashes macruby due to missing encoding function -+-- Reporter: d...@…| Owner: lsansone...@… Type: defect | St

Re: [MacRuby-devel] [MacRuby] #262: require 'json/pure' crashes macruby due to missing encoding function

2009-05-26 Thread MacRuby
#262: require 'json/pure' crashes macruby due to missing encoding function -+-- Reporter: d...@…|Owner: lsansone...@… Type: defect | Statu

[MacRuby-devel] [MacRuby] #268: [HotCocoa] Add delegates to table_view

2009-05-28 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Attached patch contains a first attempt at adding delegates to the table_view class. -- Ticket URL: <h

[MacRuby-devel] [MacRuby] #269: Calling a method on a pointer passed to a KVC validation method fails

2009-05-29 Thread MacRuby
Priority: major | Milestone: Component: MacRuby |Keywords: kvc pointer crash +--- If I define a -validate:error: method in the class used as an NSArrayController&#

Re: [MacRuby-devel] [MacRuby] #257: Conversion to JSON works , But JSON parsing fails in MacRuby 0.4

2009-05-29 Thread MacRuby
#257: Conversion to JSON works , But JSON parsing fails in MacRuby 0.4 ---+ Reporter: nex...@… |Owner: lsansone...@… Type: defect | Status: closed Priority

[MacRuby-devel] [MacRuby] #270: [Website] Minor changes

2009-05-29 Thread MacRuby
: Component: MacRuby |Keywords: website -+-- Attached is a patch that makes a few minor changes to the website. Adds a few extra links, and makes, I think, some of the text

[MacRuby-devel] [MacRuby] #271: [website] hotcocoa mappings tutorial paragraph wrapping

2009-05-29 Thread MacRuby
: trivial | Milestone: Component: MacRuby |Keywords: website -+-- Attached patch fixes the strange paragraph wrapping in parts of the HotCocoa mappings tutorial

Re: [MacRuby-devel] [MacRuby] #270: [Website] Minor changes

2009-05-29 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: website | -+-- Changes (by mattaimone...@…): * status: new => closed * resolution: =>

Re: [MacRuby-devel] [MacRuby] #271: [website] hotcocoa mappings tutorial paragraph wrapping

2009-05-29 Thread MacRuby
: trivial |Milestone: Component: MacRuby | Resolution: fixed Keywords: website | -+-- Changes (by mattaimone...@…): * status: new

[MacRuby-devel] [MacRuby] #272: [HotCocoa] Add NSSearchField Mapping

2009-05-30 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- The attached patch adds a mapping for NSSearchField. All of the methods on search field are implemented

[MacRuby-devel] [MacRuby] #273: [HotCocoa] Add method to disable a control

2009-05-30 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Attached patch adds the enabled= method to NSControl so you can disable a widget when created. -- Ticket

[MacRuby-devel] [MacRuby] #274: [HotCocoa] Button images

2009-05-30 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Attached patch adds the image=(img), alternate_image=(img) and image_position=(pos) methods into NSButton to allow setting

Re: [MacRuby-devel] [MacRuby] #273: [HotCocoa] Add method to disable a control

2009-05-30 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: invalid Keywords: | -+-- Changes (by eloy.de.en...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #274: [HotCocoa] Button images

2009-05-30 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by eloy.de.en...@…): Hi, I just closed #273 which does the same thing as this patch does for #image=. That is, the

Re: [MacRuby-devel] [MacRuby] #274: [HotCocoa] Button images

2009-05-30 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by d...@…): The reason I've been adding the _'d names is for consistency. There are a bunch of mappings al

Re: [MacRuby-devel] [MacRuby] #274: [HotCocoa] Button images

2009-05-30 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by eloy.de.en...@…): Right, I understand that, but this is going to be true for a whole lot of methods. So my

Re: [MacRuby-devel] [MacRuby] #274: [HotCocoa] Button images

2009-05-30 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by r...@…): Here is what I propose (with input from Laurent): When you use the hash of symbol => values in

Re: [MacRuby-devel] [MacRuby] #274: [HotCocoa] Button images

2009-05-30 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by eloy.de.en...@…): Sounds great! -- Ticket URL: <http://www.macruby.org/trac/ticket/274#comment:5> MacRuby

Re: [MacRuby-devel] [MacRuby] #274: [HotCocoa] Button images

2009-05-30 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by mattaimone...@…): As per our discussion via IM, I agree with Rich's suggestion. One note tho, while we

Re: [MacRuby-devel] [MacRuby] #274: [HotCocoa] Button images

2009-05-30 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): I think it's okay if #methods does not list these helpers, since they are only used i

[MacRuby-devel] [MacRuby] #275: [HotCocoa] convert underscore names to camelcase names in mapper

2009-05-30 Thread MacRuby
Priority: minor| Milestone: Component: MacRuby |Keywords: -+-- Attached is a patch to try converting underscore names to camel case. I'm not

Re: [MacRuby-devel] [MacRuby] #275: [HotCocoa] convert underscore names to camelcase names in mapper

2009-05-31 Thread MacRuby
Priority: minor| Milestone: Component: MacRuby |Keywords: -+-- Comment(by eloy.de.en...@…): I like that you got to it immediately :) I have a few

[MacRuby-devel] [MacRuby] #276: macgem ends in Abort Trap after garbage collection errors

2009-05-31 Thread MacRuby
Priority: major | Milestone: MacRuby 0.4 Component: MacRuby |Keywords: +--- This was my first try at using macgem. It seems like the errors are

Re: [MacRuby-devel] [MacRuby] #275: [HotCocoa] convert underscore names to camelcase names in mapper

2009-05-31 Thread MacRuby
Priority: minor| Milestone: Component: MacRuby |Keywords: -+-- Comment(by d...@…): Add a test_mapping_methods test to the mapper_test suite. Covers

Re: [MacRuby-devel] [MacRuby] #275: [HotCocoa] convert underscore names to camelcase names in mapper

2009-05-31 Thread MacRuby
: minor| Milestone: Component: MacRuby |Keywords: -+-- Changes (by eloy.de.en...@…): * owner: lsansone...@… => r...@… Comment: Looks great! Tha

[MacRuby-devel] [MacRuby] #277: [HotCocoa] remove redundant methods (requires patch #275)

2009-05-31 Thread MacRuby
: minor| Milestone: Component: MacRuby |Keywords: -+-- Attached patch removes the first pass at redundant methods when the patch in but 275 is

[MacRuby-devel] [MacRuby] #278: [HotCocoa] Update application builder to generate core data mom files

2009-06-01 Thread MacRuby
Priority: minor| Milestone: Component: MacRuby |Keywords: -+-- The attached patch will look for a "data_models" key in the build.yml

[MacRuby-devel] [MacRuby] #279: [HotCocoa] Add sort descriptor mapping

2009-06-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Attached patch adds a mapping for NSSortDescriptor -- Ticket URL: <http://www.macruby.org/trac/ticket/

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

2009-06-07 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: --+- macirb >> framework 'foundation' => true >> NSN

[MacRuby-devel] [MacRuby] #281: Bundles pointing to local MacRuby installation instead of embedded

2009-06-07 Thread MacRuby
#281: Bundles pointing to local MacRuby installation instead of embedded ---+ Reporter: reb...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #282: cannot be included in Objective-C++ source files

2009-06-07 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ The definitions in ruby/ruby.h contain code that will not compile in an Objective-C++ source file. In particular

Re: [MacRuby-devel] [MacRuby] #277: [HotCocoa] remove redundant methods (requires patch #275)

2009-06-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Changes (by r...@…): * owner: lsansone...@… => r...@… -- Ticket URL: <http://www.macruby.or

Re: [MacRuby-devel] [MacRuby] #277: [HotCocoa] remove redundant methods (requires patch #275)

2009-06-08 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #275: [HotCocoa] convert underscore names to camelcase names in mapper

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

Re: [MacRuby-devel] [MacRuby] #268: [HotCocoa] Add delegates to table_view

2009-06-08 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #264: HotCocoa table_view additions

2009-06-08 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => closed * resolution: =>

Re: [MacRuby-devel] [MacRuby] #272: [HotCocoa] Add NSSearchField Mapping

2009-06-08 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => closed * resolution: =>

Re: [MacRuby-devel] [MacRuby] #274: [HotCocoa] Button images

2009-06-08 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => closed * resolution: => fixed C

Re: [MacRuby-devel] [MacRuby] #279: [HotCocoa] Add sort descriptor mapping

2009-06-08 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by r...@…): * status: new => closed * resolut

[MacRuby-devel] [MacRuby] #283: Build fails on Snow Leopard

2009-06-10 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: snowleopard ---+ On Snow Leopard, building SVN trunk rev 1833 fails: johannes-fahrenkrugs-macbook-pro:MacRuby-trunk johannes$ rake

Re: [MacRuby-devel] [MacRuby] #283: Build fails on Snow Leopard

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

[MacRuby-devel] [MacRuby] #284: [HotCocoa] start of NSUserDefaults mapping

2009-06-12 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Attached is the start of a mapping for NSUserDefaults. This adds in a [], []= and delete methods for

[MacRuby-devel] [MacRuby] #285: File.join broken/inconsistent with MRI

2009-06-13 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- In MRI: File.join("/Users/", "/me") => "/Users/me" In macruby: File.join(&

Re: [MacRuby-devel] [MacRuby] #285: File.join broken/inconsistent with MRI

2009-06-13 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by eloy.de.en...@…): * status: new => closed * resolut

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

2009-06-19 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- If you YAML.dump an immutable NSString (like the kind returned by an NSTextfield's -stringValue), you cannot YAML.lo

[MacRuby-devel] [MacRuby] #287: Wrong argument type NSObject (expected Data) in Digest::MD5.hexdigest( ... )

2009-06-21 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: macruby digest typeerror +--- Running on: MacRuby version 0.4 (ruby 1.9.1) [universal-darwin9.5

[MacRuby-devel] [MacRuby] #288: miniruby bench on 32 bit fails

2009-06-29 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- I have a mac-mini core-duo. I'm receiving this error after building the latest experim

[MacRuby-devel] [MacRuby] #289: macgem error "uninitialized constant Gem::Marshal (NameError)"

2009-07-04 Thread MacRuby
atus: new Priority: major| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: macgem -+-- The current experimental branch throws a "uninitialize

Re: [MacRuby-devel] [MacRuby] #289: macgem error "uninitialized constant Gem::Marshal (NameError)"

2009-07-04 Thread MacRuby
atus: new Priority: major| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: macgem -+-- Comment(by ingo.viete...@…): My environment is a MacBook Pro

Re: [MacRuby-devel] [MacRuby] #289: macgem error "uninitialized constant Gem::Marshal (NameError)"

2009-07-04 Thread MacRuby
atus: new Priority: major| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: macgem -+-- Comment(by lsansone...@…): It's because Marshal does n

Re: [MacRuby-devel] [MacRuby] #289: macgem error "uninitialized constant Gem::Marshal (NameError)"

2009-07-05 Thread MacRuby
atus: new Priority: major| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: macgem -+-- Comment(by msas...@…): I was getting the same error when try

[MacRuby-devel] [MacRuby] #290: Hashes do NOT stay ordered

2009-07-07 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: Hash order ---+ Hashes in Ruby 1.9 keep their order. In MacRuby (macirb): {:aa=>1, :a=>1} => {:a =>1, :aa=>1}

Re: [MacRuby-devel] [MacRuby] #290: Hashes do NOT stay ordered

2009-07-07 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: Hash order ---+ Comment(by lsansone...@…): We don't support input-ordered hash keys because our Hash class is based on t

Re: [MacRuby-devel] [MacRuby] #290: Hashes do NOT stay ordered

2009-07-07 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: Hash order ---+ Comment(by eloy.de.en...@…): We could port ActiveSupport::OrderedHash to our Hash implementation: http

Re: [MacRuby-devel] [MacRuby] #290: Hashes do NOT stay ordered

2009-07-07 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: Hash order ---+ Comment(by conra...@…): ActiveSupport implementation of Hash is probably activated when using Ruby < 1.9.1 beca

Re: [MacRuby-devel] [MacRuby] #290: Hashes do NOT stay ordered

2009-07-07 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: Hash order ---+ Comment(by conra...@…): Is there a Ruby spec which fails in this regard? If not, I believe it should be one which

Re: [MacRuby-devel] [MacRuby] #290: Hashes do NOT stay ordered

2009-07-07 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: Hash order ---+ Comment(by lsansone...@…): By hack I was thinking about patching a little bit our Hash implementation. But as I

[MacRuby-devel] [MacRuby] #291: Time.parse doesn't work in experimental

2009-07-07 Thread MacRuby
major| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- {{{ $ macruby -e "require 'time'; p Time.parse('2009/06/29 23:19:

Re: [MacRuby-devel] [MacRuby] #290: Hashes do NOT stay ordered

2009-07-08 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: Hash order ---+ Changes (by eloy.de.en...@…): * owner: lsansone...@… => eloy.de.en...@… Comment: Replying to [commen

Re: [MacRuby-devel] [MacRuby] #290: Hashes do NOT stay ordered

2009-07-08 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: Hash order ---+ Comment(by conra...@…): Replying to [comment:5 lsansone...@…]: > By hack I was thinking about patchin

[MacRuby-devel] [MacRuby] #292: FileUtils.cp_r can abort

2009-07-08 Thread MacRuby
: Component: MacRuby|Keywords: ---+ I tracked down a crash in my app to FileUtils.cp_r when using experimental r2001. The following script dies. Removing a level of

[MacRuby-devel] [MacRuby] #293: Object.methods in macirb returns crazy results

2009-07-08 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Experimental, r2001 Using this method prints out the methods, and then a bunch of source and corrupted bytes

Re: [MacRuby-devel] [MacRuby] #293: Object.methods in macirb returns crazy results

2009-07-08 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Most likely a ByteString bug... -- Ticket URL: <http://www.macruby.org/trac/tic

[MacRuby-devel] [MacRuby] #294: Experimental: EmbeddedMacRuby example crashes

2009-07-09 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Steps to reproduce: - Checkout and build r1999 of macrub-experimental - build the EmbeddedMacRuby example

Re: [MacRuby-devel] [MacRuby] #281: Bundles pointing to local MacRuby installation instead of embedded

2009-07-12 Thread MacRuby
#281: Bundles pointing to local MacRuby installation instead of embedded ---+ Reporter: reb...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #295: [PATCH] Typy in README.rdoc

2009-07-14 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ There's a typo in README.rdoc in the macruby-experimental branch. "Dore duo" instead of "Core

Re: [MacRuby-devel] [MacRuby] #216: fork subprocess exiting (normally) segfaults

2009-07-14 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: fork process ---+ Comment(by n...@…): I can confirm issues with fork(). All of celtic's examples result in an "Abort t

[MacRuby-devel] [MacRuby] #296: date wrong in two lines of "Talks" section in documentation.html

2009-07-15 Thread MacRuby
: trivial | Milestone: Component: MacRuby |Keywords: web nit --+- On http://www.macruby.org/documentation.html, all of the entries (under Screencasts, Tutorials, Talks, a

Re: [MacRuby-devel] [MacRuby] #296: date wrong in two lines of "Talks" section in documentation.html

2009-07-15 Thread MacRuby
: trivial |Milestone: Component: MacRuby | Resolution: fixed Keywords: web nit | --+- Changes (by mattaimone...@…): * status: new => closed

<    1   2   3   4   5   6   7   8   9   10   >