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

Split IntDomains into separate files #1606

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bfeaa22
Rename IntDomain -> IntDomain0 for split
sim642 Oct 25, 2024
6502779
Add intDomain.ml to redirect to IntDomain0
sim642 Oct 25, 2024
727c6bf
Rename IntDomain0 -> IntDomTuple for split
sim642 Oct 25, 2024
227eb70
Remove non-IntDomTuple parts
sim642 Oct 25, 2024
816809f
Remove IntDomTuple from IntDomain0
sim642 Oct 25, 2024
e8d36e8
Split IntDomTuple from IntDomain0
sim642 Oct 25, 2024
8c563ae
Rename IntDomain0 -> CongruenceDomain for split
sim642 Oct 25, 2024
d66919e
Remove non-CongruenceDomain parts
sim642 Oct 25, 2024
48fad68
Remove Congruence from IntDomain0
sim642 Oct 25, 2024
5da87c4
Split CongruenceDomain from IntDomain0
sim642 Oct 25, 2024
f5c1a1c
Rename IntDomain0 -> EnumsDomain for split
sim642 Oct 25, 2024
92ec19e
Remove non-EnumsDomain parts
sim642 Oct 25, 2024
94581ee
Remove Enums from IntDomain0
sim642 Oct 25, 2024
bc8d765
Split EnumsDomain from IntDomain0
sim642 Oct 25, 2024
c4a3876
Rename IntDomain0 -> DefExcDomain for split
sim642 Oct 25, 2024
108ab44
Remove non-DefExcDomain parts
sim642 Oct 25, 2024
a35c289
Remove DefExc from IntDomain0
sim642 Oct 25, 2024
5680cfb
Split DefExcDomain from IntDomain0
sim642 Oct 25, 2024
da3f536
Rename IntDomain0 -> IntervalSetDomain for split
sim642 Oct 25, 2024
e0ff223
Remove non-IntervalSetDomain parts
sim642 Oct 25, 2024
3720ea2
Remove IntervalSetFunctor from IntDomain0
sim642 Oct 25, 2024
4b9f2b2
Split IntervalSetDomain from IntDomain0
sim642 Oct 25, 2024
3b5b9df
Rename IntDomain0 -> IntervalDomain for split
sim642 Oct 25, 2024
58725d3
Remove non-IntervalDomain parts
sim642 Oct 25, 2024
127603f
Remove IntervalFunctor from IntDomain0
sim642 Oct 25, 2024
15df3e9
Split IntervalDomain from IntDomain0
sim642 Oct 25, 2024
db37e85
Add IntDomain exclusions to goblint-lib-modules.py
sim642 Oct 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scripts/goblint-lib-modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@

"MessageCategory", # included in Messages
"PreValueDomain", # included in ValueDomain
"IntervalDomain", # included in IntDomain
"IntervalSetDomain", # included in IntDomain
"DefExcDomain", # included in IntDomain
"EnumsDomain", # included in IntDomain
"CongruenceDomain", # included in IntDomain
"IntDomTuple", # included in IntDomain

"ConfigVersion",
"ConfigProfile",
Expand Down
Loading
Loading