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

[FLI-777] Preserve previous snapshot if parser fails #95

Closed
markphelps opened this issue Jan 15, 2024 · 0 comments · Fixed by #96
Closed

[FLI-777] Preserve previous snapshot if parser fails #95

markphelps opened this issue Jan 15, 2024 · 0 comments · Fixed by #96
Assignees
Labels
bug Something isn't working

Comments

@markphelps
Copy link
Contributor

markphelps commented Jan 15, 2024

let doc = parser.parse(n).unwrap_or(Document::default());

Instead of blanking out the state with a new Document, we should preserve the last known state.

FLI-777

@markphelps markphelps added the bug Something isn't working label Jan 15, 2024
@markphelps markphelps changed the title Preserve previous snapshot if parser fails [FLI-777] Preserve previous snapshot if parser fails Jan 15, 2024
@markphelps markphelps self-assigned this Jan 15, 2024
@markphelps markphelps added this to the Client Evaluation milestone Jan 15, 2024
@github-project-automation github-project-automation bot moved this to Done in Roadmap Jan 15, 2024
@markphelps markphelps removed this from the Client Evaluation milestone Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant