[wpiutil] Remove broken StackWalker library (#7777)

A Discord user reported that StackWalker gives blank stacktraces.

MSVC's C++23 support is unstable, so we can't use std::stacktrace yet.
In the meantime, we can just return an empty string and remove the
unmaintained StackWalker library and its hacky upstream_utils script.
This commit is contained in:
Tyler Veness
2025-02-12 22:54:41 -08:00
committed by GitHub
parent d62ab12855
commit 155b3d45e7
8 changed files with 3 additions and 1969 deletions

View File

@@ -120,12 +120,6 @@ jobs:
./mpack.py clone
./mpack.py copy-src
./mpack.py format-patch
- name: Run stack_walker.py
run: |
cd upstream_utils
./stack_walker.py clone
./stack_walker.py copy-src
./stack_walker.py format-patch
- name: Run memory.py
run: |
cd upstream_utils