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

CUDD : Add null-check for return values #20

Open
SSoelvsten opened this issue Oct 9, 2021 · 0 comments
Open

CUDD : Add null-check for return values #20

SSoelvsten opened this issue Oct 9, 2021 · 0 comments
Labels
🔌 adapter New or changes to existing BDD package 🔥 bug Something isn't working good first issue Good for newcomers 🎓 student programmer Work, work

Comments

@SSoelvsten
Copy link
Owner

SSoelvsten commented Oct 9, 2021

Unlike other packages, CUDD does not throw an error when its table gets full. Instead, it merely returns null and then sets an error code.

We should add to the CUDD package_mgr to check for null return values and kill the program with a meaningful message and a non-zero exit code.

@SSoelvsten SSoelvsten added the 🔥 bug Something isn't working label Oct 9, 2021
@SSoelvsten SSoelvsten added the good first issue Good for newcomers label Jan 24, 2022
@SSoelvsten SSoelvsten pinned this issue Jan 24, 2022
@SSoelvsten SSoelvsten added the 🎓 student project Interesting (~ 5 ECTS) side projects label Mar 5, 2022
@SSoelvsten SSoelvsten added 🔌 adapter New or changes to existing BDD package and removed 🎓 student project Interesting (~ 5 ECTS) side projects labels Dec 13, 2022
@SSoelvsten SSoelvsten changed the title Add null-check for CUDD return values CUDD : Add null-check for return values Oct 2, 2024
@SSoelvsten SSoelvsten unpinned this issue Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔌 adapter New or changes to existing BDD package 🔥 bug Something isn't working good first issue Good for newcomers 🎓 student programmer Work, work
Projects
None yet
Development

No branches or pull requests

1 participant