Page MenuHomeDevCentral

Address File and CodeFile inheritance issues
ClosedPublic

Authored by dereckson on Jan 28 2020, 08:53.
Tags
None
Referenced Files
F3912958: D2162.id.diff
Thu, Dec 19, 07:45
F3912906: D2162.diff
Thu, Dec 19, 07:28
Unknown Object (File)
Tue, Dec 17, 12:49
Unknown Object (File)
Fri, Dec 13, 12:37
Unknown Object (File)
Mon, Dec 9, 15:32
Unknown Object (File)
Sat, Dec 7, 03:55
Unknown Object (File)
Fri, Dec 6, 23:41
Unknown Object (File)
Fri, Dec 6, 03:36
Subscribers
None

Details

Summary

The File class also implemented include logic.

Actually, this code was the one used when object was instancied by
CodeFile::From(), as it returned a File and not a CodeFile instance.

That first issue masked another one, CodeFile included the file
by name, and not by full path.

Test Plan

Run tests

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Jan 28 2020, 08:54
This revision was landed with ongoing or failed builds.Jan 28 2020, 08:54
This revision was automatically updated to reflect the committed changes.