Skip to content
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

Open
sargun opened this issue Nov 27, 2015 · 3 comments
Open

Rebar3 #63

sargun opened this issue Nov 27, 2015 · 3 comments

Comments

@sargun
Copy link

sargun commented Nov 27, 2015

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.

@choptastic
Copy link
Collaborator

I've not yet started testing this with rebar3, but I'm very open to a pull
request.

Mostly suspect that the problem lies in the ambiguity of the source
location due to rebar3's use of symlinks, if I remember correctly.

Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
On Nov 27, 2015 12:22 AM, "Sargun Dhillon" [email protected] wrote:

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.


Reply to this email directly or view it on GitHub
#63.

@nuex
Copy link

nuex commented Jan 6, 2016

@sargun in the meantime, i've had success using the rebar3_auto plugin: http://blog.erlware.org/rebar3-auto-comile-and-load-plugin

@stuart-thackray
Copy link

stuart-thackray commented Aug 23, 2016

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

_build/PROFILE/lib

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants