-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These preludes have been deprecated in v2.6.0
- Loading branch information
Showing
6 changed files
with
1 addition
and
3,154 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 |
---|---|---|
|
@@ -726,25 +726,10 @@ let parse_execution_opt = | |
else | ||
match Config.lookup_prelude p with | ||
| Some p' -> | ||
begin if Compat.String.starts_with ~prefix:"b-set-theory" p then | ||
Printer.print_wrn ~header:true | ||
"Support for the B set theory is deprecated since version \ | ||
2.5.0 and may be removed in a future version. If you are \ | ||
actively using it, please make yourself known to the Alt-Ergo \ | ||
developers by writing to <[email protected]>." | ||
else if Compat.String.starts_with ~prefix:"fpa-theory" p then | ||
Printer.print_wrn ~header:true | ||
"@[Support for the FPA theory has been integrated as a \ | ||
builtin theory prelude in version 2.5.0 and is enabled \ | ||
by default.\ | ||
This option and the '%s'@ prelude will \ be removed in a \ | ||
later version.@]" p | ||
end; | ||
|
||
Ok p' | ||
| None -> | ||
Error ( | ||
Format.asprintf | ||
Fmt.str | ||
"cannot load prelude '%s': no such file" | ||
p) | ||
in | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.