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

Fix NamedTuple fallback constructor #26040

Merged
merged 1 commit into from
Feb 14, 2018
Merged

Conversation

Keno
Copy link
Member

@Keno Keno commented Feb 13, 2018

Fix a typo that breaks things if inference decides it needs NamedTuples during inference.

@Keno Keno requested a review from JeffBezanson February 13, 2018 22:04
@vtjnash
Copy link
Member

vtjnash commented Feb 13, 2018

@JeffBezanson we really need testing on this code

@Keno
Copy link
Member Author

Keno commented Feb 13, 2018

There's more things wrong with this constructor. Working on it.

@JeffBezanson
Copy link
Member

Completely agree.

Fix a typo that breaks things if inference decides it needs NamedTuples during inference.

Fix signature of NamedTuple identity conversion to make sure it's more specific
@JeffBezanson JeffBezanson merged commit 755f6a5 into master Feb 14, 2018
@JeffBezanson JeffBezanson deleted the kf/namedtuplefallback branch February 14, 2018 05:00
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