cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu
MIT License
4.12k stars 1.8k forks source link

p0: add new tests + upgrade dependencies #593

Closed skyzh closed 1 year ago

skyzh commented 1 year ago

also upgrade to C++ 23 so that we can use std::backtrace

skyzh commented 1 year ago

need to revert to C++23 change 🤣

xzhseh commented 1 year ago

Should we also manually add -std=c++23 flag in CMakeLists.txt🤔

skyzh commented 1 year ago

decided to drop C++23 for this semester and bumped several dependencies, PTAL again, thanks! @yliang412