Skip to content

The Overture Tool version 2.3.0

Compare
Choose a tag to compare
@afterkelsen afterkelsen released this 07 Oct 17:53
· 1872 commits to development since this release

Overture 2.3.0 Release Notes — 7 October 2015

What's New?

This release adds support for the new VDM pure operations feature.

VDM Pure Operations

Excerpt from the VDM language manual, page 94, defines pure operations as follows:

If an operation is declared pure it means that it is executed atomically when
it is called from a functional context (from functions, invariants, pre or
post-conditions). Otherwise calling a pure operation is no different to calling
a normal operation, except that a pure operation has various constraints...

Reporting Problems and Troubleshooting

Please report bugs, problems, and other issues with the tool at https://github.com/overturetool/overture/issues.

If you encounter a problem with the Overture IDE itself, please contact the Overture project and we will try to help. You can contact us at [email protected], or use StackOverflow — we monitor for questions using the vdm, vdm++, or vdmrt tags.

If you encounter a problem with a VDM specification, please try to make a small example that illustrates the problem before you contact us. If you are sure the bug is not already known in the GitHub issues list, you can create a new bug report.

Other Resources and Links

Bug fixes

Please note that the interactive list is at https://github.com/overturetool/overture/issues?q=milestone%3Av2.3.0