-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[cling] Provide C value printer, adopted from Ruben De Smet! #9272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Starting build on |
Fixes root-project/cling#364 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add tests.
missing data type return
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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