[libcxx-commits] [libcxx] [libc++] Add a script to synchronize status-tracking CSVs with Github issues (PR #101704)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 4 06:58:10 PDT 2024
https://github.com/mordante commented:
> 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.
IIRC this is something we discussed and in favour of.
@ldionne can you run this script and upload the changes to the CSV files? This makes it easier to review the changes.
https://github.com/llvm/llvm-project/pull/101704
More information about the libcxx-commits
mailing list