Record the source location of DECLARE_COMPONENT in Python configurables
All threads resolved!
Compare changes
Files
3- Marco Clemencic authored
@@ -22,10 +22,25 @@
@@ -85,20 +100,30 @@ namespace Gaudi {
This MR adds to the Python configurable classes an extra class data member (__declaration_location__
) containing the source file name and line of the invocation of DECLARE_COMPONENT
for that plugin in the form of <base file name>:<line number>
.
Closes #203 (closed)