Conversation
Owner
Author
|
That's better, now there's not 40 commits and 3ksloc changes in here |
…pe or newtype it's for
…o know when/if it happens
…pe class idents do something similar.
…figure out if it needs to be rebuilt or not. We still rebuild too many things wrt type classes. We don't track type aliases at all since they get desugared earlier, which is a problem.
5 tasks
…allow switching back and forth between compiler versions.
Not sure if we already did or not, or if this changed anything. I couldn't think of a test case that failed without this change. It's possible that removing the notimpl1213 and notimpl1214 crashes was all that was needed.
…on't know if it's the correct thing to do but crashing sure isn't.
… holes are still available. I've never found wildcard errors useful when typed holes are right there.
…arsing externs files all the time. Enabled via PURS_LOOP_EVERY_SECOND=1 envvar.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the change
Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to it. Include any other background context that would help reviewers understand the motivation for this PR.
Checklist: