Skip to content

Commit 5a2491a

Browse files
committed
Fix Issue 17161 - Revert all changes to std.regex from 2.072.2 onwards
1 parent 175082d commit 5a2491a

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)