-
Notifications
You must be signed in to change notification settings - Fork 715
feat: add seek and tell to FS.Handle #11442
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
base: master
Are you sure you want to change the base?
Conversation
|
Reference manual CI status:
|
|
Mathlib CI status (docs):
|
This PR adds `IO.FS.Handle.seek` and `IO.FS.Handle.tell` functions, to allow positioning the file cursor and querying its location respectively.
|
I think this PR is ready for review. Feedback is very welcome! It contains some Windows-specific code, so an MS Windows CI build would be good. I'm hoping Unfortunately, I don't seem to have permissions to set a |
This PR adds
IO.FS.Handle.seekandIO.FS.Handle.tellfunctions, to allow positioning the file cursor and querying its location respectively.