I keep my Julia source code updated almost daily from github, and a few weeks ago I began receiving the error "WARNING: Base.take is deprecated" in some of my programs. I suspect it comes from inside some included package, but I'm not sure. Everything still compiles and runs correctly, but I'd like to fix the problem and get rid of the warning message. I've also run Pkg.update() regularly. Any suggestions?
- [julia-users] Base.take deprecated Bill Maier