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 the session file on disk #116

Open
brichet opened this issue Jul 7, 2023 · 0 comments
Open

Fix the session file on disk #116

brichet opened this issue Jul 7, 2023 · 0 comments

Comments

@brichet
Copy link
Member

brichet commented Jul 7, 2023

Currently, we have two slightly different session file structures.
The regular session file (from glue core) has be intentionally simplified, as the frontend do not need all its information, and has to increment it itself.
It results in a file (on disk) which can be sometime corrupted and unusable by glue QT application.

One option could be to avoid modifying the session file content in the frontend, and to use the kernel with its serializer for all the modifications in the app (as was done for adding data).

NOTES

A problem to be solved for this operation is the serialization of the bqplot viewer, which doesn't work with the GlueSerializer.

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

No branches or pull requests

1 participant