beyond-all-reason / teiserver

Middleware server for online gaming
https://www.beyondallreason.info/
MIT License
47 stars 47 forks source link

Replace Parallel with ParallelStream #263

Closed L-e-x-o-n closed 3 months ago

L-e-x-o-n commented 3 months ago

The original Parallel has not been updated since 2015 and is causing an error during compilation on newer Elixir versions. This PR replaces Parallel with ParallelStream, a newer version with same functionality that compiles without errors on newer Elixir versions.

I recommend running mix deps.clean --unused or mix deps.clean parallel mix deps.get mix deps.compile after merge or for testing

Beherith commented 3 months ago

The dockerfile also references elixir 1.14.3, could you PR that too?