Skip to content

Conversation

@kevmoo
Copy link
Collaborator

@kevmoo kevmoo commented Jul 21, 2017

No description provided.

@kevmoo kevmoo changed the title WIP: cleaning up Cleanup inference to enable clean DDC compile Jul 21, 2017
@kevmoo kevmoo requested a review from natebosch July 21, 2017 15:53
var fields = new LinkedHashMap<String, FieldElement>.fromIterable(
fieldsList,
key: (f) => f.name);
key: (FieldElement f) => f.name);
Copy link
Member

Choose a reason for hiding this comment

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

[aside] I'm a little surprised this one is necessary - is fieldsList not well typed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

CHANGELOG.md Outdated
Copy link
Member

Choose a reason for hiding this comment

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

elaborate on what is unsupported

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

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.

3 participants