fix windows mise shell args#210
Conversation
Greptile SummaryThis PR updates
Confidence Score: 5/5This is a safe, minimal config change targeting only the Windows shell arg quoting style with no effect on Unix paths. The two changed lines directly mirror the quoting convention documented in the upstream mise breaking-change PR. The escaping logic is internally consistent: every No files require special attention; only
|
| Filename | Overview |
|---|---|
| mise.toml | Updates Windows shell arg quoting from backslash-escaped quotes (\") to doubled-quote escaping ("") to align with a breaking change in mise's Windows shell parser (jdx/mise#10148). |
Reviews (1): Last reviewed commit: "fix windows mise shell args" | Re-trigger Greptile
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbitChores
WalkthroughThe PR updates Windows shell argument configurations in ChangesWindows Shell Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
jdx/mise#10148 made a breaking change to windows mise shell parsing, updating our config to align.
windows contributors will likely need to ensure their mise is up to date.
AI assistance