andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Parse, verify, and add model for the ownership data #198

Closed andymeneely closed 9 years ago

andymeneely commented 9 years ago

Let's write a parser for the ownership data that loads the CSV from #193.

rikal commented 9 years ago

The Filepaths table contains some files that are not source code(readmes, owners, deps, etc..), It is one of the reasons the verify fails a rough test to get owners for all files. Considering to change the parser and only match files in the ReleaseFilepaths instead (still some files without owners but looking into it..perhaps the way I checked out my version)