mochi / mochiweb

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

Set minimum OTP to 18 #239

Closed etrepum closed 2 years ago

nickva commented 2 years ago

I noticed you were way ahead of me! I just had two minor patches to fix the CI and noticed tiny bit more cleanup that can be done after the R15 emsgsize workaround was removed https://github.com/mochi/mochiweb/pull/240

etrepum commented 2 years ago

@nickva I think the only other thing on the radar that is worth considering for a 3.0 release would be finally upgrading to rebar3, since we are breaking some compatibility anyway. What do you think about that? Is that something you'd be interested in helping with?

nickva commented 2 years ago

@etrepum that make sense, I can give it a try. We had tried it for CouchDB but that one has so many nifs, raw resources and other odd things that it stalled a bit https://github.com/apache/couchdb/pull/3938 but MochiWeb should be quite a bit simpler.