Skip to content
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

Implement the Streaming File Transfer Operations #1788

Closed
9 tasks done
iamrecursion opened this issue Jun 8, 2021 · 0 comments · Fixed by #1795
Closed
9 tasks done

Implement the Streaming File Transfer Operations #1788

iamrecursion opened this issue Jun 8, 2021 · 0 comments · Fixed by #1795
Assignees
Labels
p-highest Should be completed ASAP

Comments

@iamrecursion
Copy link
Contributor

iamrecursion commented Jun 8, 2021

Summary

Implement file/writeBytes, file/readBytes, file/checksumBytes and file/checksum.

Value

The IDE will be able to integrate support for streaming file transfers.

Specification

  • Implement file/checksum.
  • Implement file/checksumBytes in the filesystem.
  • Implement file/writeBytes in the filesystem.
  • Implement file/readBytes in the filesystem.
  • Implement file/checksumBytes in the protocol.
  • Implement file/writeBytes in the protocol.
  • Implement file/readBytes in the protocol.
  • Ensure that file operations can be performed in parallel.

Acceptance Criteria & Test Cases

  • The above operations have been implemented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-highest Should be completed ASAP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant