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.
- Adds construction of
contextbefore callingisCompatible(), passing additional information such asapiCall, old and new version numbers, matching results,jsonPrefix, and configuration path. - Extends report output from a single
Report/directory to simultaneous archiving underLog/Report/{subDir}/. - Extends error log output from a single
Report/{projName}_fixed_log.txtfile to also write intoLog/findDiffer/{subDir}/.
- Makes
main.pythe 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.