Skip to content

Fix CSApply bug for keyword-based dynamic callable. #24580

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

Merged
merged 1 commit into from
May 7, 2019

Conversation

pschuh
Copy link
Contributor

@pschuh pschuh commented May 7, 2019

The type set by cs.setType() in the dynamic callable application did not
have type-variables, so it was considering this string literal already
checked. This made it to SILGen with a nullptr keyword argument.

The type set by cs.setType() in the dynamic callable application did not
have type-variables, so it was considering this string literal already
checked. This made it to SILGen with a nullptr keyword argument.
@pschuh pschuh requested a review from dan-zheng May 7, 2019 18:26
@pschuh pschuh merged commit cfc1e8b into swiftlang:tensorflow-merge May 7, 2019
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.

2 participants