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 type mismatch error with Eclipse and VS Code #289

Merged
merged 1 commit into from
Nov 12, 2020

Conversation

renner
Copy link
Member

@renner renner commented Oct 27, 2020

This patch is needed to make the current master branch compile in Eclipse as well as in VS Code, where apparently the same compiler is used. This is the error message that I see there:

Type mismatch: cannot convert from List<Map<String,Object>> to List<Map<String,Result<R>>>

@renner renner changed the title Fix type error with the eclipse compiler Fix type mismatch error with Eclipse and VS Code Nov 2, 2020
@renner renner requested a review from lucidd November 2, 2020 15:35
@renner renner added this to the v0.19.0 milestone Nov 12, 2020
@renner renner self-assigned this Nov 12, 2020
@renner renner merged commit a5c82eb into master Nov 12, 2020
@renner renner deleted the master-fix-type-error branch November 12, 2020 08:54
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.

None yet

2 participants