-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Windows support for pyenv * remove debug code * Fix subprocess call for tasks * Don't use dmypy on Windows * Add missing logging import * Catch exception for running non-executable files on Windows * fmt and adjust findpython code * combine pyenv Linux+Windows logic * improvement: Improve Windows support in `krakenw` by supporting the `PYENV` env-var and using the right `pyhon.exe` path on Windows * fix: Do not use `dmypy` on Windows --------- Co-authored-by: Niklas Rosenstein <[email protected]>
- Loading branch information
1 parent
bfdd906
commit 3d53936
Showing
4 changed files
with
46 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,20 @@ type = "feature" | |
description = "Make Rust builds respect Cargo.lock when present" | ||
author = "[email protected]" | ||
|
||
[[entries]] | ||
id = "ebe30d77-1206-4437-8aa2-7373e9335926" | ||
type = "improvement" | ||
description = "Improve Windows support in `krakenw` by supporting the `PYENV` env-var and using the right `pyhon.exe` path on Windows" | ||
author = "@NiklasRosenstein" | ||
component = "kraken-wrapper" | ||
|
||
[[entries]] | ||
id = "a8200c89-b05a-46ce-895c-c4a4f5a736a6" | ||
type = "fix" | ||
description = "Do not use `dmypy` on Windows" | ||
author = "@NiklasRosenstein" | ||
component = "kraken-build" | ||
|
||
[[entries]] | ||
id = "db65bd12-a9d1-472c-a38b-6f889cdda683" | ||
type = "improvement" | ||
|
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
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