Kirill Chernyshov

Results 58 comments of Kirill Chernyshov

I made a PR with that feature (as far as I understand) #134

I like the design. Probably this situation might cause most of the problems without grouping: ``` ┌───┐ ┌───┐ │ A │ │ B │ └───┘ └───┘ │ │ └─────┬─────┘ │...

The latest version got a fix to run clojure tools deps on windows the same way as on other platforms. https://github.com/DeLaGuardo/setup-clojure/blob/main/.github/workflows/smoke-tests.yml#L31-L52

Right, getLatestDepsClj is not used anymore. Instead, when you use input `cli: %version%` for windows platform, it will install official Windows PowerShell Module into the directory visible for powershell and...

`deps.exe` was there as a workaround, yes. But the code to install it is here, so it would be easy to reintroduce it. Do you know some place where I...

interesting, thanks! Btw. `pwsh.exe` is the default shell for windows based runners, so adding `pwsh.exe -c '...'` should not be necessary with [email protected]

got it. That sounds like a good reason to add `deps.exe` to the set of tools available to install. thanks!

yes, it will install `clojure` command overtaking the `cli:` input. Btw. could you share an example of the process that is hard to grok on windows with "official powershell cli"?...

Thanks for your support! That is a nasty exception :( The root cause is actually "unknown clojure cli version" but without proper error handling, it did not produce an error....