rapidsai/cudf

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

Aperta

#12.112 aperta il 9 nov 2022

 (1 commento) (0 reazioni) (0 assegnatari)C++ (735 fork)batch import
breakingfeature requestgood first issueimprovementlibcudf

Metriche repository

Star
 (6000 stelle)
Metriche merge PR
 (Merge medio 17g 21h) (230 PR mergiate in 30 g)

Descrizione

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.

Guida contributor