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(meta/expr): adjust is_likely_generated_binder_name to lean#490 #4915

Closed
wants to merge 2 commits into from

Conversation

JLimperg
Copy link
Collaborator

@JLimperg JLimperg commented Nov 5, 2020

Lean PR 490 changed Lean's strategy for generating binder names. This PR adapts
name.is_likely_generated_binder_name, which checks whether a binder name was
likely generated by Lean (rather than given by the user).

Lean PR 490 changed Lean's strategy for generating binder names. This PR adapts
`name.is_likely_generated_binder_name`, which checks whether a binder name was
likely generated by Lean (rather than given by the user).
@JLimperg
Copy link
Collaborator Author

JLimperg commented Nov 5, 2020

@gebner could you take a look at this? Particularly whether the docs are still accurate.

@bryangingechen
Copy link
Collaborator

Do you mind adding a test so that we'll remember this if we change the name again in the future?

@bryangingechen bryangingechen added awaiting-review The author would like community review of the PR needs-tests labels Nov 5, 2020
@gebner
Copy link
Member

gebner commented Nov 5, 2020

I agree with Bryan, this deserves a test.

bors d+

@bors
Copy link

bors bot commented Nov 5, 2020

✌️ JLimperg can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@bryangingechen bryangingechen added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Nov 5, 2020
@JLimperg
Copy link
Collaborator Author

JLimperg commented Nov 6, 2020

Added the test case. Thanks for the suggestion and reviews everyone!

bors r+

bors bot pushed a commit that referenced this pull request Nov 6, 2020
…4915)

Lean PR 490 changed Lean's strategy for generating binder names. This PR adapts
`name.is_likely_generated_binder_name`, which checks whether a binder name was
likely generated by Lean (rather than given by the user).
@bors
Copy link

bors bot commented Nov 6, 2020

Build failed:

@JLimperg
Copy link
Collaborator Author

JLimperg commented Nov 6, 2020

The build failure seems to be caused by the problem discussed in this Zulip thread. Retrying...

bors r+

bors bot pushed a commit that referenced this pull request Nov 6, 2020
…4915)

Lean PR 490 changed Lean's strategy for generating binder names. This PR adapts
`name.is_likely_generated_binder_name`, which checks whether a binder name was
likely generated by Lean (rather than given by the user).
@bors
Copy link

bors bot commented Nov 6, 2020

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Nov 6, 2020
…4915)

Lean PR 490 changed Lean's strategy for generating binder names. This PR adapts
`name.is_likely_generated_binder_name`, which checks whether a binder name was
likely generated by Lean (rather than given by the user).
@bors
Copy link

bors bot commented Nov 6, 2020

Build failed:

@bryangingechen
Copy link
Collaborator

bors r+

@github-actions github-actions bot added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label Nov 6, 2020
bors bot pushed a commit that referenced this pull request Nov 6, 2020
…4915)

Lean PR 490 changed Lean's strategy for generating binder names. This PR adapts
`name.is_likely_generated_binder_name`, which checks whether a binder name was
likely generated by Lean (rather than given by the user).
@bors
Copy link

bors bot commented Nov 6, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title fix(meta/expr): adjust is_likely_generated_binder_name to lean#490 [Merged by Bors] - fix(meta/expr): adjust is_likely_generated_binder_name to lean#490 Nov 6, 2020
@bors bors bot closed this Nov 6, 2020
@bors bors bot deleted the fix-likely-generated-name branch November 6, 2020 23:11
b-mehta pushed a commit that referenced this pull request Nov 12, 2020
…4915)

Lean PR 490 changed Lean's strategy for generating binder names. This PR adapts
`name.is_likely_generated_binder_name`, which checks whether a binder name was
likely generated by Lean (rather than given by the user).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions. ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants