[libcxx-commits] [libcxx] [libc++] Add a script to synchronize status-tracking CSVs with Github issues (PR #101704)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Aug 3 21:14:06 PDT 2024
h-vetinari wrote:
This is cool! :)
For all the "non-special" ones (i.e. `issue['status'] == ''`), it might be worth a thought to insert a link back to the github issue into the status page. I was even thinking` about doing this manually (because IMO it's a value add to be able to go from the status page to the issue where the approach for an implementation is discussed), but if this becomes scriptable, it'd be even easier. The sync logic would have to become a bit smarter, but nothing extraordinary.
https://github.com/llvm/llvm-project/pull/101704
More information about the libcxx-commits
mailing list