Re: rebar3 - slow in Analyzing applications...
Fred Hebert <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAFA3VZL=wWgRij==0bjUZLLPerQp9EcsYxcULiLYL8-Oy9XCZg@mail.gmail.com> |
This is a full graph analysis of all files to figure out what depends on what. The first run should be slower than before, but the follow-up runs much faster as we'll only rebuild the files that have changed (along with the files that depend on the files that have changed). A lot of the work in the application analysis was done to initially speed up large builds in companies like WhatsApp while fixing correctness at no major cost for smaller projects. That being said, if you have a very large project with non-standard setups, you should probably come talk to us about that, it's hard to know what could be to blame there, and it's possible some options tweaking could solve a bunch of stuff, especially when you have older carryovers from rebar 2.x On Thu, Apr 15, 2021 at 7:20 AM Marc Worrell <[email protected]> wrote: > Hi, > > I have (quite suddenly actually) a build problem with rebar3. > It is the newest version. > > The "Analyzing applications…” phase seems to take forever. > > Is there a method to see what it is doing and what might be the cause of > this? > > DEBUG=1 doesn’t help. > > Cheers, > > Marc