Skip to content

Commit

Permalink
Remove the option turning warnings into errors
Browse files Browse the repository at this point in the history
This is because when Coq's master branch introduces new warnings
lemma-overloading causes Coq\'s CI to fail
  • Loading branch information
Anton Trunov committed Aug 12, 2020
1 parent 6cd1577 commit 71cf845
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
### Changed
- Remove the option turning warnings into errors

## [8.12.0] - 2020-08-12
### Added
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ re-implementations for comparison.
- Beta Ziliani (initial)
- Aleksandar Nanevski (initial)
- Derek Dreyer (initial)

- Coq-community maintainer(s):
- Anton Trunov ([**@anton-trunov**](https://github.com/anton-trunov))
- License: [GNU General Public License v3.0 or later](LICENSE.md)
Expand Down
1 change: 0 additions & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-Q theories LemmaOverloading

-arg -w -arg +default
-arg -w -arg -notation-overridden
-arg -w -arg -projection-no-head-constant
-arg -w -arg -redundant-canonical-projection
Expand Down
1 change: 0 additions & 1 deletion theories/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
(package coq-lemma-overloading)
(synopsis "Libraries demonstrating design patterns for programming and proving with canonical structures in Coq")
(flags
-w +default
-w -notation-overridden
-w -projection-no-head-constant
-w -redundant-canonical-projection
Expand Down

0 comments on commit 71cf845

Please sign in to comment.