mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 08:25:53 +03:00
[PR #606] [MERGED] Support for opening v1 asciicasts #536
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#536
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/606
Author: @ku1ik
Created: 1/23/2024
Status: ✅ Merged
Merged: 1/23/2024
Merged by: @ku1ik
Base:
develop← Head:open-v1📝 Commits (5)
c0ec1acSupport for opening v1 asciicasts551e61eUse open_from_path instead of open where possibled73790fAdd missing test cast file0768922Rename Reader -> Asciicast, split asciicast module into submodules3f9ffd0Fix 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.