LUMIERA.clone/tests/core/steam/control
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
..
argument-tuple-accept-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-argument-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
command-basic-test.cpp Dispatcher: rename in accordance to the layer 2018-12-10 00:12:52 +01:00
command-binding-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-clone-builder-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
command-equality-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
command-instance-manager-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
command-message-binding-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
command-mutation-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
command-queue-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
command-registry-test.cpp Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
command-setup-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
command-use1-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
command-use2-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
command-use3-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
dispatcher-looper-test.cpp Library/Application: consolidate Monitor API and usage 2023-10-15 20:42:55 +02:00
handling-pattern-basics-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
handling-pattern-standard-impl-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
memento-tie-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
session-command-function-test.cpp Library/Application: switch CallQueue_test 2023-10-05 01:17:58 +02:00
test-dummy-commands.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
test-dummy-commands.hpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00