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

improve 'compile' actions #428

Closed
deadok22 opened this issue Feb 10, 2014 · 3 comments
Closed

improve 'compile' actions #428

deadok22 opened this issue Feb 10, 2014 · 3 comments

Comments

@deadok22
Copy link
Collaborator

Currently neither 'native' nor 'rebar' compile actions do track output of the build which doesn't allow for incremental builds and correct tracking of changed files in project.

Use org.jetbrains.jps.builders.BuildOutputConsumer to track files produced by the compiler.

@deadok22
Copy link
Collaborator Author

Also add compile progress reporting

@deadok22
Copy link
Collaborator Author

Support single-file compilation (#475)

@deadok22 deadok22 assigned deadok22 and unassigned deadok22 Jul 6, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 10, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 14, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 17, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 17, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 20, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 22, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 23, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 23, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 23, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 24, 2015
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 24, 2015
…he build and support compile single-file compilation
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 27, 2015
…he build and support compile single-file compilation
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 27, 2015
…he build and support compile single-file compilation
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 27, 2015
…he build and support compile single-file compilation
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 27, 2015
…he build and support compile single-file compilation
avesloguzova added a commit to avesloguzova/intellij-erlang that referenced this issue Jul 27, 2015
…he build and support compile single-file compilation
@deadok22
Copy link
Collaborator Author

deadok22 commented Aug 9, 2015

We now have incremental build working (except for one case - #657) and improved build progress reporting - thanks to @avesloguzova

@deadok22 deadok22 closed this as completed Aug 9, 2015
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

1 participant