jupyter-xeus / xeus-cling

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
3.07k stars 296 forks source link

Mac OSX and introspection #52

Open gouarin opened 7 years ago

gouarin commented 7 years ago

The pager output is not opened when we have the command

?std::vector

whereas if we use SHIFT+TAB and click on ^, it works.

SylvainCorlay commented 6 years ago

Is this still the case?

gouarin commented 6 years ago

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, "Sylvain Corlay" notifications@github.com a écrit :

Is this still the case?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/QuantStack/xeus-cling/issues/52#issuecomment-339119589, or mute the thread https://github.com/notifications/unsubscribe-auth/AHKaFdu-dAPYzQLjyLf_npKuojFZhV_Tks5svkdlgaJpZM4PPzZq .

sean-parent commented 6 years ago

?std::vector returns No documentation found for std::vector on Mac (running latest everything). I'm not sure what the comment is about SHIFT+TAB - SHIFT+TAB doesn't seem to do anything.

gouarin commented 6 years ago

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 20 févr. 2018 8:21 PM, "Sean Parent" notifications@github.com a écrit :

?std::vector returns No documentation found for std::vector on Mac (running latest everything). I'm not sure what the comment is about SHIFT+TAB - SHIFT+TAB doesn't seem to do anything.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/QuantStack/xeus-cling/issues/52#issuecomment-367088735, or mute the thread https://github.com/notifications/unsubscribe-auth/AHKaFSussdipnQ61qiClfPzZE6pX6gqnks5tWxsqgaJpZM4PPzZq .

srpgilles commented 3 years ago

Still the case.