Most of the changes are very straight-forward. The only choice I had to make was
to use second-precision time points in the Archive classes. I did this because
the archive files use that precision in the on-disk representation anyway.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 617 Build 617: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
lib/Object/ArchiveWriter.cpp | ||
---|---|---|
99 | Will you also change what Status.getLastModificationTime in FileSystem. h returns? |
lib/Object/ArchiveWriter.cpp | ||
---|---|---|
99 | I am doing that in D25730, which this change depends on (I am proceeding roughly by subfolders). If you are referring to the presence of the cast however, that will need to stay, as getLAstModificationTime() returns a nanosecond precision timestamp, and we need to explicitly cast away the extra precision. |
Will you also change what Status.getLastModificationTime in FileSystem. h returns?