xeus-cling
xeus-cling copied to clipboard
Mac OSX and introspection
The pager output is not opened when we have the command
?std::vector
whereas if we use SHIFT+TAB and click on ^
, it works.
Is this still the case?
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 .
?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.
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 .
Still the case.