-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doskey macros not working from Insider build 15031 #438
Comments
confirmed still not working in build 15063 |
More importantly, 15063 is the Creators Update build which is being released to everyone on the 11th of this month, so starting in a week’s time everyone’s going to be upgrading to a build where clink breaks doskey macros. Fixing this is now very urgent. |
Sadly, Creators Update is already released through Windows 10 Upgrade assistant. :/ Is there any known workaround? |
The workaround I settled on was this:
It’s that easy! Well, normally, anyway. If you have a macro with the same name as a binary, such as |
That actually is easy, thank you for sharing. :) I have tried to start using bash or equivalents which are unaffected by Creator's Update. But then again, in the bash world (the WSL bash at least) you lose seemless Windows command line interop. :/ I hope the issue will be fixed soon. |
just another workaround from cmder issues cmderdev/cmder#1325 thanks to @phytemit |
Is the issue fixed with #433? :) |
No, it is not. |
For anyone that has a bunch of aliases you load from a file like I do, here's a quick powershell script that you could adapt to use @chris-morgan's workaround:
|
We're looking into this: Looks like it's caused by us fixing behavior to operate correctly, but this breaks Clink's logic. Anyone know how to reach @mridgers directly? |
There's also a PR to fix Clink but the owners haven't merged it #464 |
@bitcrazed Twitter (https://twitter.com/choddlander) used to work but hasn't for a while. We made a fork for the @cmderdev project at https://github.com/Stanzilla/clink and merged a few patches. I haven't cut a new Cmder release in a while but the CI builds work. Might do a release when I get home on the weekend though. Are you getting many reports because of us? The alpha/CI builds should work well for everyone else in here though. |
It disables every new feature. |
Is this still happening on the more recent insider builds? I'm unable to repro it. |
Still happening on 17063: With Clink:
Without Clink:
|
From build 15002 onwards Clink stopped working; now it’s working again, except that doskey macros aren’t working (though they are outside Clink):
There doesn’t appear to be anything useful in
clink.log
.The text was updated successfully, but these errors were encountered: