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

support serde serialize/deserialize for BooleanExpression & Bdd #54

Merged
merged 2 commits into from
May 15, 2024
Merged

support serde serialize/deserialize for BooleanExpression & Bdd #54

merged 2 commits into from
May 15, 2024

Conversation

zao111222333
Copy link
Contributor

@zao111222333 zao111222333 commented May 15, 2024

This pull request mainly modifies two parts:

Then we can use follow setting to turn on serde serialize/deserialize.

biodivine-lib-bdd = {version="0.5" , features = ["serde"]}

Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.57%. Comparing base (249c905) to head (f8ad672).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   90.57%   90.57%   -0.01%     
==========================================
  Files          26       25       -1     
  Lines        2059     2058       -1     
==========================================
- Hits         1865     1864       -1     
  Misses        194      194              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@daemontus
Copy link
Member

Good idea. I'll add this to BddVariableSet (so that one can serialize the "context" of the BDD as well) and release it as a new minor version.

@daemontus daemontus merged commit c0aabb2 into sybila:master May 15, 2024
6 of 7 checks passed
@daemontus
Copy link
Member

This should not be online as version 0.5.17. Thank you for the update!

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.

2 participants