Re: [MacRuby-devel] [MacRuby] #730: macrubyc is failing on trunk

2010-05-25 Thread MacRuby
#730: macrubyc is failing on trunk
+---
 Reporter:  martinlagarde...@…  |   Owner:  lsansone...@…
 Type:  defect  |  Status:  new  
 Priority:  critical|   Milestone:  MacRuby 0.7  
Component:  MacRuby |Keywords:   
+---
Description changed by martinlagarde...@…:

Old description:

> $> cat test.rb
> a = 1
> $> macrubyc test.rb
> Undefined symbols:
>   "_kCFNull", referenced from:
>   _vm_ocval_to_rval in test.o
>   _vm_rval_to_ocval in test.o
>   "_auto_zone_set_write_barrier", referenced from:
>   _vm_ivar_set in test.o
>   _vm_fast_aset in test.o
>   _vm_fast_shift in test.o
>   _vm_rary_aset in test.o
>   "_kCFBooleanFalse", referenced from:
>   _vm_ocval_to_rval in test.o
>   _vm_rval_to_ocval in test.o
>   "_kCFBooleanTrue", referenced from:
>   _vm_ocval_to_rval in test.o
>   _vm_rval_to_ocval in test.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> Error when executing `/usr/bin/g++ -o "a.out" -arch x86_64 -framework
> MacRuby -lobjc
> "/var/folders/9r/9rOxb0xQGeqKS6rl0lt+5U+++TI/-Tmp-/main-31125.o"
> "./test.o"'

New description:

 {{{
 $> cat test.rb
 a = 1
 $> macrubyc test.rb
 Undefined symbols:
   "_kCFNull", referenced from:
   _vm_ocval_to_rval in test.o
   _vm_rval_to_ocval in test.o
   "_auto_zone_set_write_barrier", referenced from:
   _vm_ivar_set in test.o
   _vm_fast_aset in test.o
   _vm_fast_shift in test.o
   _vm_rary_aset in test.o
   "_kCFBooleanFalse", referenced from:
   _vm_ocval_to_rval in test.o
   _vm_rval_to_ocval in test.o
   "_kCFBooleanTrue", referenced from:
   _vm_ocval_to_rval in test.o
   _vm_rval_to_ocval in test.o
 ld: symbol(s) not found
 collect2: ld returned 1 exit status
 Error when executing `/usr/bin/g++ -o "a.out" -arch x86_64 -framework
 MacRuby -lobjc
 "/var/folders/9r/9rOxb0xQGeqKS6rl0lt+5U+++TI/-Tmp-/main-31125.o"
 "./test.o"'
 }}}

--

-- 
Ticket URL: 
MacRuby 

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


[MacRuby-devel] [MacRuby] #730: macrubyc is failing on trunk

2010-05-25 Thread MacRuby
#730: macrubyc is failing on trunk
+---
 Reporter:  martinlagarde...@…  |   Owner:  lsansone...@…
 Type:  defect  |  Status:  new  
 Priority:  critical|   Milestone:  MacRuby 0.7  
