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

Add a truncate(2) wrapper #956

Merged
merged 1 commit into from Oct 19, 2018
Merged

Add a truncate(2) wrapper #956

merged 1 commit into from Oct 19, 2018

Conversation

jmmv
Copy link
Contributor

@jmmv jmmv commented Oct 17, 2018

This also adds a test for truncate (obviously) but, while doing so, also
adds a test for the already-existing ftruncate.

}
}));

Errno::result(res).map(drop)
Copy link
Member

Choose a reason for hiding this comment

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

I prefer map(|| ()) for stylistic reasons. drop, in this context, is basically being called for its side effect of returning nothing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not exactly sure what you'd like to see here, but given that this is a copy/paste from the many, many other functions that follow this style, I think keeping this for consistency is good.

test/test_unistd.rs Outdated Show resolved Hide resolved
This also adds a test for truncate (obviously) but, while doing so, also
adds a test for the already-existing ftruncate.
Copy link
Member

@asomers asomers 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 bot added a commit that referenced this pull request Oct 19, 2018
956: Add a truncate(2) wrapper r=asomers a=jmmv

This also adds a test for truncate (obviously) but, while doing so, also
adds a test for the already-existing ftruncate.

Co-authored-by: Julio Merino <julio@meroh.net>
@bors
Copy link
Contributor

bors bot commented Oct 19, 2018

@bors bors bot merged commit 1f817c7 into nix-rust:master Oct 19, 2018
@jmmv jmmv deleted the truncate branch October 20, 2018 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants