mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[PR #472] [MERGED] Recorder refactoring #473
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#473
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/472
Author: @ku1ik
Created: 2/17/2022
Status: ✅ Merged
Merged: 2/19/2022
Merged by: @ku1ik
Base:
develop← Head:recorder-refa📝 Commits (5)
760a715Simplify async_writer59f8a40Handle time offset in async_writer instead of ptye86dbc9Handle conditional stdin recording in async_writer instead of ptyed017eeLess defensive programming, rename test mock class0a3e552Use notifier's public notify method for file writer📊 Changes
6 files changed (+41 additions, -68 deletions)
View changed files
📝
asciinema/__init__.py(+2 -2)📝
asciinema/commands/record.py(+3 -3)📝
asciinema/notifier.py(+1 -1)📝
asciinema/pty_.py(+7 -17)📝
asciinema/recorder.py(+21 -41)📝
tests/pty_test.py(+7 -4)📄 Description
Various code cleanups around the recorder module.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.