refactor: rename core.stringhelpers to core.strings.helpers
This commit is contained in:
@@ -28,7 +28,7 @@ uses
|
||||
proc.mgr,
|
||||
proc.types,
|
||||
core.strings,
|
||||
core.stringhelpers,
|
||||
core.strings.helpers,
|
||||
core.gfx.fileicons,
|
||||
io.syslog,
|
||||
debug.tracer,
|
||||
|
||||
@@ -61,7 +61,7 @@ uses
|
||||
driver.video.lvgl,
|
||||
driver.storage.types,
|
||||
core.strings,
|
||||
core.stringhelpers,
|
||||
core.strings.helpers,
|
||||
io.syslog,
|
||||
debug.tracer,
|
||||
core.util, arch.x86.util,
|
||||
|
||||
@@ -39,7 +39,7 @@ uses
|
||||
driver.storage.types,
|
||||
driver.storage.filedispatch,
|
||||
core.strings,
|
||||
core.stringhelpers,
|
||||
core.strings.helpers,
|
||||
io.syslog,
|
||||
io.stdio,
|
||||
debug.tracer,
|
||||
|
||||
+2
-2
@@ -84,7 +84,7 @@ uses
|
||||
driver.storage.mgr,
|
||||
driver.storage.test,
|
||||
core.strings,
|
||||
core.stringhelpers,
|
||||
core.strings.helpers,
|
||||
io.syslog,
|
||||
driver.exp.testdriver,
|
||||
proc.testprocs,
|
||||
@@ -328,7 +328,7 @@ begin
|
||||
{ Run unit tests }
|
||||
boot.splash.update(65, 'Running test suite...');
|
||||
core.strings.UnitTest;
|
||||
core.stringhelpers.UnitTest;
|
||||
core.strings.helpers.UnitTest;
|
||||
driver.bus.usb.types.UnitTest;
|
||||
driver.bus.usb.core.UnitTest;
|
||||
boot.splash.update(70, 'Running test suite...');
|
||||
|
||||
@@ -14,7 +14,7 @@ interface
|
||||
|
||||
uses
|
||||
core.strings,
|
||||
core.stringhelpers;
|
||||
core.strings.helpers;
|
||||
|
||||
const
|
||||
{ File-type icon PUA constants (U+E000..E078) — rendered by asuro_icons_* }
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
@author(Aaron Hance <ah@aaronhance.me>)
|
||||
}
|
||||
unit core.stringhelpers;
|
||||
unit core.strings.helpers;
|
||||
|
||||
interface
|
||||
|
||||
@@ -62,7 +62,7 @@ implementation
|
||||
|
||||
uses
|
||||
driver.storage.vfs, driver.storage.types, memory.heap, core.strings,
|
||||
core.stringhelpers, debug.tracer, io.syslog, core.util, arch.x86.util;
|
||||
core.strings.helpers, debug.tracer, io.syslog, core.util, arch.x86.util;
|
||||
|
||||
type
|
||||
THandlerEntry = record
|
||||
|
||||
Reference in New Issue
Block a user