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

2009-08-26 Thread MacRuby
#289: macgem error "uninitialized constant Gem::Marshal (NameError)"
-+--
 Reporter:  ingo.viete...@…  |Owner:  lsansone...@…
 Type:  defect   |   Status:  closed   
 Priority:  major|Milestone:  MacRuby 0.5  
Component:  MacRuby  |   Resolution:  invalid  
 Keywords:  macgem   |  
-+--
Changes (by mattaimone...@…):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 marshal has been partially implemented, however some other std libs are
 not available yet (like socket) so macgem isn't fully working yet.
 I'm closing this ticket since it's not really a macgem related problem.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


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

2009-08-26 Thread MacRuby
#291: Time.parse doesn't work in experimental
-+--
 Reporter:  mattaimone...@…  |Owner:  lsansone...@…
 Type:  defect   |   Status:  closed   
 Priority:  major|Milestone:  MacRuby 0.5  
Component:  MacRuby  |   Resolution:  fixed
 Keywords:   |  
-+--
Changes (by mattaimone...@…):

  * status:  new => closed
  * resolution:  => fixed


Old description:

> {{{
> $ macruby -e "require 'time'; p Time.parse('2009/06/29 23:19:35 +')"
> unrecognized runtime type `{_NSZone=}' (TypeError)
> }}}
>
> Due to a conflict with NSObject#zone

New description:

 {{{
 $ macruby -e "require 'time'; p Time.parse('2009/06/29 23:19:35 +')"
 unrecognized runtime type `{_NSZone=}' (TypeError)
 }}}

 Due to a conflict with NSObject#zone

--

Comment:

 fixed

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #313: "sudo rake install" fails with ArgumentError

2009-08-26 Thread MacRuby
#313: "sudo rake install" fails with ArgumentError
-+--
 Reporter:  dmi...@… |Owner:  lsansone...@…
 Type:  defect   |   Status:  closed   
 Priority:  major|Milestone:  MacRuby 0.5  
Component:  MacRuby  |   Resolution:  fixed
 Keywords:   |  
-+--
Changes (by mattaimone...@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 This should be fixed now.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] RuntimeError: framework at path `Cocoa' cannot be loaded in macirb?

2009-08-26 Thread Matt Aimonetti
I had the same problem occuring a few days ago, after reinstalling macruby
trunk today, everything is back to normal.

- Matt

On Mon, Aug 24, 2009 at 2:38 AM, Alistair Holt wrote:

> Hi Laurent,
> Thanks for the reply. I ran it and got:
>
> ~ $ macruby -e "framework '/System/Library/Frameworks/Cocoa.framework'; p
> :ok"
> :ok
>
> My filesystem is definitely not case sensitive.
>
> Alistair Holt
>
>
> 2009/8/24 Laurent Sansonetti 
>
> Hi Alistair,
>>
>> This is very strange... could you try the following command?
>>
>> $ macruby -e "framework '/System/Library/Frameworks/Cocoa.framework'; p
>> :ok"
>>
>> Also, maybe your filesystem is case sensitive? The default format is case
>> insensitive, in theory.
>>
>> Laurent
>>
>>
>> On Aug 23, 2009, at 8:42 AM, Alistair Holt wrote:
>>
>>  Hello,
>>>
>>> I've just installed MacRuby (MacRuby version 0.4 (ruby 1.9.1)
>>> [universal-darwin9.5, x86_64]) via the package I downloaded from
>>> http://www.macruby.org and I dropped straight into macirb to start on
>>> the tutorial (http://www.macruby.org/documentation/tutorial.html). I ran
>>> framwork 'Cocoa' and uh oh.. a RuntimeError popped up.
>>>
>>> I've seen another thread on this list from January with the same issue
>>> but there wasn't really any fix detailed. I've posted my console output of
>>> lots of different commands at
>>> https://gist.github.com/359195517cc2364b82b8.
>>>
>>> I'm running 10.5.8 on a MacBook Pro 2.4Ghz Intel Core 2 Duo. Hard disk
>>> format is Mac OS Extended (Journaled).
>>>
>>> Hopefully someone can help me out.
>>>
>>> Thanks
>>>
>>> Alistair Holt
>>>
>>> E: [email protected]
>>> W: koopd.com / http://www.linkedin.com/in/alistairholt
>>>
>>> ___
>>> MacRuby-devel mailing list
>>> [email protected]
>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>>
>>
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>
>
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] RuntimeError: framework at path `Cocoa' cannot be loaded in macirb?

