Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - chore(data/multiset/sort): make multiset repr a meta instance #18163

Closed
wants to merge 20 commits into from

Conversation

ChrisHughes24
Copy link
Member

@ChrisHughes24 ChrisHughes24 commented Jan 13, 2023


Open in Gitpod

Replaces #18075

@ChrisHughes24 ChrisHughes24 added the awaiting-review The author would like community review of the PR label Jan 13, 2023
Copy link
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 🎉

If CI passes, please remove the label awaiting-CI and merge this yourself, by adding a comment bors r+.

bors d+

@bors
Copy link

bors bot commented Jan 13, 2023

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

@leanprover-community-bot-assistant leanprover-community-bot-assistant 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 Jan 13, 2023
@eric-wieser
Copy link
Member

eric-wieser commented Jan 13, 2023

Just realised #eval does not look for meta instances of repr so none of this works

Yes it does?

#eval ({"this", "is", "fine"} : multiset string)
-- {"this", "is", "fine"}

@eric-wieser
Copy link
Member

eric-wieser commented Jan 13, 2023

I think the meta instance was probably more reasonable; can you revert 4c98928 and 60c1bd6

@ChrisHughes24 ChrisHughes24 changed the title chore(data/multiset/sort): make has_repr a meta instance to reduce imports chore(data/multiset/sort): fix multiset repr instance to not need string import Jan 13, 2023
@eric-wieser
Copy link
Member

eric-wieser commented Jan 13, 2023

bors d-

(since the PR has changed entirely)

@eric-wieser eric-wieser added awaiting-author A reviewer has asked the author a question or requested changes awaiting-CI The author would like to see what CI has to say before doing more work. and removed delegated The PR author may merge after reviewing final suggestions. labels Jan 13, 2023
Copy link
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

bors d+

Looks like we're back where we were a few commits ago. Don't forget to change the PR title back too!

@bors
Copy link

bors bot commented Jan 13, 2023

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

@leanprover-community-bot-assistant leanprover-community-bot-assistant added the delegated The PR author may merge after reviewing final suggestions. label Jan 13, 2023
@ChrisHughes24 ChrisHughes24 changed the title chore(data/multiset/sort): fix multiset repr instance to not need string import chore(data/multiset/sort): make multiset repr a met instance Jan 13, 2023
@ChrisHughes24 ChrisHughes24 changed the title chore(data/multiset/sort): make multiset repr a met instance chore(data/multiset/sort): make multiset repr a meta instance Jan 13, 2023
@ChrisHughes24
Copy link
Member Author

bors r+

@bors
Copy link

bors bot commented Jan 13, 2023

👎 Rejected by label

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-author A reviewer has asked the author a question or requested changes labels Jan 13, 2023
test/cycle.lean Outdated Show resolved Hide resolved
test/cycle.lean Outdated Show resolved Hide resolved
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Jan 13, 2023
@ChrisHughes24
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Jan 13, 2023
@bors
Copy link

bors bot commented Jan 13, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Jan 14, 2023
@bors
Copy link

bors bot commented Jan 14, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(data/multiset/sort): make multiset repr a meta instance [Merged by Bors] - chore(data/multiset/sort): make multiset repr a meta instance Jan 14, 2023
@bors bors bot closed this Jan 14, 2023
@bors bors bot deleted the multiset-repr-meta branch January 14, 2023 05:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

4 participants