forked from OCamlPro/alt-ergo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of the legacy frontend finally!
This PR removes: - the deprecated legacy frontend (parser and typechecker), - the deprecated AB-Why3 plugin which depends on the legacy parser, - the associated opam packages and dependencies (including `shell.nix` and our Makefile), - all the reference in the documentation to these bastards, - simplify `gentest` and rename the tag `dolmen` into `cdcl` in `tests/`, - the option `frontend` in `Options`. I also update the `Lib_usage` example because we now use the Dolmen. We keep the `--frontend` option but now it is a no op command and we output an appropriate message if users still use it. This PR cannot be merged before fixing OCamlPro#1243.
- Loading branch information
Showing
281 changed files
with
2,087 additions
and
12,322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## unreleased | ||
|
||
### SMT-LIB support | ||
|
||
- Remove the legacy frontend (#) | ||
|
||
## v2.6.0 | ||
|
||
### Command-line interface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,16 +24,6 @@ be registered in the `(alt-ergo plugins)` site using | |
to be available as an option to `--inequalities-plugin`. | ||
``` | ||
|
||
## AB why3 plugin (**deprecated**) | ||
|
||
```{warning} | ||
The AB Why3 plugin requires the use of the `--frontend legacy` option, which is | ||
deprecated and will be removed in the next version of Alt-Ergo. | ||
If you are using this plugin and would like it to be available in new versions | ||
of Alt-Ergo, please contact [the Alt-Ergo developers](mailto:[email protected]). | ||
``` | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.