Skip to content

Commit eccc472

Browse files
authored
chore: remove set_option grind.warning false (#8714)
This PR removes the now unnecessary `set_option grind.warning false` statements, now that the warning is disabled by default.
1 parent d8c54fb commit eccc472

File tree

110 files changed

+0
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+0
-188
lines changed

src/Std/Tactic/BVDecide/LRAT/Internal/Assignment.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import Std.Tactic.BVDecide.LRAT.Internal.Entails
99
import Std.Tactic.BVDecide.LRAT.Internal.PosFin
1010
import Init.Grind
1111

12-
set_option grind.warning false
13-
1412
namespace Std.Tactic.BVDecide
1513
namespace LRAT
1614
namespace Internal

src/Std/Tactic/BVDecide/LRAT/Internal/CNF.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Authors: Josh Clune
66
prelude
77
import Std.Tactic.BVDecide.LRAT.Internal.Formula.Class
88

9-
set_option grind.warning false
10-
119
namespace Std.Tactic.BVDecide
1210
namespace LRAT
1311
namespace Internal

src/Std/Tactic/BVDecide/LRAT/Internal/Clause.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import Std.Tactic.BVDecide.LRAT.Internal.PosFin
1212
import Std.Tactic.BVDecide.LRAT.Internal.Assignment
1313
import Init.Grind
1414

15-
set_option grind.warning false
16-
1715
namespace Std.Tactic.BVDecide
1816
namespace LRAT
1917
namespace Internal

src/Std/Tactic/BVDecide/LRAT/Internal/Formula/Lemmas.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ prelude
77
import Std.Tactic.BVDecide.LRAT.Internal.Formula.Implementation
88
import Std.Tactic.BVDecide.LRAT.Internal.CNF
99

10-
set_option grind.warning false -- I've only made a partial effort to use grind here so far.
11-
1210
/-!
1311
This module contains basic statements about the invariants that are satisfied by the LRAT checker
1412
implementation in `Implementation`.

src/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddResult.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ This module contains the implementation of RAT-based clause adding for the defau
1111
implementation.
1212
-/
1313

14-
set_option grind.warning false -- I've only made a partial effort to use grind here so far.
15-
1614
namespace Std.Tactic.BVDecide
1715
namespace LRAT
1816
namespace Internal

src/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddSound.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ This module contains the verification of RAT-based clause adding for the default
1111
implementation.
1212
-/
1313

14-
set_option grind.warning false -- I've only made a partial effort to use grind here so far.
15-
1614
namespace Std.Tactic.BVDecide
1715
namespace LRAT
1816
namespace Internal

src/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddResult.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ This module contains the implementation of RUP-based clause adding for the defau
1111
implementation.
1212
-/
1313

14-
set_option grind.warning false -- I've only made a partial effort to use grind here so far.
15-
1614
namespace Std.Tactic.BVDecide
1715
namespace LRAT
1816
namespace Internal

src/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddSound.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ This module contains the verification of RUP-based clause adding for the default
1111
implementation.
1212
-/
1313

14-
set_option grind.warning false -- I've only made a partial effort to use grind here so far.
1514
namespace Std.Tactic.BVDecide
1615
namespace LRAT
1716
namespace Internal

src/Std/Tactic/BVDecide/LRAT/Internal/LRATCheckerSound.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import Std.Tactic.BVDecide.LRAT.Internal.LRATChecker
88
import Std.Tactic.BVDecide.LRAT.Internal.CNF
99
import Std.Tactic.BVDecide.LRAT.Internal.Actions
1010

11-
set_option grind.warning false
12-
1311
namespace Std.Tactic.BVDecide
1412
namespace LRAT
1513
namespace Internal

tests/lean/grind/experiments/list.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ It may still be a good source of ideas for `grind` attributes, or `grind` bugs!
66
But it's also fine to just delete it at some point.
77
-/
88

9-
set_option grind.warning false
10-
119
-- Rejected `grind` attributes:
1210
-- attribute [grind] List.getElem?_eq_getElem -- This is way too slow, it adds about 30% time to this file.
1311
-- attribute [grind] List.not_mem_nil -- unnecessary

0 commit comments

Comments
 (0)