Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion Cslib/Foundations/Lint/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public meta def topNamespace : Batteries.Tactic.Lint.Linter where
test declName := do
if ← isAutoDecl declName then return none
let env ← getEnv
if ← isInstanceReducible declName then return none
if ← isImplicitReducible declName then return none
let nss := env.getNamespaceSet
let top := nss.fold (init := (∅ : NameSet)) fun tot n =>
match n.components with
Expand Down
20 changes: 10 additions & 10 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "33a7291a345d718bca41f8ae8a9bae365d8f2a3e",
"rev": "d300915bf163a8bd2e7d20868ad010e2c3a59f5a",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
Expand All @@ -15,7 +15,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "a8191ec244102f576a8cd93399cdd8cc489e47cd",
"rev": "faaefc80803bee475f81355a3aab270cafc81923",
"name": "plausible",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -35,7 +35,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "7ccd5e026eb2b3581915ff3f0d1cd918e18c2ab9",
"rev": "17d5e44a634099607fae899127736377c3517f95",
"name": "importGraph",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -45,17 +45,17 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "06c949a3f4a3b2eb0bd8601e31269b9f4f820aa6",
"rev": "b5e00ab2b8adfc9dfc9335ca3dadca7caec37629",
"name": "proofwidgets",
"manifestFile": "lake-manifest.json",
"inputRev": "v0.0.88",
"inputRev": "v0.0.89",
"inherited": true,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/aesop",
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "eb165126bfb2988738792c9ae37e09d58e2fec83",
"rev": "de5caa559acfd0a1577b3bc49c33887a91c4792e",
"name": "aesop",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
Expand All @@ -65,7 +65,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "90217e10b2db6c6c445d30faae7fea453d9782c0",
"rev": "db277098a6c4ae41e0aa9938382a98f14af9da38",
"name": "Qq",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
Expand All @@ -75,7 +75,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "965500ff9171556698ec2714b936739d5da438c2",
"rev": "07be181c4f3c157e385eaa0259ac248bc3eb3626",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -85,10 +85,10 @@
"type": "git",
"subDir": null,
"scope": "leanprover",
"rev": "474983579ecce1ca7d8a63e65c7ae0b1a22db6a3",
"rev": "6945abad990418721e221803ac0356d0833cf783",
"name": "Cli",
"manifestFile": "lake-manifest.json",
"inputRev": "v4.29.0-rc1",
"inputRev": "v4.29.0-rc2",
"inherited": true,
"configFile": "lakefile.toml"}],
"name": "cslib",
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.29.0-rc1
leanprover/lean4:v4.29.0-rc2