Skip to content

Conversation

@TGIshib
Copy link
Contributor

@TGIshib TGIshib commented Aug 26, 2016

No description provided.

@ghost
Copy link

ghost commented Aug 26, 2016

Please have a look (or rebase to) e1f8037 where I already fixed a few issues.

@TGIshib
Copy link
Contributor Author

TGIshib commented Aug 26, 2016

Fixed typo, added checking before appending byte array.

}
if (struct_def.has_key) {
if (struct_def.has_key && (lang_.language == IDLOptions::kJava ||
lang_.language == IDLOptions::kCSharp)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

what does this do? it currently only really runs for 2 languages.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

When the Go version will be released, absence of this check will cause errors. Remove it?

Copy link
Collaborator

Choose a reason for hiding this comment

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

The Go version will never be merged into this I don't think, so yes, remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, yes, dumb checking. Sorry for that.

@ghost
Copy link

ghost commented Aug 26, 2016

That typo would have been caught if there was a test for it...

@ghost ghost merged commit d05d114 into google:master Aug 26, 2016
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.

2 participants