remove 'searchString' field from app_type, because the same role is fulfilled by new 'dfa' field

This commit is contained in:
2025-10-08 05:40:29 +01:00
parent df346d0a9e
commit 06106f5de8
9 changed files with 46 additions and 84 deletions

View File

@@ -159,8 +159,8 @@ struct
)
end
fun buildRange (buffer, searchString, finishIdx, dfa) =
if String.size searchString > 0 andalso Vector.length dfa > 0 then
fun buildRange (buffer, finishIdx, dfa) =
if Vector.length dfa > 0 then
rangeLoop
( dfa
, #idx buffer