xeus-cling icon indicating copy to clipboard operation
xeus-cling copied to clipboard

Mac OSX and introspection

Open gouarin opened this issue 7 years ago • 5 comments

The pager output is not opened when we have the command

?std::vector

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

gouarin avatar Sep 07 '17 13:09 gouarin

Is this still the case?

SylvainCorlay avatar Oct 24 '17 20:10 SylvainCorlay

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" [email protected] 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 .

gouarin avatar Oct 24 '17 20:10 gouarin

?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.

sean-parent avatar Feb 20 '18 19:02 sean-parent

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" [email protected] 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 .

gouarin avatar Feb 20 '18 19:02 gouarin

Still the case.

srpgilles avatar May 01 '21 14:05 srpgilles