Deprecation warnings: "coveralls" and Stream.chunk/4 -> Stream.chunk_every/4
warning: found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of ASCII letters, numbers, and underscores do not require quotes /Users/ernest/Developer/igwet/deps/parallel_stream/mix.exs:17:30
==> parallel_stream Compiling 11 files (.ex) warning: Stream.chunk/4 is deprecated. Use Stream.chunk_every/4 instead lib/parallel_stream/producer.ex:16: ParallelStream.Producer.build!/4
Hi @drernie
Both warnings were solved back in October 2021:
-
"coveralls": 4587fd8 -
Stream.chunk/4: 939e4c2
You can update to the latest version: 1.1.0
Ah, thanks. Looks like the problem is that some of my other packages didn’t update your version. Will ping them.
You can close. Sorry for the confusion.
On May 11, 2022, at 6:06 AM, Geoffrey Roguelon @.***> wrote:
Hi @drernie https://github.com/drernie Both warnings were solved back in October 2021:
"coveralls": 4587fd8 https://github.com/beatrichartz/parallel_stream/commit/4587fd8fc7339987a8df8a09f682ba728a1db3ec Stream.chunk/4: 939e4c2 https://github.com/beatrichartz/parallel_stream/commit/939e4c2e507aaef642079569ea8ab67c2315c138 You can update to the latest version https://hex.pm/packages/parallel_stream/1.1.0: 1.1.0
— Reply to this email directly, view it on GitHub https://github.com/beatrichartz/parallel_stream/issues/18#issuecomment-1123737233, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAE2T7UNUVF4QIP2C7TVYLVJOWDVANCNFSM5UY3OECQ. You are receiving this because you were mentioned.