Skip to content

go: Fix compile error#19101

Merged
1 commit merged into
masterfrom
go
Aug 22, 2017
Merged

go: Fix compile error#19101
1 commit merged into
masterfrom
go

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Aug 17, 2017

Map does not correctly implement Iterator since the signatures for concat and map do not match. We now detect this as an error thanks to microsoft/TypeScript#16368.
I removed these signatures from the base class since they seem to be redeclared in every derived class anyway; another solution would be to have Map not implement Iterator anyway.

@dt-bot
Copy link
Copy Markdown
Member

dt-bot commented Aug 17, 2017

types/go/index.d.ts

to author (@NorthwoodsSoftware). Could you review this PR?
👍 or 👎?

Checklist

  • pass the Travis CI test?

@ghost ghost merged commit 5d7bbfb into master Aug 22, 2017
@ghost ghost deleted the go branch August 22, 2017 20:49
This pull request was closed.
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.

1 participant