Skip to content

Use 'OsPath' in getModificationTimeIfExists

Matthew Pickering requested to merge wip/ospath-modification-time into master

This part of the compiler is quite hot during recompilation checking in particular since the filepaths will be translated to a string. It is better to use the 'OsPath' native function, which turns out to be easy to do.

Merge request reports

Loading