Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Add dependencies on compiler and syntax_tools #149

Merged
merged 1 commit into from
Nov 24, 2016

Conversation

essen
Copy link
Contributor

@essen essen commented Nov 24, 2016

While they don't need to be started, we do depend on them,
so should list them as dependencies. This will ensure that
they will be included when building releases that include
the Erlang client.

Fixes rabbitmq/rabbitmq-erlang-client#72.

While they don't need to be started, we do depend on them,
so should list them as dependencies. This will ensure that
they will be included when building releases that include
the Erlang client.
@michaelklishin michaelklishin self-assigned this Nov 24, 2016
@michaelklishin michaelklishin merged commit ac3a058 into stable Nov 24, 2016
michaelklishin added a commit to rabbitmq/rabbitmq-erlang-client that referenced this pull request Nov 25, 2016
References #72 and rabbitmq/rabbitmq-common#149.

We don't use Erlang releases so need to do this manually :(
Per discussion in the team.
@michaelklishin
Copy link
Member

FTR, we had to do rabbitmq/rabbitmq-erlang-client@712f7b3 as well.

@essen
Copy link
Contributor Author

essen commented Nov 25, 2016

They're application libraries, they do not start any process and therefore do not need to be started. At best they may need to be loaded but only if you set environment values (doesn't sound likely for these). But it doesn't hurt to have this (it'll be a load + noop).

@michaelklishin
Copy link
Member

@essen yes but we have a piece of code in the Erlang client that explicitly checks that this app (rabbbit_common) is running and without the above commit we observed failures in amqp_client startup on CI.

@essen
Copy link
Contributor Author

essen commented Nov 25, 2016

Alright, missed that, thanks.

dumbbell added a commit to rabbitmq/rabbitmq-erlang-client that referenced this pull request Nov 25, 2016
This is a follow-up commit to 712f7b3.

While here, remove some trailing whitespaces.

References #72 and rabbitmq/rabbitmq-common#149.
@dumbbell dumbbell deleted the rabbitmq-erlang-client-72 branch January 2, 2018 14:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants