LUMIERA.clone/tests/core/proc/mobject/session
Ichthyostega fa6ba76f85 investigate insidious ill-guided conversion
As it turns out, using the functional-notation form conversion
with *parentheses* will fall back on a C-style (wild, re-interpret) cast
when the target type is *not* a class. As in the case in question here, where
it is a const& to a class. To the contrary, using *curly braces* will always
attempt to go through a constructor, and thus fail as expected, when there is
no conversion path available.

I wasn't aware of that pitfall. I noticed it since the recently introduced
class TimelineGui lacked a conversion operator to BareEntryID const& and just
happily used the TimelineGui object itself and did a reinterpret_cast into BareEntryID
2018-10-12 23:42:56 +02:00
..
add-clip-test.cpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
defs-manager-impl-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
defs-manager-test.cpp investigate insidious ill-guided conversion 2018-10-12 23:42:56 +02:00
defs-registry-impl-test.cpp MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
deletecliptest.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
dummy-session-connection-test.cpp define the plan for some scaffolding to drive the UI-Session connection (#1042) 2016-12-10 01:21:08 +01:00
placement-index-query-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
placement-index-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
placement-scope-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
query-focus-stack-test.cpp Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
query-focus-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
query-resolver-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
rebuildfixturetest.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
scope-path-test.cpp Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
scope-query-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
session-element-query-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
session-element-tracker-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
session-manager-test.cpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
session-modify-parts-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
session-service-access-test.cpp MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
session-structure-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
test-scope-invalid.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
test-scopes.cpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
test-scopes.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
testclip.cpp DI: adjust codebase to the new DependInject configuration API 2018-03-31 01:06:10 +02:00
testclip.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
testroot.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
testsession1.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
timeline-sequence-handling-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00