JuliaLang / Compat.jl

Compatibility across Julia versions
Other
145 stars 117 forks source link

Create Compat.Iterators; add takewhile, dropwhile and map #715

Closed tkf closed 4 years ago

tkf commented 4 years ago

This PR:

I added a submodule Compat.Iterators as otherwise I don't think it's possible to provide Iterators.map.

This PR includes the patch #714 since I need this for the test.

bramtayl commented 4 years ago

Yay! Tag?

tkf commented 4 years ago

@martinholters Sorry that I wasn't replying promptly but I appreciate your detailed analysis! It overlaps with my thought process. Thanks for taking care of this PR.