-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with OTP 27; dependencies can't compile #283
Comments
I just manually cloned mochiweb to ./deps and manually built it. Update: instead of cloning mochiweb manually I just needed to remove Update 2: Some (rather important) functionality appears to be broken because of changes in mochiweb. It looks like the only way to get it to work again is to switch to the older version of OTP until someone can actually fix it. |
I've started an effort of removing mochiweb as dependency, but it is not as easy as both elisp + erlang code need some communication format (currently json). OTP 27 introduces the new json module, but edts aims to support older versions as well. I'll have a more proper look later this week at what is left. |
I've seen that mochiweb is finally updated for later OTP versions, so I'm working on fix (actually working on the test cases), and hopefully will finish it up today. |
Mochiweb fails to compile:
So either Mochiweb needs to be updated or the compilation can include a patch to backport the fixes for
maybe
. I don't know what's involved in upgrading to Mochiweb 3.The text was updated successfully, but these errors were encountered: