rapidsai/cudf

[FEA] Public header and detail header files should have the same names

開放

#12,112 建立於 2022年11月9日

 (1 則留言) (0 個反應) (0 位負責人)C++ (735 個分叉)batch import
breakingfeature requestgood first issueimprovementlibcudf

倉庫指標

星標
 (6,000 顆星)
PR 合併指標
 (平均合併 17天 21小時) (30 天內合併 230 個 PR)

描述

As the title said, the public and detail headers should have the same names. Currently there are some inconsistencies between them. For example:

  • Public header: cudf/copying.hpp,
  • Detail header: cudf/detail/copy.hpp.

We should change the file names to make them consistent.

貢獻者指南