LUMIERA.clone/tests/library/diff
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
..
diff-complex-application-test.cpp Lib/Diff: prefer the name "emplace" over "build" 2021-05-02 18:31:47 +02:00
diff-ignore-changes-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
diff-index-table-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
diff-list-application-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
diff-list-generation-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
diff-tree-application-simple-test.cpp Lib/Diff: prefer the name "emplace" over "build" 2021-05-02 18:31:47 +02:00
diff-tree-application-test.cpp Diff-Listener: need a really basic test 2019-12-12 23:41:26 +01:00
diff-tree-mutation-listener-test.cpp Lib/Diff: prefer the name "emplace" over "build" 2021-05-02 18:31:47 +02:00
gen-node-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
generic-record-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
mutation-message-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
tree-mutator-binding-test.cpp Library: uniform definition scheme for error-IDs 2024-03-21 19:57:34 +01:00
tree-mutator-test.cpp Diff-Listener: need a really basic test 2019-12-12 23:41:26 +01:00