Skip to content

Conversation

@krojew
Copy link
Contributor

@krojew krojew commented Oct 26, 2020

implements #6014

Copy link
Collaborator

@aardappel aardappel left a comment

Choose a reason for hiding this comment

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

Very cool.. lgtm
@CasperN ?

*/
optional_scalars.ScalarStuff.prototype.maybeI8 = function() {
var offset = this.bb.__offset(this.bb_pos, 6);
return offset ? this.bb.readInt8(this.bb_pos + offset) : null;
Copy link
Collaborator

Choose a reason for hiding this comment

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

hurray for dynamically typed languages, they make a null integer rather simple :)

@CasperN
Copy link
Collaborator

CasperN commented Oct 26, 2020

LGTM

@krojew
Copy link
Contributor Author

krojew commented Oct 27, 2020

merge?

@CasperN
Copy link
Collaborator

CasperN commented Oct 28, 2020

sure, I can push the merge button, once the conflict is resolved

@krojew
Copy link
Contributor Author

krojew commented Oct 28, 2020

Again? I just resolved some :)

@CasperN CasperN merged commit a0182cd into google:master Oct 28, 2020
@CasperN
Copy link
Collaborator

CasperN commented Oct 28, 2020

yea it looks like the change was in .gitignore. No need to wait for tests

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.

3 participants