2009-08-26 Thread Alistair Holt
Perhaps I'll give installing another go. I did install 0.4 and went onto
install from trunk afterwards but neither worked at the time. I'll let you
know what happens.
Alistair

2009/8/26 Matt Aimonetti 

> I had the same problem occuring a few days ago, after reinstalling macruby
> trunk today, everything is back to normal.
>
> - Matt
>
>
> On Mon, Aug 24, 2009 at 2:38 AM, Alistair Holt wrote:
>
>> Hi Laurent,
>> Thanks for the reply. I ran it and got:
>>
>> ~ $ macruby -e "framework '/System/Library/Frameworks/Cocoa.framework'; p
>> :ok"
>> :ok
>>
>> My filesystem is definitely not case sensitive.
>>
>> Alistair Holt
>>
>>
>> 2009/8/24 Laurent Sansonetti 
>>
>> Hi Alistair,
>>>
>>> This is very strange... could you try the following command?
>>>
>>> $ macruby -e "framework '/System/Library/Frameworks/Cocoa.framework'; p
>>> :ok"
>>>
>>> Also, maybe your filesystem is case sensitive? The default format is case
>>> insensitive, in theory.
>>>
>>> Laurent
>>>
>>>
>>> On Aug 23, 2009, at 8:42 AM, Alistair Holt wrote:
>>>
>>>  Hello,

 I've just installed MacRuby (MacRuby version 0.4 (ruby 1.9.1)
 [universal-darwin9.5, x86_64]) via the package I downloaded from
 http://www.macruby.org and I dropped straight into macirb to start on
 the tutorial (http://www.macruby.org/documentation/tutorial.html). I
 ran framwork 'Cocoa' and uh oh.. a RuntimeError popped up.

 I've seen another thread on this list from January with the same issue
 but there wasn't really any fix detailed. I've posted my console output of
 lots of different commands at
 https://gist.github.com/359195517cc2364b82b8.

 I'm running 10.5.8 on a MacBook Pro 2.4Ghz Intel Core 2 Duo. Hard disk
 format is Mac OS Extended (Journaled).

 Hopefully someone can help me out.

 Thanks

 Alistair Holt

 E: [email protected]
 W: koopd.com / http://www.linkedin.com/in/alistairholt

 ___
 MacRuby-devel mailing list
 [email protected]
 http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

>>>
>>> ___
>>> MacRuby-devel mailing list
>>> [email protected]
>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>>
>>
>>
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>>
>
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


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

2009-08-26 Thread MacRuby
#293: Object.methods in macirb returns crazy results
---+
 Reporter:  t...@…  |Owner:  lsansone...@…
 Type:  defect |   Status:  closed   
 Priority:  blocker|Milestone:   
Component:  MacRuby|   Resolution:  fixed
 Keywords: |  
---+
Changes (by mattaimone...@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 {{{
 $ macirb
 irb(main):001:0> Object.methods
 => [:public_instance_method, :instance_method, :autoload?, :autoload,
 :private_class_method, :public_class_method, :protected_method_defined?,
 :private_method_defined?, :public_method_defined?, :method_defined?,
 :class_exec, :module_exec, :class_eval, :module_eval, :allocate,
 :class_variable_defined?, :class_variable_set, :class_variable_get,
 :remove_class_variable, :class_variables, :const_missing, :const_defined?,
 :const_set, :const_get, :constants, :private_instance_methods,
 :protected_instance_methods, :public_instance_methods, :instance_methods,
 :__meta__?, :ancestors, :name, :include?, :included_modules, :to_s, :>=,
 :>, :<=, :<, :<=>, :==, :===, :freeze, :new, :load_bridge_support_file,
 :Complex, :Rational, :enum_for, :to_enum, :object_id, :__id__,
 :define_singleton_method, :public_method, :method, :extend, :respond_to?,
 :public_send, :send, :__send__, :instance_exec, :instance_eval,
 :__callee__, :__method__, :__native__?, :tap, :is_a?, :kind_of?,
 :instance_of?, :instance_variable_defined?, :instance_variable_set,
 :instance_variable_get, :instance_variables, :public_methods,
 :private_methods, :protected_methods, :singleton_methods, :methods,
 :inspect, :untrusted?, :untrust, :trust, :frozen?, :untaint, :tainted?,
 :taint, :dup, :clone, :eql?, :!~, :=~, :nil?, :!=, :!, :equal?, :hash]
 irb(main):002:0>

 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


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

2009-08-26 Thread MacRuby
#293: Object.methods in macirb returns crazy results
---+
 Reporter:  t...@…  |Owner:  lsansone...@…
 Type:  defect |   Status:  reopened 
 Priority:  blocker|Milestone:   
Component:  MacRuby|   Resolution:   
 Keywords: |  
---+
Changes (by mattaimone...@…):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 Laurent says it's a problem with Array#inspect and he knows what the
 problem is. (seems to work from time to time)

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


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

2009-08-26 Thread MacRuby
#255: NSArray.new(["elem"]) segfaults
---+
 Reporter:  th...@…|Owner:  lsansone...@…
 Type:  defect |   Status:  closed   
 Priority:  major  |Milestone:  MacRuby 0.5  
Component:  MacRuby|   Resolution:  fixed
 Keywords:  NSArray constructor|  
---+
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 Doesn't seem to crash anymore with trunk.

 {{{
 $ ./miniruby -e 'NSArray.new(["elem"])'
 can't modify frozen/immutable array (RuntimeError)
 }}}

 The exception is because we will firstly allocate an NSArray instance then
 #initialize will try to modify it, and it fails since the object is
 immutable. Not sure if it's meaningful to fix that.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #298: macirb loses track of local variables

2009-08-26 Thread MacRuby
#298: macirb loses track of local variables
+---
 Reporter:  mhar...@…   |Owner:  lsansone...@…
 Type:  defect  |   Status:  closed   
 Priority:  major   |Milestone:  MacRuby 0.5  
Component:  MacRuby |   Resolution:  fixed
 Keywords:  |  
+---
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 This should be fixed in trunk since a few weeks. There are still a couple
 of bugs related to Binding, but at least local variables should work.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #185: Redefining singleton methods on multiple objects at the same place

2009-08-26 Thread MacRuby
#185: Redefining singleton methods on multiple objects at the same place
+---
 Reporter:  vincent.isamb...@…  |Owner:  lsansone...@…
 Type:  defect  |   Status:  closed   
 Priority:  major   |Milestone:  MacRuby 0.5  
Component:  MacRuby |   Resolution:  fixed
 Keywords:  |  
+---
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 It seems that trunk doesn't raise any warning anymore.

 {{{
 $ ./miniruby t.rb
 o1
 "#"
 [#>, A, NSObject, Kernel]
 o2
 "#"
 [#>, A, NSObject, Kernel]
 }}}

 I ran the same file with 1.9 after commenting the #description call, it
 seems to produce the same results.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #19: Problems with method_missing

2009-08-26 Thread MacRuby
#19: Problems with method_missing
+---
 Reporter:  vincent.isamb...@…  |   Owner:  lsansone...@…
 Type:  defect  |  Status:  new  
 Priority:  blocker |   Milestone:  MacRuby 0.5  
Component:  MacRuby |Keywords:   
+---
Changes (by lsansone...@…):

  * milestone:  MacRuby 0.4 => MacRuby 0.5


Comment:

 Works better with trunk, but still not perfect.

 {{{
 $ ./miniruby  t.rb
 method unknown_method missing
 wrong number of arguments (1 for 0) (ArgumentError)
 }}}

 I suspect the exception is raised from the super call.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #249: Attempting to modify instances of NSString or NSArray causes crash

2009-08-26 Thread MacRuby
#249: Attempting to modify instances of NSString or NSArray causes crash
-+--
 Reporter:  jes...@… |Owner:  lsansone...@…
 Type:  defect   |   Status:  closed   
 Priority:  blocker  |Milestone:  MacRuby 0.5  
Component:  MacRuby  |   Resolution:  fixed
 Keywords:   |  
-+--
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 Definitely fixed in trunk.

 {{{
 $ ./miniruby -e "str = NSString.stringWithString 'a'; str << 'b'"
 can't modify frozen/immutable string (RuntimeError)
 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #234: Backticks segfaults occasionally

2009-08-26 Thread MacRuby
#234: Backticks segfaults occasionally
+---
 Reporter:  b...@…  |Owner:  lsansone...@…
 Type:  defect  |   Status:  closed   
 Priority:  blocker |Milestone:  MacRuby 0.5  
Component:  MacRuby |   Resolution:  fixed
 Keywords:  |  
+---
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 This should be fixed in trunk.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #98: ZLib library is SEGV'ing

2009-08-26 Thread MacRuby
#98: ZLib library is SEGV'ing
+---
 Reporter:  r...@…  |Owner:  lsansone...@…
 Type:  defect  |   Status:  closed   
 Priority:  blocker |Milestone:  MacRuby 0.5  
Component:  MacRuby |   Resolution:  fixed
 Keywords:  |  
+---
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  MacRuby 0.4 => MacRuby 0.5


Comment:

 Fixed in trunk.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #227: Using a block's binding causes segfault

2009-08-26 Thread MacRuby
#227: Using a block's binding causes segfault
+---
 Reporter:  charles.nut...@…|Owner:  lsansone...@…
 Type:  defect  |   Status:  closed   
 Priority:  blocker |Milestone:  MacRuby 0.5  
Component:  MacRuby |   Resolution:  fixed
 Keywords:  |  
+---
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  MacRuby 0.4 => MacRuby 0.5


Comment:

 Should be fixed in trunk.

 {{{
 $ ./miniruby -e "def foo(&b); eval 'a = 2', b.binding; end; a = 1; foo {};
 puts a"
 2
 $ ruby19 -e "def foo(&b); eval 'a = 2', b.binding; end; a = 1; foo {};
 puts a"
 2
 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #192: String#length and String#size do not work correctly

2009-08-26 Thread MacRuby
#192: String#length and String#size do not work correctly
+---
 Reporter:  vincent.isamb...@…  |   Owner:  lsansone...@…
 Type:  defect  |  Status:  new  
 Priority:  critical|   Milestone:   
Component:  MacRuby |Keywords:   
+---

Comment(by lsansone...@…):

 As of r2392

 {{{
 $ ./miniruby  t.rb
 1
 1
 2
 }}}

 Only #bytesize is not working well.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #115: macruby doesn't work with multibyte characters and -e

2009-08-26 Thread MacRuby
#115: macruby doesn't work with multibyte characters and -e
-+--
 Reporter:  jordan.breed...@…|Owner:  lsansone...@…
 Type:  defect   |   Status:  closed   
 Priority:  blocker  |Milestone:  MacRuby 0.5  
Component:  MacRuby  |   Resolution:  fixed
 Keywords:   |  
-+--
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  MacRuby 0.4 => MacRuby 0.5


Comment:

 Should be fixed in trunk.

 {{{
 $ ./miniruby -e "puts 'Jördan'; puts 'Jördan'.inspect"
 Jördan
 "Jördan"
 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #186: Difference between NSObject and Object?

2009-08-26 Thread MacRuby
#186: Difference between NSObject and Object?
+---
 Reporter:  vincent.isamb...@…  |Owner:  lsansone...@…
 Type:  defect  |   Status:  closed   
 Priority:  critical|Milestone:  MacRuby 0.5  
Component:  MacRuby |   Resolution:  fixed
 Keywords:  |  
+---
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 Should be fixed in trunk.

 {{{
 $ ./miniruby -e "class NSObject; def self.func; end; end; Class.func"
 $
 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


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

2009-08-26 Thread MacRuby
#150: invalid strings with IO.pipe and readline
--+-
 Reporter:  macosfo...@…  |Owner:  lsansone...@…

 Type:  defect|   Status:  closed   

 Priority:  major |Milestone:  MacRuby 0.5  

Component:  MacRuby   |   Resolution:  fixed

 Keywords:|  
--+-
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 Seems to be fixed in trunk.

 {{{
 $ ./miniruby  t.rb
 "test"
 "e"
 $ ruby19  t.rb
 "test"
 "e"
 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


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

2009-08-26 Thread MacRuby
#134: require 'rexml/document' fails
+---
 Reporter:  rebo...@…   |Owner:  lsansone...@…
 Type:  defect  |   Status:  closed   
 Priority:  major   |Milestone:  MacRuby 0.5  
Component:  MacRuby |   Resolution:  fixed
 Keywords:  |  
+---
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 I confirm that it's working with trunk. Not sure if the rest of REXML is
 working though.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #91: rss module doesn't work - problem in dublincore.rb or module_eval

2009-08-26 Thread MacRuby
#91: rss module doesn't work - problem in dublincore.rb or module_eval
---+
 Reporter:  jakub.su...@…  |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  major  |   Milestone:  MacRuby 0.5  
Component:  MacRuby|Keywords:   
---+
Changes (by lsansone...@…):

  * milestone:  MacRuby 0.4 => MacRuby 0.5


Comment:

 As of r2392

 {{{
 $ ./miniruby -I./lib -r rss -e ''
 too short escaped multibyte character: /(?:;(?-mix:[\r\n\t
 ]+)?(?-mix:[^\x00- ()<>@,;:\\"/\[\]?={}\x7f]+)(?-mix:[\r\n\t
 ]+)?=(?-mix:[\r\n\t ]+)?(?:(?-mix:[^\x00-
 ()<>@,;:\\"/\[\]?={}\x7f]+)|(?-mix:"(?:[\r\n\t
 !#-\[\]-~\x80-\xff]|\\[\x00-\x7f])*"))(?-mix:[\r\n\t ]+)?)*/ (RegexpError)
 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #218: including a module which defines functions can mask functions of the same name in the including class

2009-08-26 Thread MacRuby
#218: including a module which defines functions can mask functions of the same
name in the including class
---+
 Reporter:  cel...@…   |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  major  |   Milestone:  MacRuby 0.5  
Component:  MacRuby|Keywords:   
---+
Changes (by lsansone...@…):

  * milestone:  => MacRuby 0.5


Comment:

 Sorry for the late response. Could you try this with trunk? I believe it
 might work.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #196: GVL is held when invoking blocking run-loop related calls

2009-08-26 Thread MacRuby
#196: GVL is held when invoking blocking run-loop related calls
---+
 Reporter:  peter.ro...@…  |Owner:  lsansone...@…
 Type:  defect |   Status:  closed   
 Priority:  major  |Milestone:  MacRuby 0.5  
Component:  MacRuby|   Resolution:  fixed
 Keywords:  gvl lock runloop   |  
---+
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  MacRuby 0.4 => MacRuby 0.5


Comment:

 This problem should not appear with trunk. Let us know if it causes
 problems.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #237: NSConnection cause crash

2009-08-26 Thread MacRuby
#237: NSConnection cause crash
---+
 Reporter:  qe...@…|   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  major  |   Milestone:  MacRuby 0.5  
Component:  MacRuby|Keywords:  NSConection  
---+
Changes (by lsansone...@…):

  * milestone:  MacRuby 0.4 => MacRuby 0.5


Comment:

 Could you try with trunk? The problem may have been fixed.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #239: NSXML classes cannot be modified properly

2009-08-26 Thread MacRuby
#239: NSXML classes cannot be modified properly
--+-
 Reporter:  kou...@…  |Owner:  lsansone...@…
 Type:  defect|   Status:  closed   
 Priority:  major |Milestone:  MacRuby 0.5  
Component:  MacRuby   |   Resolution:  fixed
 Keywords:|  
--+-
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  MacRuby 0.4 => MacRuby 0.5


Comment:

 Seems to be fixed in trunk.

 {{{
 $ cat t.rb
 doc = NSXMLDocument.alloc.initWithXMLString "", options: 0,
 error: nil
 doc.nodesForXPath("root", error: nil)
 doc.nodesForXPath("root", error: nil)[0].XMLString
 class NSXMLDocument
 def find(path); self.nodesForXPath(path, error: nil); end
 end

 p doc.find "root"
 $ ./miniruby  t.rb
 [#]
 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


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

2009-08-26 Thread MacRuby
#287: Wrong argument type NSObject (expected Data) in Digest::MD5.hexdigest( ...
)
--+-
 Reporter:  eski...@… |Owner:  lsansone...@…
 Type:  defect|   Status:  closed   
 Priority:  blocker   |Milestone:  MacRuby 0.5  
Component:  MacRuby   |   Resolution:  fixed
 Keywords:  macruby digest typeerror  |  
--+-
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.5


Comment:

 Should be fixed in trunk.

 {{{
 $ macruby -r digest -e "p Digest::MD5.hexdigest('hello')"
 "5d41402abc4b2a76b9719d911017c592"
 $ ruby19 -r digest -e "p Digest::MD5.hexdigest('hello')"
 "5d41402abc4b2a76b9719d911017c592"
 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #311: ERB experiencing string buffer corruption of some sort

2009-08-26 Thread MacRuby
#311: ERB experiencing string buffer corruption of some sort
---+
 Reporter:  t...@…  |Owner:  lsansone...@…
 Type:  defect |   Status:  closed   
 Priority:  blocker|Milestone:  MacRuby 0.5  
Component:  MacRuby|   Resolution:  fixed
 Keywords: |  
---+
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Looks like the problem has been fixed in trunk.

 {{{
 $ macruby test
 result: spoon!

 $ ruby19 test
 result: spoon!

 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #305: boilerplate hotcocoa project crashes

2009-08-26 Thread MacRuby
#305: boilerplate hotcocoa project crashes
+---
 Reporter:  craft...@…  |   Owner:  lsansone...@…
 Type:  defect  |  Status:  new  
 Priority:  blocker |   Milestone:  MacRuby 0.5  
Component:  MacRuby |Keywords:  hotcocoa crash   
+---

Comment(by isaackea...@…):

 This ticket has been resolved for me with changeset:2366

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby] #316: Constant missing exception when running macrake deploy in a hotcocoa project

2009-08-26 Thread MacRuby
#316: Constant missing exception when running macrake deploy in a hotcocoa
project
---+
 Reporter:  isaackea...@…  |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  minor  |   Milestone:  MacRuby 0.5  
Component:  MacRuby|Keywords:   
---+

Comment(by isaackea...@…):

 This ticket has been resolved for me with changeset:2367

 Thanks Rich

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] [MacRuby] #317: Readline.readline is private/NME

2009-08-26 Thread MacRuby
#317: Readline.readline is private/NME
---+
 Reporter:  kamal.fa...@…  |   Owner:  lsansone...@…
   
 Type:  defect |  Status:  new  
   
 Priority:  minor  |   Milestone:  MacRuby 0.5  
   
Component:  MacRuby|Keywords:  readline, library, class 
methods
---+
 While checking out Lyndon http://github.com/defunkt/lyndon/tree/master, I
 hit a NoMethodError. It seems the class method is set to private in
 MacRuby.

 Ruby 1.9.1
 {{{
 MBP:macruby kamal$ ruby -rreadline -e "Readline.readline('foo')"
 foo
 }}}

 MacRuby (r2393)
 {{{
 MBP:macruby kamal$ macruby -rreadline -e "Readline.readline('bar')"
 private method `readline' called for Readline:Class (NoMethodError)
 }}}

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel