mauro3 / SimpleTraits.jl

Simple Traits for Julia
MIT License
159 stars 14 forks source link

Rename IsIterable to IsIterator #34

Closed davidanthoff closed 7 years ago

davidanthoff commented 7 years ago

This seems more in line with how folks talk about iterators in the base documentation. It will also help me in the way I am using this trait in Query.jl and my plans there (too long and complicated too explain ;).

mauro3 commented 7 years ago

Either way is fine. But the earliest I would tag a new version is the end of the week as there was a lot of churn for Tony to work through recently.

davidanthoff commented 7 years ago

No worry about timing, I'm happy if this is just on master for now, the things I'm doing in Query right now will take a while in any case.

davidanthoff commented 7 years ago

Thanks!

davidanthoff commented 7 years ago

@mauro3 Actually, any chance you could tag a version now? I'm essentially at a point where I could release a lot of stuff that uses this.