Loic Gouarin
Loic Gouarin
@vgvassilev, could you tell me how to build the test suite ? I use `clone.sh` script to build cling. I add the flag `-DCLING_INCLUDE_TESTS` but it doesn't work.
@vgvassilev, do I add the test in the `Prompt` directory ?
@vgvassilev, do you have any idea of how to do that ? I have tried with the construction of temporary files but it is too complicated with C++. The only...
Ok. I will try to write something that works with popen.
@vgvassilev, I update this issue with an other problem in the completion when you create alias ``` #include #include using int_array = std::array; using int_tuple = std::tuple; ``` Then you...
The example in #147 also works for me.
@vgvassilev, I installed cling from the nightly build for ubuntu 16 and with a fresh build using the clone.sh script. And I have this issue for both.
I don't know. I have to check but I will not have a Mac during the next 2 weeks. So, if you have time... Le 24 oct. 2017 10:24 PM,...
We already saw this issue. The problem is that the demangling method used on Linux doesn't work on Mac osx. We have to fix it. Thanks for the report. Le...
It's a cling issue. I will test on the last version of cling to be sure that this issue was not already solved.