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

Erlang compiling takes long time #475

Closed
FatihErdem opened this issue May 16, 2014 · 1 comment
Closed

Erlang compiling takes long time #475

FatihErdem opened this issue May 16, 2014 · 1 comment

Comments

@FatihErdem
Copy link

Hi. I am newbie of Erlang.

I wonder if it is the same thing to do "Compile"(CTRL+Shift+f9) instead of writing "c(erlang_file)" to command? In Intellij Idea,total compilation time is 7 seconds. But in command line compilation , it takes only less than a second. d".

Why compilation times are different?
Thanks.

@FatihErdem FatihErdem changed the title Erlang compiling is too long Erlang compiling is take long time May 16, 2014
@FatihErdem FatihErdem changed the title Erlang compiling is take long time Erlang compiling is takes long time May 16, 2014
@FatihErdem FatihErdem changed the title Erlang compiling is takes long time Erlang compiling takes long time May 16, 2014
@deadok22
Copy link
Collaborator

Hi, @FatihErdem!

First of all, c(erlang_file) and Compile are not the same thing - both Erlang and other plugins in your IDE may do some additional work upon build.

Currently, compilation of a single file is not supported - so every time you hit Compile the whole project is rebuilt. Obviously, this is not what should happen upon this action.

Thanks for reporting the bug.

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
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

2 participants