Algorithm/tool caching and removal of hashes in names
- introduced class stores for tools/algorithms to have earlier deduplication
- same conf, different names -> failure
- fixed some bugs
- more checks, you cannot give plain
Configurables
as inputs to anAlgorithm
/Tool
constructor - formatting
- added unique names without hashes
closes #30 (closed)
closes #12 (closed)
closes #31 (closed)
closes #26 (closed)
Edited by Rosen Matev
Merge request reports
Activity
- Resolved by Alex Pearce
- Resolved by Marco Clemencic
- Resolved by Niklas Stefan Nolte
The Python formatter is pretty bad...
otherwise LGTM
assigned to @rmatev
- Resolved by Niklas Stefan Nolte
the
test_hlt2_example
test fails for me on this branchTraceback (most recent call last): File "<string>", line 25, in <module> File "/home/rmatev/distcc/stack/LHCb/InstallArea/x86_64-centos7-gcc8-opt/python/LoKiCore/decorators.py", line 3020, in hybrid_context_deco format(symbol_name, ' or '.join(context_types))) AssertionError: Functor AALLSAMEBPV requires context (type dvalgo) but none is defined.
Please register or sign in to reply