Clone
Gustaf A. Neumann <neumann@gustaf-neumanns-imac.local>
committed
on 26 Dec 09
- Definition of method modifiers "public", "protected" and "object" - all method-creating methods ("method", "alias", "forward", "setter") … Show more
- Definition of method modifiers "public", "protected" and "object" - all method-creating methods ("method", "alias", "forward", "setter")   return now the fully qualified method names - extending 50 regression tests fpr method modifiers - Make "unknown" for ::xotcl2::Class" to raise an error instead   of warning. Otherwise, protected class-level methods would   create objects with the name of protected methods.   Other option: make calls to protected methods raise an error,   instead of calling "unknown"

Show less