0.1 beta 7
·
1088 commits
to master
since this release
Milestone with issues list
Maven (sdk) - Maven (core) - Maven (imp)
Javadoc (sdk) - Javadoc (core) - Javadoc (imp)
Changes
🚀 Features
- Numeric analyses now handle modulo and remainder @lucaneg (#216)
ReferenceTypenow always holds a single type @lucaneg (#228)- Statements and symbolic expressions for
RemainderandModulooperations @lucaneg (#231) CFGs can be dumped to json/visual formats with no analyses @lucaneg (#230)
🐛 Bug Fixes
- Fixed
Intervals.satisfis()@lucaneg (#235) - Delayed registration of base types inside a
TypeSysteminstance @lucaneg (#227) isTop()/isBottom()ofAnalysisStatenow considers expressions and aliasing @lucaneg (#229)- Collapsing empty maps in
FunctionalLatticeinstances @lucaneg (#233)