LUMIERA.clone/tests/core
Ichthyostega aecef2a8f4 Commands: refactor integration into SessionCommandService (#1089)
It seems more adequate to push the somewhat intricate mechanics
for the "fall back" onto generic commands down into the implementation
level of CommandInstanceManager. The point is, we know the standard
usage situation is to rely on the instance manager, and thus we want
to avoid redundant table lookups, only to support the rare case of
fallback to global commands. The latter is currently used only from
unit-tests, but might in future also be used by scripts.

Due to thread safety considerations, I have refrained from handing
out a direct reference to the command token sitting in the registry,
even while not doing so incurs a small runtime penalty (accessing
the shared ref-count for creating a copy of the smart-handle).
This is the typical situation where you'd be tempted to sacrifice
sanity for the sake of an imaginary performance benefit, which
in fact is dwarfed by all the machinery of UI-Bus and argument
passing via GenNode.
2017-04-09 19:11:40 +02:00
..
application Fix notorious warning 2017-04-01 23:59:37 +02:00
backend Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
proc Commands: refactor integration into SessionCommandService (#1089) 2017-04-09 19:11:40 +02:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00