Assert in `IntDomTuple` that the resulting value has at least one active domain
Open
@jerhard is already working on this.
Since Dec 17, 2021.
debugging
good first issue
- Dominant language
- OCaml
- Stars
- 252
- Forks
- 90
- Avg merge
- 4d 1m
- Merged PRs (30d)
- 19
Description
When looking at #468, we found that there was a case when operations on the IntDomTuple yielded values with no active domain, which resulted in precision loss somewhere else, which was not easy to track down.
Thus, the operations in IntDomTuple should check their return values for this property.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.