Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

main.diff Notes

Language / 语言: 中文 | English

The patch file in the root of this directory is main.diff. It describes the differences from PCART-original/main.py to PCART-modified/main.py.

Patch Coverage

  • Adds construction of context before calling isCompatible(), passing additional information such as apiCall, old and new version numbers, matching results, jsonPrefix, and configuration path.
  • Extends report output from a single Report/ directory to simultaneous archiving under Log/Report/{subDir}/.
  • Extends error log output from a single Report/{projName}_fixed_log.txt file to also write into Log/findDiffer/{subDir}/.

Patch Significance

  • Makes main.py the unified entry point for both the default rule mode and the LLM mode.
  • Saves results and error logs by configuration directory hierarchy, which is better suited for batch experiments and issue tracing.