-
-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat PowerShell quoting as a special case of`shell-quote-args'
- `cider-inject-jack-in-dependencies' requires an additional arg - introduces `cider--shell-quote-argument' to support PowerShell arg quoting - `cider--powershell-encode-command' now only encodes but does not quotes args (this is the job of `cider--shell-quote-argument' now). Tests rebased to - Account for additional command arg in jack in commands - Account for the fact that cider--powershell-encode-command only encodes but not quotes any more - quoting command for dependencies is os/command specific. - Run an example jack-in command test for powershell.
- Loading branch information
Showing
4 changed files
with
88 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.