I'm working on a patch to add support for calling the superclass' implementation of a method when overriding a method in Clojure with ns/:genclass. This looks like it requires a modification of the InstanceMethodExpr class in clojure.lang.Compiler. The proposed syntax would be: (. super/MethodFoo this args). One issue is that using super/MethodFoo to refer to the superclass' method means that (.super/MethodFoo this args) wouldn't work without more Parser changes.
I'm close to finishing this, but would like to get feedback before spending more time. Thoughts? -Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---