You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old version of mochiweb use parameterized module which has been deprecated. so this repo won't compile under Erlang R16+.
Compiled src/mochiweb_socket_server.erl
src/mochifmt_std.erl:6: parameterized modules are no longer supported
src/mochifmt_std.erl:11: variable 'THIS' is unbound
src/mochifmt_std.erl:14: variable 'THIS' is unbound
src/mochifmt_std.erl:23: variable 'THIS' is unbound
The text was updated successfully, but these errors were encountered:
I am fine with doing something like this but don't have time at the moment to do it myself. Please submit a PR that works (tests pass, etc) and I'll merge.
Old version of mochiweb use parameterized module which has been deprecated. so this repo won't compile under Erlang R16+.
Compiled src/mochiweb_socket_server.erl
src/mochifmt_std.erl:6: parameterized modules are no longer supported
src/mochifmt_std.erl:11: variable 'THIS' is unbound
src/mochifmt_std.erl:14: variable 'THIS' is unbound
src/mochifmt_std.erl:23: variable 'THIS' is unbound
The text was updated successfully, but these errors were encountered: