LUMIERA.clone/tests/stage/interact
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
..
cmd-context-test.cpp Clip-Drag: get the gesture logic to work 2021-04-17 22:32:26 +02:00
ui-coord-resolver-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
ui-coord-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
ui-location-solver-test.cpp Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
view-spec-dsl-test.cpp Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00