LUMIERA.clone/tests/core
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
..
application Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
backend DI: adjust codebase to the new DependInject configuration API 2018-03-31 01:06:10 +02:00
proc Library: fix unwanted implicit conversion 2018-11-09 23:09:28 +01:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00