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] - fix: let toAdditive handle more auxiliary declarations #699

Closed
wants to merge 10 commits into from

Conversation

fpvandoorn
Copy link
Member

@fpvandoorn fpvandoorn commented Nov 23, 2022

  • This PR will correctly deal with names starting with env.mainModule ++ `_auxLemma (generated by simp)
  • Also add a test for this case (reported on Zulip)
  • Also correctly deal with equation lemmas, which are have mkPrivateName env pre as prefix, instead of pre. It fixes both of the following issues:
    • Previously this would sometimes not translate the equation lemmas, since the naming heuristic didn't change their name
    • If it would translate a lemma, it would not apply it, since it wasn't additive to the translations dictionary.

@urkud
Copy link
Member

urkud commented Nov 24, 2022

Could you please fix `` in the commit message?

test/toAdditive.lean Outdated Show resolved Hide resolved
@semorrison
Copy link
Contributor

bors merge

bors bot pushed a commit that referenced this pull request Nov 24, 2022
* This PR will correctly deal with names starting with ``env.mainModule ++ `_auxLemma`` (generated by `simp`) 
* Also add a test for this case (reported on Zulip)
* Also correctly deal with equation lemmas, which are have `mkPrivateName env pre` as prefix, instead of `pre`. It fixes both of the following issues:
  - Previously this would sometimes not translate the equation lemmas, since the naming heuristic didn't change their name
  - If it would translate a lemma, it would not apply it, since it wasn't additive to the `translations` dictionary.



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

bors bot commented Nov 24, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Nov 24, 2022
* This PR will correctly deal with names starting with ``env.mainModule ++ `_auxLemma`` (generated by `simp`) 
* Also add a test for this case (reported on Zulip)
* Also correctly deal with equation lemmas, which are have `mkPrivateName env pre` as prefix, instead of `pre`. It fixes both of the following issues:
  - Previously this would sometimes not translate the equation lemmas, since the naming heuristic didn't change their name
  - If it would translate a lemma, it would not apply it, since it wasn't additive to the `translations` dictionary.



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

bors bot commented Nov 24, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title fix: let toAdditive handle more auxiliary declarations [Merged by Bors] - fix: let toAdditive handle more auxiliary declarations Nov 24, 2022
@bors bors bot closed this Nov 24, 2022
@bors bors bot deleted the toAdditiveAuxDecl branch November 24, 2022 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants