Marcelo Gornstein
Marcelo Gornstein
Add documentation and examples for: 1. The interaction with erlmld 2. The interaction with the caller code 3. Checkpointing 4. Basic setup (flow creation and important options, supervision trees, etc)...
It would be great to have a CI automatically build the project, run unit tests, publish coverage with something like coveralls, etc.
We currently lack unit tests, so let's start by adding them. Ideally we wouldn't need to run erlmld and can mock/stub it (but DON'T use meck). Create some unit tests...
More examples are needed for: 1. Explain the structure (supervision trees, workers, what's what and what it does) 2. Set up a basic use (supervision trees, behaviors, etc). Expose every...
It would be great to have a CI automatically build the project, run unit tests, publish coverage with something like coveralls, etc.
We're currently missing tests that exercise all the code and behavior involved: 1. Supervision tree 2. Accepting connections and receiving traffic for the different protocol versions. 3. KPL aggregated records...
diff --git a/amqp.inc b/amqp.inc the actual code only checks for false as the return value of fwrite in AMQPConnection::write($data). sometimes, fwrite() does not return false but 0 bytes, and the...