I‘ve just brought self
and super
calls back — more about these features in my previous post about them.
I am just not happy how super
is implemented currently — I was forced to add initial stage of scanning all the signatures of types and functions in order to compute function derivation tables. So when I hit the body of the function — during the second stage of processing — I am able to bind super
properly.