LUMIERA.clone/tests/core/proc/asset
Ichthyostega 8432420726 Library: fix unwanted implicit conversion
...it should have been explicit from start, since there is no point
in converting an EntryID into a plain flat string without further notice

this became evident, when the compiler picked the string overload on

MakeRec().genNode(specialID)

...which is in compliance to the rules, since string is a direct match,
while BareEntryID would be an (slicing) upcast. However, obviously we
want the BareEntryID here, and not an implicit string conversion,
thereby discarding the special hash value hidden within the ID
2018-11-09 23:09:28 +01:00
..
meta Assets: draft how the global ErrorLog asset could be created 2018-09-14 21:06:12 +02:00
asset-category-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
asset-diagnostics.hpp Assets: verify creation of ErrorLog meta-Asset 2018-09-14 21:06:12 +02:00
basicpipetest.cpp Library: fix unwanted implicit conversion 2018-11-09 23:09:28 +01:00
compoundmediatest.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
create-asset-test.cpp Assets: verify creation of ErrorLog meta-Asset 2018-09-14 21:06:12 +02:00
deleteassettest.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
dependent-assets-test.cpp DI: adjust codebase to the new DependInject configuration API 2018-03-31 01:06:10 +02:00
entry-id-test.cpp GCC-7: integrate recent clean-up and refactoring work (lib::Depend) 2018-04-27 02:23:20 +02:00
identity-of-assets-test.cpp DI: adjust codebase to the new DependInject configuration API 2018-03-31 01:06:10 +02:00
make-clip-test.cpp DI: adjust codebase to the new DependInject configuration API 2018-03-31 01:06:10 +02:00
media-structure-query-test.cpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
ordering-of-assets-test.cpp DI: adjust codebase to the new DependInject configuration API 2018-03-31 01:06:10 +02:00
testasset.cpp MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
testasset.hpp MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
testclipasset.hpp Doxygen: supply missing file level comments for test support helpers 2017-02-22 01:58:49 +01:00
typed-id-test.cpp Assets: verify creation of ErrorLog meta-Asset 2018-09-14 21:06:12 +02:00