LUMIERA.clone/tests/basics
Ichthyostega a90b9e5f16 Library: uniform definition scheme for error-IDs
In the Lumiera code base, we use C-String constants as unique error-IDs.
Basically this allows to create new unique error IDs anywhere in the code.

However, definition of such IDs in arbitrary namespaces tends to create
slight confusion and ambiguities, while maintaining the proper use statements
requires some manual work.

Thus I introduce a new **standard scheme**
 * Error-IDs for widespread use shall be defined _exclusively_ into `namespace lumiera::error`
 * The shorthand-Macro `LERR_()` can now be used to simplify inclusion and referral
 * (for local or single-usage errors, a local or even hidden definition is OK)
2024-03-21 19:57:34 +01:00
..
time Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
call-queue-test.cpp Library/Application: consolidate Monitor API and usage 2023-10-15 20:42:55 +02:00
dependency-configuration-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
dependency-factory-test.cpp
diagnostic-context-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
DIR_INFO
singleton-subclass-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
singleton-test.cpp
singleton-testmock-test.cpp
stream-type-basics-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
stream-type-lifecycle-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
test-target-obj.hpp
teststreamtypes.hpp Library: clarify usage of the basic time scale 2018-12-10 00:12:52 +01:00
typed-counter-test.cpp Library/Application: rework TypedCounter and tests 2023-10-04 22:41:00 +02:00
typed-family-member-id-test.cpp
visitingtool-concept.cpp
visitingtool-extended-test.cpp
visitingtool-test.cpp
zombie-check-test.cpp