[cling] Provide C value printer, adopted from Ruben De Smet!#9272
[cling] Provide C value printer, adopted from Ruben De Smet!#9272Axel-Naumann wants to merge 3 commits intoroot-project:masterfrom
Conversation
|
Starting build on |
|
Fixes root-project/cling#364 |
missing data type return
Thanks! By the way I have no idea how the cling-tests worked, so I just tried to copy what I saw in the lines above with the comment doing the "CHECK" I hope. |
Test Results 11 files 11 suites 2d 3h 36m 20s ⏱️ Results for commit 9e915d8. |
The easiest way would be to configure ROOT with |
I get the following result when running ctest clingtest-check-cling, but I see no sign that the test under question is being run? |
Is it in the source tree under interpreter/cling/test? |
Yes, and then Driver/C.c |
|
Should have ran. If you want to make sure just introduce an error in the test and see if it starts to fail. |
|
Rebased/moved to #17422 |
From jupyter-xeus/xeus-cling#416 (comment)
Fixes root-project/cling#364
Fixes root-project/cling#419