Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

alexandruradovici
Copy link
Contributor

@alexandruradovici alexandruradovici commented Aug 7, 2021

Pull Request Overview

This pull request changes the name of the allow...'s argument from slice to buffer. This better reflects the meaning of the argument as it is not a Rust slice, but a buffer shared by a process.

While teaching a Tock workshop and explaining the way that the allow... functions work, I realized that the name seems to confuse students, as it was not clear that the parameter is not a Rust slice, but an entry point to it.

Additionally, this pull request updates the porting documentation to reflect the new types.

Testing Strategy

N/A

TODO or Help Wanted

N/A

Documentation Updated

  • Updated the relevant files in /docs, or no updates are required.

Formatting

  • Ran make prepush.

@github-actions github-actions bot added the kernel label Aug 7, 2021
Copy link
Contributor

@hudson-ayers hudson-ayers left a comment

Choose a reason for hiding this comment

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

Looks good, and thanks for updating the documentation to reflect the rename of ReadWriteAppSlice!

@bradjc bradjc added the last-call Final review period for a pull request. label Aug 9, 2021
Copy link
Member

@ppannuto ppannuto left a comment

Choose a reason for hiding this comment

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

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 9, 2021

@bors bors bot merged commit edddf94 into tock:master Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel last-call Final review period for a pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants