-
Notifications
You must be signed in to change notification settings - Fork 162
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
Rebar3 #63
Comments
I've not yet started testing this with rebar3, but I'm very open to a pull Mostly suspect that the problem lies in the ambiguity of the source Jesse Gumm
|
@sargun in the meantime, i've had success using the rebar3_auto plugin: http://blog.erlware.org/rebar3-auto-comile-and-load-plugin |
Hi, I am happy to make a the pull request for this if there is a suggested way it should work. There is rebar3 auto; has two features I don't like a dependency to install a library on linux & the fact that it recompiles everything this is especially a problem when there are over 1000 (actual case) files for a node. From what I have been able to see is the fact that rebar3 just moves all files from it app to its
directory (no sym links that i have seen) therefore the source directories reported by modules is in that directory not the apps/ directory. Therefore changes are not picked up. |
Do you have this working on a rebar3 compiled project? I'm seeing some issues with this where it can't find the source files.
The text was updated successfully, but these errors were encountered: