Laszlo Toth

Results 28 comments of Laszlo Toth

The previous log was created with DEBUG=1 option, without that I would have only ``` ===> Errors loading plugin {rplug_lib, {git, "ssh://[email protected]:7999/erfidt/rplug_lib.git", {branch,"master"}}}. Run rebar3 with DEBUG=1 set to see...

You were right. There is a task hooked to `ct`. We need it because otherwise the top level application when it starts up does not have the necessary configuration read...

Unfortunately if I don't call ` {ok, State} = rebar_prv_app_discovery:do(State0),` in the plugin the list of applications returned by the above mentioned get_app_names will contain only the top level app....

I think DEBUG=1 still works in 3.18.0, but in 3.13.3 version it should be DEBUG=1. I will ask the devops guys to reproduce this error with DEBUG=1 added to the...

After compile it calls relx, and this is the only thing after the compile phase we have in the logs: ``` [2023-06-12T11:56:15.384Z] ===> Starting relx build process ... [2023-06-12T11:56:15.384Z] ===>...

Hi. Do you have any updates on this?

Our problem is that we use quite some plugins, and have lots of dependencies (around 250). These plugins and the lots of dependencies don't compile even with 3.14.0. On newer...

"does the path on disk with the infinite chain of _checkouts actually exist after the compile step or only shows up once relx executes? Could a hook be added to...