take(Any,Int64) shadows Base method in 0.4
Closed this issue · 6 comments
jiahao commented
> using Iterators
Warning: Method definition take(Any,Int64) in module Base at iterator.jl:129 overwritten in module Iterators at /Users/jiahao/.julia/v0.4/Iterators/src/Iterators.jl:50.
garborg commented
See #39. I was thinking about moving the meat of the PR over to Compat.jl and having Iterators just use that instead, but I was waiting on feedback.
lindahua commented
I also ran into this today.
garborg commented
Sorry, forgot about this. Will clean up some time today.
zenna commented
Did this get fixed?