Component:  MacRuby |Keywords:   
+---
 $> cat test.rb
 a = 1
 $> macrubyc test.rb
 Undefined symbols:
   "_kCFNull", referenced from:
   _vm_ocval_to_rval in test.o
   _vm_rval_to_ocval in test.o
   "_auto_zone_set_write_barrier", referenced from:
   _vm_ivar_set in test.o
   _vm_fast_aset in test.o
   _vm_fast_shift in test.o
   _vm_rary_aset in test.o
   "_kCFBooleanFalse", referenced from:
   _vm_ocval_to_rval in test.o
   _vm_rval_to_ocval in test.o
   "_kCFBooleanTrue", referenced from:
   _vm_ocval_to_rval in test.o
   _vm_rval_to_ocval in test.o
 ld: symbol(s) not found
 collect2: ld returned 1 exit status
 Error when executing `/usr/bin/g++ -o "a.out" -arch x86_64 -framework
 MacRuby -lobjc
 "/var/folders/9r/9rOxb0xQGeqKS6rl0lt+5U+++TI/-Tmp-/main-31125.o"
 "./test.o"'

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #710: MacRuby 0.6 performance decline from 0.5 in AO Bench

2010-05-25 Thread MacRuby
#710: MacRuby 0.6 performance decline from 0.5 in AO Bench
---+
 Reporter:  nagachik...@…  |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  minor  |   Milestone:   
Component:  MacRuby|Keywords:  performance  
---+

Comment(by lsansone...@…):

 I committed a version of your benchmark in our new perf suite in r4145 (I
 reduced the image size and number of samples so that it takes less time to
 run). With my local copy of MacRuby, it runs slightly faster than Ruby
 1.9.2 trunk.

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #729: rbconfig.rb does not honor ARCH_FLAG

2010-05-25 Thread MacRuby
#729: rbconfig.rb does not honor ARCH_FLAG
--+-
 Reporter:  joe...@…  |   Owner:  lsansone...@…
 Type:  defect|  Status:  new  
 Priority:  blocker   |   Milestone:   
Component:  MacRuby   |Keywords:   
--+-

Comment(by martinlagarde...@…):

 This should be fixed with r4148. Joel can you confirm? :-) (please not
 that we use ARCHFLAGS without underscore).

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #726: Methods added to String do not get added to all strings

2010-05-25 Thread MacRuby
#726: Methods added to String do not get added to all strings
-+--
 Reporter:  dy...@…  |   Owner:  lsansone...@…
 Type:  defect   |  Status:  new  
 Priority:  blocker  |   Milestone:   
Component:  MacRuby  |Keywords:   
-+--
Changes (by martinlagarde...@…):

  * milestone:  MacRuby 0.6 =>


Comment:

 Hi!

 This is because of the way strings are implemented within MacRuby. If you
 look at the result of this command:
 {{{
 macruby -e 'p String.ancestors'
 [String, NSMutableString, NSString, Comparable, NSObject, Kernel]
 }}}

 You can see that `String` is defined on top of of `NSMutableString`, which
 is why defining a method on `String` won't define it on `NSMutableString`
 or `NSString`.

 In your example, if you replace "`class String`" by "`class NSString`",
 then it will work as expected:
 {{{
 String
 Bacon!
 String
 Bacon!
 }}}

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #724: malloc warning

2010-05-25 Thread MacRuby
#724: malloc warning
-+--
 Reporter:  tvmo...@…|   Owner:  lsansone...@…
 Type:  defect   |  Status:  new  
 Priority:  minor|   Milestone:  MacRuby 0.6  
Component:  MacRuby  |Keywords:   
-+--

Comment(by martinlagarde...@…):

 Hi!

 I can't reproduce this on my machine... Can you reproduce it each time you
 run this script?

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #723: nsset + bindings error

2010-05-25 Thread MacRuby
#723: nsset + bindings error
---+
 Reporter:  jakub.su...@…  |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  major  |   Milestone:   
Component:  MacRuby|Keywords:   
---+
Description changed by martinlagarde...@…:

Old description:

> I have a weird error related to NSSet.setWithObjects method and bindings.
> I'm not sure exactly what causes it, but my guess is that it's some kind
> of problem with methods that accept variable number of arguments, that
> only appears in some specific conditions. It took me a few hours to
> isolate only the relevant code, but I managed to cut it down to two small
> classes where changing anything else makes the error disappear (see
> attached zip with a project).
>
> So I have a model class with 3 fields and 2 helper methods using those
> fields. For those 2 helper methods, I provide KVO methods
> keyPathsForValuesAffecting*** returning sets. In the app delegate, I
> create one instance of that class and 2 views, and bind two properties of
> the views to the methods in the model object.
>
> When I get to NSSet.setWithObjects("sender", "recipient", nil) in
> keyPathsForValuesAffectingSenderAndRecipient, the application hangs.
>
> Now, if I change anything in this code, it stops hanging; for example:
> - if I use NSSet.setWithArray(["sender", "recipient"]), it works
> - if I use a set with just "sender" (NSSet.setWithObjects("sender",
> nil)), it works
> - if I delete the second KVO method
> (keyPathsForValuesAffectingHasPicture), the first one starts working
> - if I don't bind the first view to keyPathsForValuesAffectingHasPicture,
> or change the order of bindings, it starts working
> - if I return a 2-element set in keyPathsForValuesAffectingHasPicture, it
> starts working (?!)
> - and here's the funniest one: if I copy the line
> NSSet.setWithObjects("sender", "recipient", nil) to application delegate,
> before the bindings, it works there, and the original invocation inside
> keyPathsForValuesAffectingSenderAndRecipient also magically starts
> working (?!?!)
>
> As you can see, it's hard to figure out what's going on here... But as
> far as I can tell, this smells to me like some kind of bug related to
> memory, pointers pointing to wrong places and so on... (oh, good old C
> times... :)
>
> And BTW, if I rewrite the model class (Message) in ObjC, it also starts
> working.
>
> Tested on MacRuby 0.6.

New description:

 I have a weird error related to `NSSet.setWithObjects` method and
 bindings. I'm not sure exactly what causes it, but my guess is that it's
 some kind of problem with methods that accept variable number of
 arguments, that only appears in some specific conditions. It took me a few
 hours to isolate only the relevant code, but I managed to cut it down to
 two small classes where changing anything else makes the error disappear
 (see attached zip with a project).

 So I have a model class with 3 fields and 2 helper methods using those
 fields. For those 2 helper methods, I provide KVO methods
 `keyPathsForValuesAffecting***` returning sets. In the app delegate, I
 create one instance of that class and 2 views, and bind two properties of
 the views to the methods in the model object.

 When I get to `NSSet.setWithObjects("sender", "recipient", nil)` in
 `keyPathsForValuesAffectingSenderAndRecipient`, the application hangs.

 Now, if I change anything in this code, it stops hanging; for example:
  * if I use `NSSet.setWithArray(["sender", "recipient"])`, it works
  * if I use a set with just "`sender`" (`NSSet.setWithObjects("sender",
 nil)`), it works
  * if I delete the second KVO method
 (`keyPathsForValuesAffectingHasPicture`), the first one starts working
  * if I don't bind the first view to
 `keyPathsForValuesAffectingHasPicture`, or change the order of bindings,
 it starts working
  * if I return a 2-element set in `keyPathsForValuesAffectingHasPicture`,
 it starts working (?!)
  * and here's the funniest one: if I copy the line
 `NSSet.setWithObjects("sender", "recipient", nil)` to application
 delegate, before the bindings, it works there, and the original invocation
 inside `keyPathsForValuesAffectingSenderAndRecipient` also magically
 starts working (?!?!)

 As you can see, it's hard to figure out what's going on here... But as far
 as I can tell, this smells to me like some kind of bug related to memory,
 pointers pointing to wrong places and so on... (oh, good old C times... :)

 And BTW, if I rewrite the model class (Message) in ObjC, it also starts
 working.

 Tested on MacRuby 0.6.

--

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel 

Re: [MacRuby-devel] [MacRuby] #724: malloc warning

2010-05-25 Thread Terry Moore
Yes every time. you must have any alias on the desktop called test though

Terry

oh and macruby 0.6


On 26/05/2010, at 9:53 AM, MacRuby wrote:

> #724: malloc warning
> -+--
> Reporter:  tvmo...@…|   Owner:  lsansone...@…
> Type:  defect   |  Status:  new  
> Priority:  minor|   Milestone:  MacRuby 0.6  
> Component:  MacRuby  |Keywords:   
> -+--
> 
> Comment(by martinlagarde...@…):
> 
> Hi!
> 
> I can't reproduce this on my machine... Can you reproduce it each time you
> run this script?
> 
> -- 
> Ticket URL: 
> MacRuby 
> 
> ___
> 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] #724: malloc warning

2010-05-25 Thread Thibault Martin-Lagardette
Ah ok, I can reproduce now.
The missing part was that the file needed to be an alias :-)

-- 
Thibault Martin-Lagardette



On May 25, 2010, at 15:08, Terry Moore wrote:

> Yes every time. you must have any alias on the desktop called test though
> 
> Terry
> 
> oh and macruby 0.6
> 
> 
> On 26/05/2010, at 9:53 AM, MacRuby wrote:
> 
>> #724: malloc warning
>> -+--
>> Reporter:  tvmo...@…|   Owner:  lsansone...@…
>>Type:  defect   |  Status:  new  
>> Priority:  minor|   Milestone:  MacRuby 0.6  
>> Component:  MacRuby  |Keywords:   
>> -+--
>> 
>> Comment(by martinlagarde...@…):
>> 
>> Hi!
>> 
>> I can't reproduce this on my machine... Can you reproduce it each time you
>> run this script?
>> 
>> -- 
>> Ticket URL: 
>> MacRuby 
>> 
>> ___
>> 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] #724: malloc warning with bookmarkDataWithContentsOfURL on aliases (was: malloc warning)

2010-05-25 Thread MacRuby
#724: malloc warning with bookmarkDataWithContentsOfURL on aliases
-+--
 Reporter:  tvmo...@…|   Owner:  lsansone...@…
 Type:  defect   |  Status:  new  
 Priority:  minor|   Milestone:  MacRuby 0.6  
Component:  MacRuby  |Keywords:   
-+--
Description changed by martinlagarde...@…:

Old description:

> framework 'cocoa'
>
> p = NSURL.fileURLWithPath(File.expand_path("~/Desktop/test"))
> data = NSURL.bookmarkDataWithContentsOfURL(p, error:nil)
>
> macruby(420,0x7fff70770be0) malloc: reference count underflow for
> 0x2004b9800, break on auto_refcount_underflow_error to debug.

New description:

 Create a Mac OS alias (not a symbolic link) named test on the Desktop, run
 the following script:
 {{{
 #!ruby
 framework 'cocoa'

 p = NSURL.fileURLWithPath(File.expand_path("~/Desktop/test"))
 data = NSURL.bookmarkDataWithContentsOfURL(p, error:nil)
 }}}

 It will result in this warning:
 {{{
 macruby(420,0x7fff70770be0) malloc: reference count underflow for
 0x2004b9800, break on auto_refcount_underflow_error to debug.
 }}}

--

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #723: nsset + bindings error

2010-05-25 Thread MacRuby
#723: nsset + bindings error
---+
 Reporter:  jakub.su...@…  |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  major  |   Milestone:   
Component:  MacRuby|Keywords:   
---+

Comment(by martinlagarde...@…):

 {{{
 Breakpoint 1, 0x7fff8523dc34 in auto_refcount_underflow_error ()
 (gdb) bt
 #0  0x7fff8523dc34 in auto_refcount_underflow_error ()
 #1  0x7fff8524ac71 in Auto::Zone::dec_refcount_small_medium ()
 #2  0x7fff8524c75e in Auto::Zone::block_decrement_refcount ()
 #3  0x7fff85235a0f in auto_zone_release ()
 #4  0x7fff82eaf756 in _CFRelease ()
 #5  0x7fff88966ec0 in _CFURLCreateBookmarkDataFromFile ()
 #6  0x7fff82fbf858 in +[NSURL bookmarkDataWithContentsOfURL:error:] ()
 #7  0x00010110071c in ?? ()
 #8  0x0001001364e5 in __rb_vm_dispatch [inlined] () at
 /Users/naixn/Documents/Projets/MacRuby/dispatcher.cpp:450
 #9  0x0001001364e5 in rb_vm_dispatch () at dispatcher.cpp:1061
 #10 0x0001011002c2 in ?? ()
 #11 0x000100154c8d in rb_vm_run (fname=0x2000d69e0
 "/Users/naixn/Desktop/test.rb", node=0x2000d9500, binding=0x0,
 inside_eval=false) at vm.cpp:3708
 #12 0x00010003f6f1 in ruby_run_node (n=0x2000d9500) at eval.c:202
 #13 0x00010c15 in main (argc=2, argv=0x100f1cba0,
 envp=0x7fff5fbff7f0) at main.cpp:40
 (gdb)
 }}}

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #723: nsset + bindings error

2010-05-25 Thread MacRuby
#723: nsset + bindings error
---+
 Reporter:  jakub.su...@…  |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  major  |   Milestone:   
Component:  MacRuby|Keywords:   
---+

Comment(by martinlagarde...@…):

 Sorry, this backtrace is not for this bug. My bad.

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #724: malloc warning with bookmarkDataWithContentsOfURL on aliases

2010-05-25 Thread MacRuby
#724: malloc warning with bookmarkDataWithContentsOfURL on aliases
-+--
 Reporter:  tvmo...@…|   Owner:  lsansone...@…
 Type:  defect   |  Status:  new  
 Priority:  minor|   Milestone:  MacRuby 0.6  
Component:  MacRuby  |Keywords:   
-+--

Comment(by martinlagarde...@…):

 {{{
 Breakpoint 1, 0x7fff8523dc34 in auto_refcount_underflow_error ()
 (gdb) bt
 #0  0x7fff8523dc34 in auto_refcount_underflow_error ()
 #1  0x7fff8524ac71 in Auto::Zone::dec_refcount_small_medium ()
 #2  0x7fff8524c75e in Auto::Zone::block_decrement_refcount ()
 #3  0x7fff85235a0f in auto_zone_release ()
 #4  0x7fff82eaf756 in _CFRelease ()
 #5  0x7fff88966ec0 in _CFURLCreateBookmarkDataFromFile ()
 #6  0x7fff82fbf858 in +[NSURL bookmarkDataWithContentsOfURL:error:] ()
 #7  0x00010110071c in ?? ()
 #8  0x0001001364e5 in __rb_vm_dispatch [inlined] () at
 /Users/naixn/Documents/Projets/MacRuby/dispatcher.cpp:450
 #9  0x0001001364e5 in rb_vm_dispatch () at dispatcher.cpp:1061
 #10 0x0001011002c2 in ?? ()
 #11 0x000100154c8d in rb_vm_run (fname=0x2000d69e0
 "/Users/naixn/Desktop/test.rb", node=0x2000d9500, binding=0x0,
 inside_eval=false) at vm.cpp:3708
 #12 0x00010003f6f1 in ruby_run_node (n=0x2000d9500) at eval.c:202
 #13 0x00010c15 in main (argc=2, argv=0x100f1cba0,
 envp=0x7fff5fbff7f0) at main.cpp:40
 (gdb)
 }}}

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #723: nsset + bindings error

2010-05-25 Thread MacRuby
#723: nsset + bindings error
---+
 Reporter:  jakub.su...@…  |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  major  |   Milestone:   
Component:  MacRuby|Keywords:   
---+

Comment(by martinlagarde...@…):

 This code can be reduced to the following:
 {{{
 #!ruby
 framework "Foundation"
 NSSet.setWithObjects("pictures", nil)
 NSSet.setWithObjects("sender", "recipient", nil)
 }}}

 Just like Jakub said in his explanation, inverting the calls will make
 this work. I suspect this may have something to do with the stub
 generation, because the first call wil always work, and subsequent calls
 with lesser arguments will work just as well, but if you add more
 arguments than the first call, it will crash:

 {{{
 #!ruby
 framework "Foundation"
 NSSet.setWithObjects("1", "2", "3", "4", "5", "6", nil)
 NSSet.setWithObjects("1", "2", "3", "4", "5", "6", "7", nil)
 }}}

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #723: nsset + bindings error

2010-05-25 Thread MacRuby
#723: nsset + bindings error
---+
 Reporter:  jakub.su...@…  |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  major  |   Milestone:   
Component:  MacRuby|Keywords:   
---+

Comment(by martinlagarde...@…):

 I guess this would more or less confirm the stub generation error theory.
 With:
 {{{
 #!ruby
 framework 'Cocoa'
 p NSArray.arrayWithObjects("1", "2", "3", "4", "5", "6", nil)
 p NSArray.arrayWithObjects("1", "2", "3", "4", "5", nil)
 p NSArray.arrayWithObjects("1", "2", "3", "4", "5", "6", "7", nil)
 }}}
 {{{
 $> macruby test.rb
 ["1", "2", "3", "4", "5", "6"]
 ["1", "2", "3", "4", "5"]
 Segmentation fault
 }}}

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #724: malloc warning with bookmarkDataWithContentsOfURL on aliases

2010-05-25 Thread MacRuby
#724: malloc warning with bookmarkDataWithContentsOfURL on aliases
-+--
 Reporter:  tvmo...@…|Owner:  lsansone...@…
 Type:  defect   |   Status:  closed   
 Priority:  minor|Milestone:  MacRuby 0.6  
Component:  MacRuby  |   Resolution:  invalid  
 Keywords:   |  
-+--
Changes (by martinlagarde...@…):

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


Comment:

 This is a bug in the OS actually:

 {{{
 $> cat t.m
 #import 

 int main(void)
 {
 NSURL *url = [NSURL fileURLWithPath:@"/tmp/test"];
 NSData *data = [NSURL bookmarkDataWithContentsOfURL:url error:nil];
 printf("-> %p\n", data);
 return 0;
 }
 $> gcc /tmp/t.m -o /tmp/t -framework Foundation -fobjc-gc
 $> ./t

 t(61211,0x7fff70982be0) malloc: reference count underflow for 0x2f580,
 break on auto_refcount_underflow_error to debug.
 -> 0x2f540
 $>
 }}}

 Well I say bug, but it's just a simple warning. It has been reported
 anyway :-).

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #725: rake should support CC and CXX flags

2010-05-25 Thread MacRuby
#725: rake should support CC and CXX flags
---+
 Reporter:  j...@…  |Owner:  lsansone...@…
 Type:  defect |   Status:  closed   
 Priority:  blocker|Milestone:  MacRuby 0.7  
Component:  MacRuby|   Resolution:  fixed
 Keywords: |  
---+
Changes (by lsansone...@…):

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


Comment:

 Should be fixed in r4154.

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #719: IO.read is broken

2010-05-25 Thread MacRuby
#719: IO.read is broken
--+-
 Reporter:  watson1...@…  |Owner:  lsansone...@…
 Type:  defect|   Status:  closed   
 Priority:  blocker   |Milestone:  MacRuby 0.7  
Component:  MacRuby   |   Resolution:  fixed
 Keywords:|  
--+-
Changes (by martinlagarde...@…):

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


Comment:

 Fixed with r4155. Thanks for the report!

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] [MacRuby] #716: Undefining a method and then calling the method with a different arity than the original fails wrong

2010-05-25 Thread MacRuby
#716: Undefining a method and then calling the method with a different arity 
than
the original fails wrong
-+--
 Reporter:  eloy.de.en...@…  |Owner:  eloy.de.en...@…
 Type:  defect   |   Status:  closed 
 Priority:  blocker  |Milestone:  MacRuby 0.7
Component:  MacRuby  |   Resolution:  fixed  
 Keywords:  mocha|  
-+--
Changes (by martinlagarde...@…):

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


Comment:

 Fixed with r4157 :-)

-- 
Ticket URL: 
MacRuby 

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