From: <cod...@go...> - 2008-12-08 20:04:23
|
Comment #1 on issue 9 by james.c...@usma.edu: "super" does not chain properly on Mac OS 10.5.5 http://code.google.com/p/hoc/issues/detail?id=9 Based on what I see in Super.hs I expect this to happen on all runtimes, unless I'm missing some kind of magic. The problem is especially noticeable though when using cocoa bindings, because it seems that the cocoa binding subsystem adds a subclass that then poses as the original class - so "super" becomes a guaranteed infinite loop. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings |