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: remove set_option autoImplicit false #1608

Closed
wants to merge 1 commit into from

Conversation

ericrbg
Copy link
Collaborator

@ericrbg ericrbg commented Jan 16, 2023

These were mostly added in the process of porting and weren't removed at the end. There was one that may have been needed, let's see what CI says.


Open in Gitpod

@ericrbg ericrbg added the awaiting-review The author would like community review of the PR label Jan 16, 2023
@@ -212,8 +212,6 @@ protected theorem id_map : ∀ x : Comp F G α, Comp.map id x = x
-- porting note: `rfl` wasn't needed in mathlib3
#align functor.comp.id_map Functor.Comp.id_map

-- porting note: because `LawfulFunctor G` wasn't needed in the proof we need `autoImplicit`s off
set_option autoImplicit false in
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@j-loreaux do you remember why this was needed? it seems to compile but I don't want to acci-break something

@jcommelin
Copy link
Member

Thanks 🎉

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review The author would like community review of the PR labels Jan 17, 2023
bors bot pushed a commit that referenced this pull request Jan 17, 2023
These were mostly added in the process of porting and weren't removed at the end. There was one that may have been needed, let's see what CI says.
@bors
Copy link

bors bot commented Jan 17, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore: remove set_option autoImplicit false [Merged by Bors] - chore: remove set_option autoImplicit false Jan 17, 2023
@bors bors bot closed this Jan 17, 2023
@bors bors bot deleted the removeAutoImplicit branch January 17, 2023 08:53
jcommelin pushed a commit that referenced this pull request Jan 23, 2023
These were mostly added in the process of porting and weren't removed at the end. There was one that may have been needed, let's see what CI says.
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.

None yet

2 participants