Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils Fitinghoff
why3
Commits
d2e02d2b
Commit
d2e02d2b
authored
Jun 22, 2018
by
Guillaume Melquiond
Browse files
Options
Downloads
Patches
Plain Diff
Update changes and release process.
parent
f3867263
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.md
+4
-3
4 additions, 3 deletions
CHANGES.md
ROADMAP
+1
-0
1 addition, 0 deletions
ROADMAP
with
5 additions
and
3 deletions
CHANGES.md
+
4
−
3
View file @
d2e02d2b
...
@@ -26,6 +26,7 @@ Language
...
@@ -26,6 +26,7 @@ Language
*
support for type coercions in logic using
`meta coercion`
*
support for type coercions in logic using
`meta coercion`
*
deprecated
`theory`
; use
`module`
instead
*
deprecated
`theory`
; use
`module`
instead
*
term on the left of sequence
`;`
must be of type
`unit`
:x:
*
term on the left of sequence
`;`
must be of type
`unit`
:x:
*
cloned axioms are now turned into lemmas; use
`with axiom foo`
to prevent :x:
Standard library
Standard library
*
machine integers in
`mach.int.*`
are now range types :x:
*
machine integers in
`mach.int.*`
are now range types :x:
...
@@ -34,7 +35,7 @@ Standard library
...
@@ -34,7 +35,7 @@ Standard library
Extraction
Extraction
*
improved extraction to OCaml
*
improved extraction to OCaml
*
added partial extraction to C using the memory model of
`mach.c`
*
added partial extraction to C using the memory model of
`mach.c`
*
added extraction to CakeML (using
'
why3 extract -D cakeml ...
'
)
*
added extraction to CakeML (using
`
why3 extract -D cakeml ...
`
)
Transformations
Transformations
*
transformations can now have arguments
*
transformations can now have arguments
...
@@ -45,10 +46,10 @@ Drivers
...
@@ -45,10 +46,10 @@ Drivers
*
support for
`use`
in theory drivers
*
support for
`use`
in theory drivers
IDE
IDE
*
left toolbar
replaced
by a context menu
*
replaced
left toolbar by a context
ual
menu
*
source is now editable
*
source is now editable
*
premises are no longer implicitly introduced
*
premises are no longer implicitly introduced
*
command-line
interface to call transformations and provers
*
added textual
interface to call transformations and provers
Tools
Tools
*
deprecated
`.why`
file extension; use
`.mlw`
instead
*
deprecated
`.why`
file extension; use
`.mlw`
instead
...
...
This diff is collapsed.
Click to expand it.
ROADMAP
+
1
−
0
View file @
d2e02d2b
...
@@ -125,6 +125,7 @@
...
@@ -125,6 +125,7 @@
* generate documentation
* generate documentation
- update the date in doc/manual.tex (near \whyversion{})
- update the date in doc/manual.tex (near \whyversion{})
- check/update the authors in doc/manual.tex
- check that macro \todo is commented out in doc/macros.tex
- check that macro \todo is commented out in doc/macros.tex
- do "make doc"
- do "make doc"
(check that manual in HTML is also generated, doc/html/index.html)
(check that manual in HTML is also generated, doc/html/index.html)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment