Skip to content

Remove the unecessary ParamBounds struct - #26354

Merged
bors merged 1 commit into
rust-lang:masterfrom
jroesch:remove-param-bounds-take-n
Jun 23, 2015
Merged

Remove the unecessary ParamBounds struct#26354
bors merged 1 commit into
rust-lang:masterfrom
jroesch:remove-param-bounds-take-n

Conversation

@jroesch

Copy link
Copy Markdown
Contributor

This pull request removes ParamBounds a old holdover in the type checker that we (@nikomatsakis and I) had wanted to remove. I'm not sure if the current form is the best possible refactor but I figured we can use this as a place to discuss it.

r? @nikomatsakis

Comment threadsrc/librustc/metadata/tydecode.rs Outdated

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

For conventions sake I should probably change this back to parse_bounds_, didn't realize the convention until I was looking over the change set.

@nikomatsakis

Copy link
Copy Markdown
Contributor

this looks good. r+ when travis is pacified.

@nikomatsakis

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jun 18, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit dfb2ee3 has been approved by nikomatsakis

@bors

bors commented Jun 19, 2015

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #26351) made this pull request unmergeable. Please resolve the merge conflicts.

@bors

bors commented Jun 21, 2015

Copy link
Copy Markdown
Collaborator

🔒 Merge conflict

@nikomatsakis

Copy link
Copy Markdown
Contributor

@jroesch needs rebase...

@jroesch

Copy link
Copy Markdown
ContributorAuthor

@nikomatsakis sorry about the hold up had to integrate with huge patch from eddyb. I also slightly cleaned up the code due to some changes in master, did a rebase and squash as well.

@jroesch
jroeschforce-pushed the remove-param-bounds-take-n branch from dfb2ee3 to 81e5c1fCompareJune 23, 2015 07:10
@nikomatsakis

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jun 23, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit 81e5c1f has been approved by nikomatsakis

@bors

bors commented Jun 23, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 81e5c1f with merge 997bd33...

bors added a commit that referenced this pull request Jun 23, 2015
…akis
This pull request removes `ParamBounds` a old holdover in the type checker that we (@nikomatsakis and I) had wanted to remove. I'm not sure if the current form is the best possible refactor but I figured we can use this as a place to discuss it.
r? @nikomatsakis
@bors

bors commented Jun 23, 2015

Copy link
Copy Markdown
Collaborator

Sign up for freeto 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.

3 participants

@jroesch@nikomatsakis@bors