Thanks. The response in JunoLab is slightly different, an UndefVarError. Is this the same thing?
On Monday, September 26, 2016 at 10:14:44 PM UTC+2, Yichao Yu wrote: > > https://github.com/JuliaLang/julia/issues/14787 > > On Mon, Sep 26, 2016 at 4:00 PM, DNF <[email protected] <javascript:>> > wrote: > > I am seeing an odd warning/error during tab-completion: > > > > In the Julia REPL, whenever I am using tab-completion I get the > following > > warning: > > > > WARNING: both JLD and Plots export "translate"; uses of it in module > Main > > must be qualified > > Is tab-completions somehow trying to call this function? The warning > comes > > even though I'm not trying to complete words starting with 't'. > > > > > > In JunoLab I get the following error, though not every time: > > > > UndefVarError: translate not defined. > > Everything seems to be working correctly, but the warning/error is > confusing > > and a bit annoying. > > > > > > I have not been able to track down where translate should be defined, or > > what it is supposed to mean. A stopgap solution right now is defining > > > > translate(args...) = nothing > > but it doesn't feel quite right. > > > > > > This is on the 0.5.0 release version. >
