Jean-Sébastien Pédron

Results 106 comments of Jean-Sébastien Pédron

I was thinking of the opposite situation: if the user goes into`deps/cowboy` to switch to another commit, would Erlang.mk (in the top-level project) switch Cowboy back to the commit saved...

Ok, I agree. So the expected use case is around release builds. During development, you don't have any lock file (or if you have one, it doesn't interfere with you...

Closing this pull request for now. We don't have any use case for it currently.

@mkuratczyk: I don't understand the second part of your test when you say "I suspected that perhaps the queue would be there after the migration but no.". Could you please...

I changed the patch slightly so that the garbage collection is triggered from the `rabbit` application start function, not outside. This is so that `rabbit` stays as close as possible...

I don't know how plugins should be compiled nowadays after the switch to the monorepository in rabbitmq-server, but I'm not sure it is still possible to build it outside of...

There seems to be a crash in Osiris when RabbitMQ is tested with mixed-version clusters where: * the primary umbrella is the branch in this pull request * the secondary...

Stopping Ra systems and servers with the `rabbit` application has some unfortunate consequences. We discovered that several areas of RabbitMQ willingly or unwillingly rely on the fact the these processes...

> I'd like to add my 2 cents. There's an error when using 1 replica in a RabbitMQ Cluster Kubernetes operator: "Feature flags: refuse to enable feature flags while clustered...

The patch is finished but I would like to test it with RabbitMQ before merging it.