check diffusion pattern search if working
Details
Details
- Reviewers
valerio.bozzolan - Group Reviewers
O1: Blessed Committers - Commits
- rP721d5ed64b70: fix PHP8 array_slice($results, null) which cause diffusion pattern search broken
Diff Detail
Diff Detail
- Repository
- rP Phorge
- Branch
- fix-pattern-search (branched from master)
- Lint
Lint Passed - Unit
Tests Skipped - Build Status
Buildable 1475 Build 1475: arc lint + arc unit
Event Timeline
Comment Actions
follow @valerio.bozzolan what suggested at https://we.phorge.it/D25750#20386.
we barely used pattern search but it indeed was broken.
with this fix, it works.
will submit another diff resolving the strlen problem accroding to @valerio.bozzolan