Skip to content

[Merged by Bors] - chore: delay import of Tactic.Common#7000

Closed
kim-em wants to merge 6 commits intomasterfrom
delay_common
Closed

[Merged by Bors] - chore: delay import of Tactic.Common#7000
kim-em wants to merge 6 commits intomasterfrom
delay_common

Conversation

@kim-em
Copy link
Copy Markdown
Contributor

@kim-em kim-em commented Sep 7, 2023

I know that this is contrary to what we've done previously, but:

  • I'm trying to upstream a great many tactics from Mathlib to Std (essentially, everything that non-mathematicians want too).
  • This makes it much easier for me to see what is going on, and understand the import requirements (particularly for the "big" tactics norm_num / ring / linarith)
  • It's actually not as bad as it looks here, because as these tactics move up to Std they will start disappearing again from explicit imports, but Mathlib can happily import all of Std.

(Oh --- and I'll promise when I'm done to clean everything up again. :-)


Open in Gitpod

@kim-em kim-em added awaiting-review awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. labels Sep 7, 2023
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Sep 7, 2023
Copy link
Copy Markdown
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@ghost ghost added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Sep 7, 2023
bors bot pushed a commit that referenced this pull request Sep 7, 2023
I know that this is contrary to what we've done previously, but:

* I'm trying to upstream a great many tactics from Mathlib to Std (essentially, everything that non-mathematicians want too).
* This makes it much easier for me to see what is going on, and understand the import requirements (particularly for the "big" tactics `norm_num` / `ring` / `linarith`)
* It's actually not as bad as it looks here, because as these tactics move up to Std they will start disappearing again from explicit imports, but Mathlib can happily import all of Std.

(Oh 

Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
@bors
Copy link
Copy Markdown

bors bot commented Sep 7, 2023

Build failed (retrying...):

@bors
Copy link
Copy Markdown

bors bot commented Sep 7, 2023

Canceled.

@kim-em
Copy link
Copy Markdown
Contributor Author

kim-em commented Sep 7, 2023

bors merge

bors bot pushed a commit that referenced this pull request Sep 7, 2023
I know that this is contrary to what we've done previously, but:

* I'm trying to upstream a great many tactics from Mathlib to Std (essentially, everything that non-mathematicians want too).
* This makes it much easier for me to see what is going on, and understand the import requirements (particularly for the "big" tactics `norm_num` / `ring` / `linarith`)
* It's actually not as bad as it looks here, because as these tactics move up to Std they will start disappearing again from explicit imports, but Mathlib can happily import all of Std.

(Oh 

Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
@bors
Copy link
Copy Markdown

bors bot commented Sep 7, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title chore: delay import of Tactic.Common [Merged by Bors] - chore: delay import of Tactic.Common Sep 7, 2023
@bors bors bot closed this Sep 7, 2023
@bors bors bot deleted the delay_common branch September 7, 2023 13:56
kodyvajjha pushed a commit that referenced this pull request Sep 22, 2023
I know that this is contrary to what we've done previously, but:

* I'm trying to upstream a great many tactics from Mathlib to Std (essentially, everything that non-mathematicians want too).
* This makes it much easier for me to see what is going on, and understand the import requirements (particularly for the "big" tactics `norm_num` / `ring` / `linarith`)
* It's actually not as bad as it looks here, because as these tactics move up to Std they will start disappearing again from explicit imports, but Mathlib can happily import all of Std.

(Oh 

Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants