[libcxx-commits] [libcxx] [libc++] Add a script to synchronize status-tracking CSVs with Github issues (PR #101704)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 5 08:33:22 PDT 2024


ldionne wrote:

> 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.

I think this makes sense, however I would like to tackle this as a follow-up item. Indeed, ideally we would do this by adding a new column in the CSV file that contains a link to the Github issue. This is going to require a wholesale modification of the CSV files. I am also planning to retroactively create issues for already-implemented stuff so that the Github project view is exhaustive. Adding links to the GH issues in the CSV would be best done after this is all set up.


https://github.com/llvm/llvm-project/pull/101704


More information about the libcxx-commits mailing list