etl/docs/messaging
Roland Reichwein 08b9c371a0
Various fixes and cleanup (#1507)
* Fix histogram test

Use different Start index so skipped start_index copy would not get
unnoticed in the test.

* Fix several test_vector_* for valid data

Instead of comparing the moved-from data which is invalid, compare with
the valid initial_data.

* Fix test_vector to check for the correct iterator position after erase

This was done before, but a recent change dropped it.

* Fix bit_stream: Guard nbits > 0 to prevent division by zero

* Cleanup

---------

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2026-07-20 11:19:41 +02:00
..
images Fix: rename docs/Messaging to docs/messaging 2026-06-08 11:05:31 +01:00
_index.md Fix: rename docs/Messaging to docs/messaging 2026-06-08 11:05:31 +01:00
message-broker.md Fix: rename docs/Messaging to docs/messaging 2026-06-08 11:05:31 +01:00
message-bus.md Various fixes and cleanup (#1507) 2026-07-20 11:19:41 +02:00
message-packet.md Fix: rename docs/Messaging to docs/messaging 2026-06-08 11:05:31 +01:00
message-router-registry.md Fix: rename docs/Messaging to docs/messaging 2026-06-08 11:05:31 +01:00
message-router.md Fix: rename docs/Messaging to docs/messaging 2026-06-08 11:05:31 +01:00
message.md Fix: rename docs/Messaging to docs/messaging 2026-06-08 11:05:31 +01:00
reference-counted-message-pool.md Fix: rename docs/Messaging to docs/messaging 2026-06-08 11:05:31 +01:00
reference-counted-messages.md Fix: rename docs/Messaging to docs/messaging 2026-06-08 11:05:31 +01:00
shared-message.md Fix code examples in documentation (#1471) 2026-06-23 18:11:17 +01:00