[libcxx-commits] [libcxx] [libc++][docs] Add missing entry for status pages, fix bad formatting, and deduplicate (PR #148186)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 11 10:51:12 PDT 2025
frederick-vs-ja wrote:
> Are you using `libcxx/utils/synchronize_csv_status_files.py` to synchronize the status files, or doing it manually?
Ah, I failed to ran the script long time ago, so I manually changed the status files.
It seems that `encoding='utf-8'` needs to be passed for `open` calls in my current working environment. And when I finally managed to run the script, it obtained seemingly outdated status for some LWG issues.
https://github.com/llvm/llvm-project/pull/148186
More information about the libcxx-commits
mailing list