[libcxx-commits] [PATCH] D62428: [libcxx] Slightly improved policy for handling experimental features

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 27 13:53:27 PDT 2019


ldionne added a comment.

In D62428#1518405 <https://reviews.llvm.org/D62428#1518405>, @daphnediane wrote:

> Not all package systems are good about cleaning up removed headers so the approach given by this patch could result in deprecated headers being left behind after an update instead of removed.


Thanks a lot for raising this point.

However, I'll admit that I'm personally uncomfortable with working around broken package managers with that sort of hack, unless we have an extremely compelling reason to do it (e.g. an important package manager doesn't do it, and can't be fixed because of <insert reasons>).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62428/new/

https://reviews.llvm.org/D62428





More information about the libcxx-commits mailing list