Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove ty_bot from the type system #17603
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@jakub- assigning myself, sorry for delay, it's been a busy week or so. |
nikomatsakis
self-assigned this
Oct 8, 2014
This comment has been minimized.
This comment has been minimized.
|
@nikomatsakis Thanks. This PR isn't compiling yet, AFAIR, due to some unconstrained variables in rustc but the general direction is mostly set. I will rebase soon. |
This comment has been minimized.
This comment has been minimized.
|
ping @jakub-, any updates here? |
This comment has been minimized.
This comment has been minimized.
|
@alexcrichton @nikomatsakis This now bootstraps so I'd appreciate your review. |
This comment has been minimized.
This comment has been minimized.
|
This is green now. |
added some commits
Oct 24, 2014
This comment has been minimized.
This comment has been minimized.
|
saw approval from nikomatsakis |
This comment has been minimized.
This comment has been minimized.
|
merging jakub-/rust/ty_bot = 6d2080c into auto |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
fast-forwarding master to auto = 1652a1f |
bors
added a commit
that referenced
this pull request
Oct 28, 2014
bors
closed this
Oct 29, 2014
ghost
deleted the
ty_bot
branch
Oct 29, 2014
This comment has been minimized.
This comment has been minimized.
|
Nice work. |
This comment has been minimized.
This comment has been minimized.
|
@nikomatsakis Cheers! |
pnkfelix
referenced this pull request
Feb 3, 2015
Closed
Type ambiguity not reported when it may exist? #21878
edwardw
added a commit
to edwardw/rust
that referenced
this pull request
Feb 6, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
ghost commentedSep 28, 2014
We now instead use a fresh variable for expressions that diverge.
Closes #14973.
Closes #13847.
[Work in progress]
cc @nikomatsakis