Closed sebastiw closed 7 years ago
Thanks! A lot of tests seem to be failing though
Hi, I will look into it. I got a pull requests from @ks who might have solved it.
I faced the same problem. By using HEAD of lager and fixing the deprecated function I got edts partly? run. I have still a problem with the debugger. But this seems to be a local issue.
Ok, so it builds now with OTP 18 and 19. Problem is that I needed to remove support for R14 and R15. Seems we cannot have it both ways.
Hi, any chance you can get this merged?
Sorry for the delay. I've just merged a fairly large rewrite of EDTS and this fix should no longer be needed. Thanks a lot anyway for the effort!
In order to be able to build with OTP-19 we need to update some plugins to a later version. Lager for instance uses a parse_transform which have been updated in OTP-19. This is fixed in a later version of Lager. Webmachine have a fix on master, but to be able to use it we also need to add a specific version of mochiweb as a dependency.