Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - chore: bump for std4#241 #6975

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3099,7 +3099,6 @@ import Mathlib.Tactic.NormNum.Prime
import Mathlib.Tactic.NthRewrite
import Mathlib.Tactic.Observe
import Mathlib.Tactic.PPWithUniv
import Mathlib.Tactic.PermuteGoals
import Mathlib.Tactic.Polyrith
import Mathlib.Tactic.Positivity
import Mathlib.Tactic.Positivity.Basic
Expand Down
1 change: 0 additions & 1 deletion Mathlib/Init/Data/Nat/Bitwise.lean
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import Mathlib.Data.Bool.Basic
import Mathlib.Init.Data.Bool.Lemmas
import Mathlib.Init.ZeroOne
import Mathlib.Tactic.Cases
import Mathlib.Tactic.PermuteGoals

#align_import init.data.nat.bitwise from "leanprover-community/lean"@"53e8520d8964c7632989880372d91ba0cecbaf00"

Expand Down
1 change: 0 additions & 1 deletion Mathlib/Mathport/Syntax.lean
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ import Mathlib.Tactic.Nontriviality
import Mathlib.Tactic.NormCast
import Mathlib.Tactic.NormNum
import Mathlib.Tactic.NthRewrite
import Mathlib.Tactic.PermuteGoals
import Mathlib.Tactic.Polyrith
import Mathlib.Tactic.Positivity
import Mathlib.Tactic.PushNeg
Expand Down
1 change: 0 additions & 1 deletion Mathlib/Tactic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ import Mathlib.Tactic.NormNum.Prime
import Mathlib.Tactic.NthRewrite
import Mathlib.Tactic.Observe
import Mathlib.Tactic.PPWithUniv
import Mathlib.Tactic.PermuteGoals
import Mathlib.Tactic.Polyrith
import Mathlib.Tactic.Positivity
import Mathlib.Tactic.Positivity.Basic
Expand Down
1 change: 0 additions & 1 deletion Mathlib/Tactic/Common.lean
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ import Mathlib.Tactic.MkIffOfInductiveProp
-- import Mathlib.Tactic.NormNum.Basic
import Mathlib.Tactic.NthRewrite
import Mathlib.Tactic.Observe
import Mathlib.Tactic.PermuteGoals
import Mathlib.Tactic.PrintPrefix
import Mathlib.Tactic.ProjectionNotation
import Mathlib.Tactic.Propose
Expand Down
1 change: 0 additions & 1 deletion Mathlib/Tactic/Lift.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Floris van Doorn
-/
import Mathlib.Tactic.Cases
import Mathlib.Tactic.PermuteGoals
import Mathlib.Init.Data.Int.Order

/-!
Expand Down
61 changes: 0 additions & 61 deletions Mathlib/Tactic/PermuteGoals.lean

This file was deleted.

6 changes: 3 additions & 3 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"inputRev?": "master",
"inherited": false}},
{"git":
{"url": "https://github.com/leanprover/std4",
{"url": "https://github.com/semorrison/std4",
"subDir?": null,
"rev": "e8c27f7d90ee71470558efd1bc197fe55068c748",
"rev": "1e8abf103d136727ad10d4f6fd0fa384f72e5ef4",
"opts": {},
"name": "std",
"inputRev?": "main",
"inputRev?": "permute_goals",
"inherited": false}}]}
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lean_exe checkYaml where
meta if get_config? doc = some "on" then -- do not download and build doc-gen4 by default
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main"

require std from git "https://github.com/leanprover/std4" @ "main"
require std from git "https://github.com/semorrison/std4" @ "permute_goals"
require Qq from git "https://github.com/gebner/quote4" @ "master"
require aesop from git "https://github.com/JLimperg/aesop" @ "master"
require Cli from git "https://github.com/mhuisi/lean4-cli.git" @ "nightly"
Expand Down
1 change: 0 additions & 1 deletion scripts/style-exceptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ Mathlib/Tactic/Expect.lean : line 9 : ERR_MOD : Module docstring missing, or too
Mathlib/Tactic/Have.lean : line 10 : ERR_MOD : Module docstring missing, or too late
Mathlib/Tactic/LeftRight.lean : line 9 : ERR_MOD : Module docstring missing, or too late
Mathlib/Tactic/NormCast/Tactic.lean : line 13 : ERR_MOD : Module docstring missing, or too late
Mathlib/Tactic/PermuteGoals.lean : line 11 : ERR_MOD : Module docstring missing, or too late
Mathlib/Tactic/PrintPrefix.lean : line 9 : ERR_MOD : Module docstring missing, or too late
Mathlib/Tactic/PushNeg.lean : line 13 : ERR_MOD : Module docstring missing, or too late
Mathlib/Tactic/Recover.lean : line 10 : ERR_MOD : Module docstring missing, or too late
Expand Down
44 changes: 0 additions & 44 deletions test/PermuteGoals.lean

This file was deleted.

2 changes: 1 addition & 1 deletion test/classical.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Mathlib.Tactic.Classical
import Mathlib.Tactic.PermuteGoals
import Std.Tactic.PermuteGoals
import Std.Tactic.GuardExpr

noncomputable def foo : Bool := by
Expand Down
2 changes: 1 addition & 1 deletion test/lift.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Mathlib.Tactic.Lift
import Mathlib.Tactic.PermuteGoals
import Std.Tactic.PermuteGoals
import Mathlib.Tactic.Coe
import Mathlib.Init.Set
import Mathlib.Order.Basic
Expand Down
2 changes: 1 addition & 1 deletion test/solve_by_elim/basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Mathlib.Init.Data.Nat.Basic
import Mathlib.Init.Logic
import Std.Tactic.RCases
import Mathlib.Tactic.Constructor
import Mathlib.Tactic.PermuteGoals
import Std.Tactic.PermuteGoals
import Mathlib.Tactic.SolveByElim
import Mathlib.Util.DummyLabelAttr

Expand Down