Closed josevalim closed 8 years ago
I can tackle this.
All yours!
Instead of @doc false
we can mention this function has been renamed. It would have saved me few minutes of confusion.
That's a good point. Because right now we don't warn as well, so it is clearly hard to know its purpose. @whatyouhide, @lexmag: in the future, let's keep the docs around until we add a warning (no need to revisit stuff we have already deprecated though).
Just find this...
Enum.partition should be soft-deprecated. Which means we will add a
@doc false
and leave a TODO so we can emit warnings on version 1.5 or later.The reason for the renaming is that
GenStage
will introduce a particular meaning to partitions which we want to avoid mixing up withEnum.partition
.