JuliaCollections/Iterators.jl

take(Any,Int64) shadows Base method in 0.4

Closed this issue · 6 comments

> 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.

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.

I also ran into this today.

Sorry, forgot about this. Will clean up some time today.

Did this get fixed?

#39 fixes it, but not sure if it will be accepted.

#39 is already merged.