You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@ncannasse: Please check if this is alright or if you want to fix this differently. Your BytesBuffer JS implementation clearly assumes that grow has been called at some point, otherwise there are null-values for both the buffer and u8 fields.
ab34ef9
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.
@ncannasse: Please check if this is alright or if you want to fix this differently. Your BytesBuffer JS implementation clearly assumes that
grow
has been called at some point, otherwise there are null-values for both thebuffer
andu8
fields.ab34ef9
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.
@Simn since we check for pos/size before writing this should not be needed, unless I forgot one?
ab34ef9
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.
See 1d39422#commitcomment-24026015