abandon the use of an assertion exception to signal match failure, rather use a final bool conversion to retrieve the results. Error messages are now delivered by side effect into STDERR The reason is we're unable to deliver the desisred behaviour with the chosen DSL syntax in C++ ; on a second thought the new approach is even better aligned with the overall way we're writing tests in Lumiera. And we produce match-trace messages to indicate the complete matching path now |
||
|---|---|---|
| .. | ||
| test-event-log-test.cpp | ||
| test-helper-demangling-test.cpp | ||
| test-helper-test.cpp | ||
| test-helper-variadic-test.cpp | ||
| test-option-test.cpp | ||