[PR #78] [MERGED] Maybe fix windows 8 support #292

Closed
opened 2026-06-08 11:26:51 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/78
Author: @bootandy
Created: 2/29/2020
Status: Merged
Merged: 3/1/2020
Merged by: @bootandy

Base: masterHead: ab-fix-build


📝 Commits (1)

  • 19d938b Maybe fix windows 8 support

📊 Changes

2 files changed (+24 additions, -17 deletions)

View changed files

📝 src/display.rs (+7 -11)
📝 src/main.rs (+17 -6)

📄 Description

enable_ansi_support must be run for windows 10 but is not required and
indeed fails if run on windows < 10.

Disable the expect so the code might run on windows 8

may fix:
https://github.com/bootandy/dust/issues/70


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/78 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 2/29/2020 **Status:** ✅ Merged **Merged:** 3/1/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `ab-fix-build` --- ### 📝 Commits (1) - [`19d938b`](https://github.com/bootandy/dust/commit/19d938b05e8e10489a78357c4487f9ad0fd8bb3a) Maybe fix windows 8 support ### 📊 Changes **2 files changed** (+24 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/display.rs` (+7 -11) 📝 `src/main.rs` (+17 -6) </details> ### 📄 Description enable_ansi_support must be run for windows 10 but is not required and indeed fails if run on windows < 10. Disable the expect so the code might run on windows 8 may fix: https://github.com/bootandy/dust/issues/70 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:26:51 +03:00
zhus closed this issue 2026-06-08 11:26:52 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#292