fix: 处理问题 #173#193
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated ChangesWindows 11 Script Compatibility
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
%~dpItoken from the Windows launcher commentfor %%I ... %%~dpIpath extraction logic unchangedcmd.exeparsing the comment as an invalid batch parameter substitution on WindowsVerification
cmd.exe //d //c 'C:\Users\liaoy\AppData\Local\Temp\plotpilot_issue_173_old.bat'→ reproduced the old%~dpIcomment parsing failurecmd.exe //d //c 'C:\Users\liaoy\AppData\Local\Temp\plotpilot_issue_173_new.bat'→ new comment variant printedNEW_PASScmd.exe //d //c 'C:\Users\liaoy\AppData\Local\Temp\plotpilot_issue_173_extract_new.bat'→ verifiedPYTHON_DIR=C:\Program Files\Python314\andPYTHONW_EXE=C:\Program Files\Python314\pythonw.exegit diff --checkCloses #173
Summary by CodeRabbit