-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
1
-
StorEng - 2023-06-13
Our current regex check in dist/primitive_check.py looks for concurrency primitives modified in a git diff by searching for the stringĀ "(+|-).*{concurrency_primitive}". However the re.search() call isn't taking the re.MULTILINE flag which means the '' symbol doesn't correctly match against newlines in the text being searched. We need to add this flag.
- is related to
-
WT-11020 Create a script to detect code changes to WT primitives.
- Closed