Dan Cristoloveanu

Results 15 issues of Dan Cristoloveanu

It would be much nicer and cleaner to have an CONST_AMQP_VALUE module. This would be refcounted and read only. That way any chances of modifying inadvertently underlying data due to...

enhancement
up for grabs

Consider removing composite type from the typesystem, as a composite type is nothing else than a describe type with a list.

enhancement
up for grabs

Composite type in amqpvalue should have unit tests (currently it is not covered).

enhancement
up for grabs

In order to write tests for one SASL mechanism in the SASL init frame, a SASL server IO is needed. This depends on header IO being rewritten first.

enhancement

Currently the E2E test for IoTHub simply relies on using a certain device name. That should be changed to create a device every time the test is run.

enhancement
up for grabs

enhancement
up for grabs

Due to the rather recent addition of the macro utils dependency, a git submodule update --init is needed to be added to the build instructions.

Would be awesome if the RUN_TEST_SUITE macro would: 1) either be a rvalue (and return failedTestCount) 2) either take a size_t*, because it is immediately un-obvious that failedTestCount is actually...