[PR #654] [MERGED] Avoid hardcoding 5 for errno EIO #1175

Closed
opened 2026-03-15 11:22:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/654
Author: @kxxt
Created: 10/5/2024
Status: Merged
Merged: 10/17/2024
Merged by: @ku1ik

Base: developHead: errno-eio


📝 Commits (1)

  • 2a0a853 Avoid hardcoding 5 for errno EIO

📊 Changes

1 file changed (+3 additions, -2 deletions)

View changed files

📝 src/pty.rs (+3 -2)

📄 Description

We could use libc::EIO to improve readability of the code.


🔄 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/asciinema/asciinema/pull/654 **Author:** [@kxxt](https://github.com/kxxt) **Created:** 10/5/2024 **Status:** ✅ Merged **Merged:** 10/17/2024 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `develop` ← **Head:** `errno-eio` --- ### 📝 Commits (1) - [`2a0a853`](https://github.com/asciinema/asciinema/commit/2a0a8535aca759c83e786a1d0479ad9bf4e66616) Avoid hardcoding 5 for errno EIO ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/pty.rs` (+3 -2) </details> ### 📄 Description We could use libc::EIO to improve readability of the code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:22:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#1175
No description provided.