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

2008-11-20 Thread MacRuby
#165: Embeddable MacRuby.framework misses the BridgeSupport dylib files
+---
 Reporter:  [EMAIL PROTECTED]  |   Owner:  [EMAIL PROTECTED]
  
 Type:  defect  |  Status:  new
 Priority:  blocker |   Milestone:  MacRuby 0.4
Component:  MacRuby |Keywords:  crash,bridge support,gc
+---

Comment(by [EMAIL PROTECTED]):

 Indeed, that's a serious problem, good catch!

 I guess the solution will be to embed these .dylib files inside the
 framework (MacRuby.framework/Resources/BridgeSupport/*.dylib) and modify
 MacRuby core to look there in priority.

-- 
Ticket URL: 
MacRuby 

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


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

2008-11-20 Thread MacRuby
#166: Bus error when installing gem
--+-
 Reporter:  [EMAIL PROTECTED]|   Owner:  [EMAIL 
PROTECTED]
 Type:  defect|  Status:  new  
 Priority:  blocker   |   Milestone:  MacRuby 0.4  
Component:  MacRuby   |Keywords:   
--+-
 Whenever I try to install a Gem macruby crashes with a bus error. I
 attached a strack trace for when I tried to install the Amazon S3 gem.

-- 
Ticket URL: 
MacRuby 

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


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

2008-11-20 Thread MacRuby
#164: MacRuby crashes Cocoa app with exception in CFEqual
+---
 Reporter:  [EMAIL PROTECTED]  |   Owner:  [EMAIL PROTECTED]
  
 Type:  defect  |  Status:  new
 Priority:  blocker |   Milestone:  MacRuby 0.4
Component:  MacRuby |Keywords:  crash,cfequal  
+---
Changes (by [EMAIL PROTECTED]):

  * owner:  [EMAIL PROTECTED] => [EMAIL PROTECTED]


Comment:

 My bet is that this is caused by the automagic subclasses that KVO
 inserts.

-- 
Ticket URL: 
MacRuby 

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


Re: [MacRuby-devel] KVO dot notation bug?

2008-11-20 Thread Benjamin Stiglitz

Sure seems like a bug to me. Any ideas?


Sounds like it’s related to ticket #164. I’ll be looking into it Real  
Soon Now™.


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


[MacRuby-devel] What's the best way to implement a delegate/action with multiple parameters?

2008-11-20 Thread Michael Winterstein
I'm pretty new to Cocoa, so maybe I'm overlooking the obvious here.  I  
just want to make sure I'm not doing more work than necessary.


I'd like to be able to control the minimum size for a NSSplitView.  As  
I understand it, I need to have a delegate with a method that can handle

 splitView:constrainMaxCoordinate:ofSubviewAt:

So far that isn't supported using Interface Builder, is it?

If I need to do it 'manually'  - do I get a reference to the  
NSSplitView, and then tell it to set its delegate to something that  
responds to the method?  When/where should I do this - in the Window  
Controller's AwakeFromNib or some other place?



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