Page MenuHomeDevCentral

Address File and CodeFile inheritance issues
ClosedPublic

Authored by dereckson on Jan 28 2020, 08:53.
Tags
None
Referenced Files
F7100103: D2162.id5450.diff
Sun, Apr 20, 17:10
Unknown Object (File)
Sat, Apr 19, 22:32
Unknown Object (File)
Sat, Apr 19, 20:20
Unknown Object (File)
Fri, Apr 18, 09:06
Unknown Object (File)
Tue, Apr 1, 18:41
Unknown Object (File)
Tue, Mar 25, 07:09
Unknown Object (File)
Mar 16 2025, 06:35
Unknown Object (File)
Mar 15 2025, 15:17
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.