Skip to content

Fix remaining testcheck tests for fast parser #2730

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 4 commits into from
Jan 24, 2017
Merged

Conversation

ddfisher
Copy link
Collaborator

Depends on #2722.

@ddfisher
Copy link
Collaborator Author

Rebased now that #2722 has landed.

@@ -381,15 +381,17 @@ main:4: error: Argument 2 to "f" has incompatible type *List[A]; expected "B"
main:5: error: Argument 3 to "f" has incompatible type *List[A]; expected "B"
main:6: error: Argument 1 to "f" has incompatible type *"Tuple[A, A, B]"; expected "B"

[case testVarArgsAfterKeywordArgInCall1]
[case testVarArgsAfterKeywordArgInCall1-skip]
# see: mypy issue #2729
Copy link
Member

Choose a reason for hiding this comment

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

I'm confused, that issue claims to be about Python 2, but this test (or the next) is not about Python 2 IIUC. What am I missing?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

See comments on issue. I was wrong about it being a Python 2-specific problem.

@gvanrossum gvanrossum merged commit 6e3789e into master Jan 24, 2017
@gvanrossum gvanrossum deleted the fastparser-tests-4 branch January 24, 2017 00:39
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