I noticed that too, and initially it costed me quite some effort in finding out what went wrong.
Is it possible for julia to warn at run time that there are multiple method definitions? On Tuesday, January 13, 2015, Petr Krysl <[email protected]> wrote: > I have two nested modules, both of them export a function of the same > name. > The functions have arguments of different types. > Both functions are also exported from the parent module. At least that > is the intent, but it fails. > Only the latest definition is visible outside (unqualified). > > >
