A basic script should be created to detect when a developer is making changes to code which involve a primitive. There are two main steps here:
- Create a list of primitives
- Grep the git diff output for them
The script should be added to s_all/fast but not error. It should remind the developer that they may need to reach out to the project team to inform them of changes to the primitives.
- related to
-
WT-11157 Add re.MULTILINE to regex search in primitive_check.py
- Closed