c86fbc27b9
Dump cling::Value within setNoAlloc routines because this is its lifespan, otherwise gets deleted if nobody requested it. I.e it was created only for value printing purposes. Dump cling::Value outside setWithAlloc because the actual value is not put inside until the call to ::new finishes, thus we need to do it outside, i.e in EvaluateInternal. Switch on the ValueExtraction synthesizer even when 'just' value printing. We depend on it. Must be factored out properly in one class. Stop attaching the value printing template magic, which didn't work in some cases. Update the ref file, because now there is better type information. Adapt the user-defined printout functions (TDatime). |
||
---|---|---|
.. | ||
address_lib.c | ||
address.C | ||
compileFunc.C | ||
echo.C | ||
evaluate.C | ||
execute.C | ||
transactionReuse.C |