mochi / mochiweb

MochiWeb is an Erlang library for building lightweight HTTP servers.
Other
1.86k stars 474 forks source link

add tuple_calls compiler flag for erlang 21 #198

Closed gdamjan closed 6 years ago

gdamjan commented 6 years ago

From http://www.erlang.org/news/123 :

http://erlang.org/download/otp_src_21.0.readme

Without this patch, mochiweb crashes when tuple calls are used

gdamjan commented 6 years ago

I guess the version should be bumped too perhaps?

benoitc commented 6 years ago

I will take care about it tonight

benoitc commented 6 years ago

@gdamjan it seems to not be enough to have a working version on Erlang 21 unfortunately. See the CI, I will open a new ticket for it.