-
Notifications
You must be signed in to change notification settings - Fork 3.5k
optional scalars for ts/js #6215
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
Conversation
c2ccdb8 to
a6010cb
Compare
aardappel
left a comment
There was a problem hiding this 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; |
There was a problem hiding this comment.
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 :)
|
LGTM |
|
merge? |
|
sure, I can push the merge button, once the conflict is resolved |
|
Again? I just resolved some :) |
|
yea it looks like the change was in .gitignore. No need to wait for tests |
implements #6014