[PR #606] [MERGED] Support for opening v1 asciicasts #1148

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

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/606
Author: @ku1ik
Created: 1/23/2024
Status: Merged
Merged: 1/23/2024
Merged by: @ku1ik

Base: developHead: open-v1


📝 Commits (5)

  • c0ec1ac Support for opening v1 asciicasts
  • 551e61e Use open_from_path instead of open where possible
  • d73790f Add missing test cast file
  • 0768922 Rename Reader -> Asciicast, split asciicast module into submodules
  • 3f9ffd0 Fix parsing of round numbers in deserialize_time

📊 Changes

10 files changed (+501 additions, -258 deletions)

View changed files

📝 src/asciicast.rs (+103 -242)
src/asciicast/util.rs (+39 -0)
src/asciicast/v1.rs (+51 -0)
src/asciicast/v2.rs (+255 -0)
📝 src/output/asciicast.rs (+3 -3)
📝 src/player.rs (+13 -13)
📝 tests/casts/demo.cast (+0 -0)
📝 tests/casts/demo.json (+0 -0)
tests/casts/full.json (+26 -0)
tests/casts/minimal.json (+11 -0)

📄 Description

No description provided


🔄 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/606 **Author:** [@ku1ik](https://github.com/ku1ik) **Created:** 1/23/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `develop` ← **Head:** `open-v1` --- ### 📝 Commits (5) - [`c0ec1ac`](https://github.com/asciinema/asciinema/commit/c0ec1ac75806e0cfb057cb9e8fff3436537b72ee) Support for opening v1 asciicasts - [`551e61e`](https://github.com/asciinema/asciinema/commit/551e61e8653eb2aec7eefdbdf3603fd1be181d3e) Use open_from_path instead of open where possible - [`d73790f`](https://github.com/asciinema/asciinema/commit/d73790ff2e436d73234d12bdc34161f89b195804) Add missing test cast file - [`0768922`](https://github.com/asciinema/asciinema/commit/0768922aff7ae36cdf0b2c58cc849b581b97f5bd) Rename Reader -> Asciicast, split asciicast module into submodules - [`3f9ffd0`](https://github.com/asciinema/asciinema/commit/3f9ffd0254cef40d58e0fae432a581965611f346) Fix parsing of round numbers in deserialize_time ### 📊 Changes **10 files changed** (+501 additions, -258 deletions) <details> <summary>View changed files</summary> 📝 `src/asciicast.rs` (+103 -242) ➕ `src/asciicast/util.rs` (+39 -0) ➕ `src/asciicast/v1.rs` (+51 -0) ➕ `src/asciicast/v2.rs` (+255 -0) 📝 `src/output/asciicast.rs` (+3 -3) 📝 `src/player.rs` (+13 -13) 📝 `tests/casts/demo.cast` (+0 -0) 📝 `tests/casts/demo.json` (+0 -0) ➕ `tests/casts/full.json` (+26 -0) ➕ `tests/casts/minimal.json` (+11 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:21:11 +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#1148
No description provided.