-
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.
Merge PR coq#18424: [stm] Remove support for .vio files
Reviewed-by: SkySkimmer Reviewed-by: gares Co-authored-by: SkySkimmer <[email protected]>
- Loading branch information
Showing
79 changed files
with
140 additions
and
1,315 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,7 +1,6 @@ | ||
*.glob | ||
*.d | ||
*.d.raw | ||
*.vio | ||
*.vos | ||
*.vok | ||
*.vo | ||
|
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
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
16 changes: 16 additions & 0 deletions
16
doc/changelog/12-infrastructure-and-dependencies/18424-HEAD.rst
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- **Removed:** | ||
Support for ``.vio`` files and for ``.vio2vo`` transformation has | ||
been removed, compilation to ``.vos`` is the supported method for | ||
quick compilation now | ||
(`#18424 <https://github.com/coq/coq/pull/18424>`_, | ||
fixes `#4007 <https://github.com/coq/coq/issues/4007>`_ | ||
and `#4013 <https://github.com/coq/coq/issues/4013>`_ | ||
and `#4123 <https://github.com/coq/coq/issues/4123>`_ | ||
and `#5308 <https://github.com/coq/coq/issues/5308>`_ | ||
and `#5223 <https://github.com/coq/coq/issues/5223>`_ | ||
and `#6720 <https://github.com/coq/coq/issues/6720>`_ | ||
and `#8402 <https://github.com/coq/coq/issues/8402>`_ | ||
and `#9637 <https://github.com/coq/coq/issues/9637>`_ | ||
and `#11471 <https://github.com/coq/coq/issues/11471>`_ | ||
and `#18380 <https://github.com/coq/coq/issues/18380>`_, | ||
by Emilio Jesus Gallego Arias). |
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.