-
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
namespaced_types on OTP 18 #197
Comments
Also using Erlang 18, and unless I changed I use
|
Ah, yes. The fix applied would only solve it for R17+ edts nodes. Since edts_event is recompiled on the project node namespaced_types will not be defined there by EDTS' rebar.config. It should be an easy fix, I will look into it. |
There, fixed it with a quick hack. Should be available in melpa tomorrow. |
Download latest version of edts, and yes, it works with R18. Thanks |
Hey,
I ran into an issue with edts and OTP 18 that should have been fixed by the
namespaced_types
compile flag. When I start my project, edts fails to initialize because it tries to recompile the code without that flag defined. It's compiling inside a node running OTP 18.Is this a user error? As I understand it, this particular setup should work just fine. I patched my local copy to work. In
edts_dist:remote_compile_module/2
I added{d, namespaced_types}
to the compile call.The text was updated successfully, but these errors were encountered: