Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(resurrection): various serialization issues #3636

Merged
merged 4 commits into from
Oct 2, 2024

Conversation

imsnif
Copy link
Member

@imsnif imsnif commented Oct 2, 2024

This fixes various serialization issues in regards to the session resurrection feature. Previously, we relied on our hand-rolled serialization of the session layout and metadata to disk. Now we use kdl-rs to do the serialization part after we've done the encoding.

This addresses lots of issues where sessions would not be resurrected properly.

@imsnif imsnif merged commit 0511ae1 into main Oct 2, 2024
6 checks passed
Tomcat-42 pushed a commit to Tomcat-42/zellij that referenced this pull request Nov 9, 2024
* fix(serialization): use kdl-rs for serialization

* style(fmt): remove dead code

* tests(serialization): update snapshots

* style(fmt): rustfmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant