Skip to content

Commit c4f4cfe

Browse files
authored
Merge pull request #5113 from JackStouffer/revert-regex
Issue 17161 - [REG 2.072.2] Massive Regex Slowdown
2 parents 175082d + 5a2491a commit c4f4cfe

File tree

15 files changed

+1686
-1965
lines changed

15 files changed

+1686
-1965
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ PACKAGE_std_experimental_ndslice = package iteration selection slice
193193
PACKAGE_std_net = curl isemail
194194
PACKAGE_std_range = interfaces package primitives
195195
PACKAGE_std_regex = package $(addprefix internal/,generator ir parser \
196-
backtracking bitnfa tests tests2 tests3 thompson shiftor)
196+
backtracking tests thompson kickstart)
197197

198198
# Modules in std (including those in packages)
199199
STD_MODULES=$(call P2MODULES,$(STD_PACKAGES))

std/regex/internal/backtracking.d

Lines changed: 99 additions & 133 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)