Page MenuHomeDevCentral

Address File and CodeFile inheritance issues
ClosedPublic

Authored by dereckson on Jan 28 2020, 08:53.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 14, 19:14
Unknown Object (File)
Sun, Jan 12, 00:46
Unknown Object (File)
Wed, Jan 8, 22:58
Unknown Object (File)
Thu, Jan 2, 10:30
Unknown Object (File)
Sun, Dec 22, 01:45
Unknown Object (File)
Sun, Dec 22, 01:30
Unknown Object (File)
Dec 19 2024, 07:45
Unknown Object (File)
Dec 19 2024, 07:28
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.