Closed GoogleCodeExporter closed 9 years ago
Fixed by changing how multimethod tables propagate from package to dependent
package. The fix does not do exactly what is mentioned in the bug report. You
do not package-qualify the name of the method from a directly imported package,
because dynamic dispatch needs to work, choosing between method implementations
from different packages. However, you can no longer access a method from an
indirectly imported package.
Original comment by relis...@gmail.com
on 19 Dec 2012 at 7:02
Original issue reported on code.google.com by
relis...@gmail.com
on 2 Nov 2012 at 11:39