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

fs: add deprecated fs::File::seek fn #1991

Merged
merged 4 commits into from
Dec 19, 2019
Merged

fs: add deprecated fs::File::seek fn #1991

merged 4 commits into from
Dec 19, 2019

Conversation

carllerche
Copy link
Member

This fixes an API compatibility regression when AsyncSeek was added.

Fixes: #1989

This fixes an API compatibility regression when `AsyncSeek` was added.

Fixes: #1989
tokio/src/fs/file.rs Outdated Show resolved Hide resolved
@carllerche
Copy link
Member Author

I'm just going to bring back the old fn as a "quick fix". It looks like the AsyncSeek implementation has its own bug (#1986) which should be fixed after.

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.

Moving File::seek broke my program.
3 participants