-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore: move test files and recapitalise file names (part 2) #39681
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| module | ||
|
|
||
| meta import MathlibTest.DeprecatedModuleNew | ||
| meta import MathlibTest.Linter.DeprecatedModule.DeprecatedModuleNew | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
| /-- | ||
| warning: Testing public import deprecation | ||
| 'MathlibTest.DeprecatedModuleNew' has been deprecated: please replace this import by | ||
| 'MathlibTest.Linter.DeprecatedModule.DeprecatedModuleNew' has been deprecated: please replace this import by | ||
| import Mathlib.Tactic.Linter.DocPrime | ||
| import Mathlib.Tactic.Linter.DocString | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure how to name this one... can you do the git archeology here? Sorry... |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| module | ||
|
|
||
| public meta import MathlibTest.DeprecatedModuleNew | ||
| public meta import MathlibTest.Linter.DeprecatedModule.DeprecatedModuleNew | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
| /-- | ||
| warning: Testing public import deprecation | ||
| 'MathlibTest.DeprecatedModuleNew' has been deprecated: please replace this import by | ||
| 'MathlibTest.Linter.DeprecatedModule.DeprecatedModuleNew' has been deprecated: please replace this import by | ||
| import Mathlib.Tactic.Linter.DocPrime | ||
| import Mathlib.Tactic.Linter.DocString | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| module | ||
|
|
||
| public import MathlibTest.DeprecatedModuleNew | ||
| public import MathlibTest.Linter.DeprecatedModule.DeprecatedModuleNew | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
| /-- | ||
| warning: Testing public import deprecation | ||
| 'MathlibTest.DeprecatedModuleNew' has been deprecated: please replace this import by | ||
| 'MathlibTest.Linter.DeprecatedModule.DeprecatedModuleNew' has been deprecated: please replace this import by | ||
| import Mathlib.Tactic.Linter.DocPrime | ||
| import Mathlib.Tactic.Linter.DocString | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| import MathlibTest.DeprecatedModule | ||
| import MathlibTest.Linter.DeprecatedModule.DeprecatedModule | ||
|
|
||
| /-- | ||
| warning: We can also give more details about the deprecation | ||
| 'MathlibTest.DeprecatedModule' has been deprecated: please replace this import by | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... and find a good name here. |
||
| 'MathlibTest.Linter.DeprecatedModule.DeprecatedModule' has been deprecated: please replace this import by | ||
|
|
||
| import Mathlib.Tactic.Linter.DocPrime | ||
| import Mathlib.Tactic.Linter.DocString | ||
|
|
@@ -11,7 +11,7 @@ import Mathlib.Tactic.Linter.DocString | |
| Note: This linter can be disabled with `set_option linter.deprecated.module false` | ||
| --- | ||
| warning: | ||
| 'MathlibTest.DeprecatedModule' has been deprecated: please replace this import by | ||
| 'MathlibTest.Linter.DeprecatedModule.DeprecatedModule' has been deprecated: please replace this import by | ||
|
|
||
| import Mathlib.Tactic.Linter.DocPrime | ||
| import Mathlib.Tactic.Linter.DocString | ||
|
|
||
|
joneugster marked this conversation as resolved.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and
ImportAll.leanhere --- perhaps with adding a brief module doc-string what this tests?