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

Support for ADTs #524

Merged
merged 3 commits into from Jul 2, 2020
Merged

Support for ADTs #524

merged 3 commits into from Jul 2, 2020

Conversation

doctorn
Copy link
Contributor

@doctorn doctorn commented Jun 14, 2020

This is far from complete (I have practically no tests right now and I haven't really attempted any of the refactoring suggested in #506) however I thought this would be a good point to get some eyes on this as it doesn't break any tests... Any thoughts?

Will eventually resolve #505

Copy link
Member

@jackh726 jackh726 left a comment

Choose a reason for hiding this comment

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

Good start :)

chalk-parse/src/ast.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@nikomatsakis nikomatsakis left a comment

Choose a reason for hiding this comment

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

From a quick read looks like it's going in the right direction! 👍

@doctorn doctorn changed the title [WIP] Support for ADTs Support for ADTs Jun 24, 2020
@doctorn
Copy link
Contributor Author

doctorn commented Jun 24, 2020

Rebased - I'm just working on the final tests now

@jackh726
Copy link
Member

jackh726 commented Jul 2, 2020

So, we previously talked about merging last week. I went ahead and rebased and added the tests and updated for the new display tests. So, I'm gonna go ahead and merge this.

Thanks @doctorn

@jackh726 jackh726 merged commit 6a9fc66 into rust-lang:master Jul 2, 2020
Sign up for free to 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.

extend chalk ADTs with information about variants
4 participants