Mea culpa: I missed a "using SQLite" in a sub-directory. So that's it. Sorry about the confusion.
On Monday, July 7, 2014 10:13:48 PM UTC+7, Tony Fong wrote: > > Yes, that is probably it. However, it's still unclear to me how that comes > about. Does "using" actually scan all the packages installed? > > My module only has the following "using" statements > > using Lint # it in turns uses nothing else > using TermWin # also it uses nothing else > using LightXML # a simple grep shows it uses nothing else > > Come to think of it, perhaps it's a bit academic. Probably some Base > submodule does it. > > I'll watch for the next update to see if things improve. Thank you very > much. > > On Monday, July 7, 2014 9:54:58 PM UTC+7, Ivar Nesje wrote: >> >> This seems to be related to DataFrames, (or rather DataArrays). Often >> such issues will arrive at an update, and be fixed when you update again. >> If you make sure you are on the last version and the problem persists, you >> should report it in the DataFrames.jl issue tracker. > >
