Hello colleagues,
On Tuesday, May 26, 2015 at 10:29:27 AM UTC+2, Mauro wrote:
>
> To me, this seems like an issue with Logging.jl. Either it should
> extend (and possible overwrite) the methods of the generic functions
> `warn` & `info` of Base or else use another name for that function.
>
i disagree. Actually plain julia needs some means to organize clashing
names in a way that does not introduce constraints between different
package developments. If Logging.jl decides to use inform (for info) and
warn_message (for warn); how can the Logging.jl development ensure that the
Base developers do not use this names?
Wishing a happy day,
Andreas