ignatov / intellij-erlang

Erlang IDE
https://www.jetbrains.com/help/idea/2018.2/getting-started-with-erlang.html
Other
735 stars 120 forks source link

#921 Adds content to modules section of .app file #922

Open piosok opened 4 years ago

ignatov commented 4 years ago

Could you please tell why this change is important?

piosok commented 4 years ago

I'm maintaining an app, which uses https://github.com/K2InformaticsGmbH/imem and https://github.com/K2InformaticsGmbH/dderl. These modules rely on .app file having modules section populated, otherwise they don't start correctly in debugger/run from intellij-erlang IDE. As rebar3 normally automatically populates modules in .app I assumed that the right thing to do would be if compilation in intellij-erlang did the same.

ignatov commented 1 year ago

Hello! Can I apply the whole diff as a single commit? I'd prefer to keep the history clean.

piosok commented 1 year ago

Yes, sure.