Commit 3f2b1ac
committed
feat(build-infra): add patch analysis and conflict detection
Add utilities for analyzing patch content and detecting conflicts between
patches in the patch-validator module.
Changes:
- Add analyzePatchContent() to identify patch modifications (V8, SEA, Brotli)
- Add checkPatchConflicts() stub for future conflict detection
- Returns structured analysis data for build decisions
Benefits:
- Visibility into what each patch modifies
- Foundation for intelligent conflict detection
- Better build output showing patch characteristics
- Extensible framework for advanced patch analysis
Note: checkPatchConflicts() is currently a stub returning no conflicts.
Full implementation will analyze patch overlaps and incompatibilities.1 parent a0af573 commit 3f2b1ac
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
0 commit comments