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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Example:
Executing
raises an error saying
error: missing argument 'sz'
. However, when the number of bytes to be read is passed explicitly, it works as expectedIdeal Behaviour
If nothing is passed, the whole file should be read and returned.
Possible fix
Assumption:
internal/file.seq
handles allfile
operations (read
in this case)Need to make
sz
and Optional parameter here. And ifsz
isNone
, then setsz
to the file size.The text was updated successfully, but these errors were encountered: