Clone
Gustaf Neumann <neumann@wu-wien.ac.at>
committed
on 20 Jan 12
- use alias-stubs for aliases pointing to objects. This allows us to distinguish between cases, where an object is dispatchable due to t… Show more
- use alias-stubs for aliases pointing to objects. This allows   us to distinguish between cases, where an object is dispatchable   due to the alias or due to allowmethoddispatch (when the object   happens to be a subobject and has therefore its cmd in the same   namespace). The semantics are now:    - aliases to objects are always dispatchable, no matter, how      allowmethoddispatch is set.    - direct subobjects of objects are currently on dispatchable      when allowmethoddispatch is set.

Show less