Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented May 17, 2025

Building from source using this command:

make RMQ_ERLC_OPTS= FULL=1

... then starting RabbitMQ via make run-broker, allows re-compilation from the erl shell:

1> c(rabbit).
Recompiling /home/lbakken/development/rabbitmq/rabbitmq-server/deps/rabbit/src/rabbit.erl
{ok,rabbit}

When +deterministic is passed to erlc, the compile data in each modules' information is missing the source path for the module.

Follow-up to #3442


This is an automatic backport of pull request #13899 done by Mergify.

Building from source using this command:

```
make RMQ_ERLC_OPTS= FULL=1
```

... then starting RabbitMQ via `make run-broker`, allows re-compilation
from the erl shell:

```
1> c(rabbit).
Recompiling /home/lbakken/development/rabbitmq/rabbitmq-server/deps/rabbit/src/rabbit.erl
{ok,rabbit}
```

When `+deterministic` is passed to `erlc`, the `compile` data in each
modules' information is missing the source path for the module.

Follow-up to #3442

(cherry picked from commit eae657f)
@mergify mergify bot added the make label May 17, 2025
@michaelklishin michaelklishin merged commit 0cb27fe into v4.1.x May 17, 2025
270 of 271 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.1.x/pr-13899 branch May 17, 2025 07:40
@michaelklishin michaelklishin added this to the 4.1.1 milestone May 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants