LUMIERA.clone/tests/core/steam/mobject
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
..
builder Library: reorder some pervasively used includes 2024-03-21 19:57:34 +01:00
session Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
mobject-interface-test.cpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
mobject-ref-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
placement-basic-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
placement-hierarchy-test.cpp Dispatcher-Pipeline: consider how to access render nodes from job 2023-06-06 04:25:12 +02:00
placement-object-identity-test.cpp Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
placement-ref-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00