zelenski / stanford-cpp-library

Stanford C++ library used in CS106B/X courses
461 stars 161 forks source link

SPL pretty printers for QT debugger #76

Open zelenski opened 1 year ago

zelenski commented 1 year ago

(use this issue to track various quirks to be aware of)

Clang change for arm M1 broke pretty print of C++ string, we patched in library personaltypes.py file Qt bug reports

zelenski commented 1 year ago

Qt tracker shows fix released April 2023, I tested on various config, seems to be good, removed our patch to avoid conflict

zelenski commented 1 year ago

Fixes to be added Fall 2023 :

zelenski commented 1 month ago

Some things broken again on macOS Fall 2024. Need fixes for std::string and HashSet/Map

zelenski commented 1 month ago

Pretty printers now working for all Stanford types as of Fall 2024.