-
Notifications
You must be signed in to change notification settings - Fork 382
Add pread
and pwrite
shims
#3743
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Any updates on this? Lack of these shims is the main blocker for testing our code with MIRI. |
This is in my review queue, but unfortunately I currently don't have a lot of time for reviewing -- sorry. In terms of the general approach, as Ben said this is quite the departure from how all file system code works in Miri so far -- which is via a a portable implementation on top of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I still have some comments/questions.
2c82694
to
0d29380
Compare
Looks good, thanks. :) @bors r+ |
☀️ Test successful - checks-actions |
@RalfJung
|
I usually do a sync every weekend but this weekend I had other things to do. I started a sync in rust-lang/rust#128333. |
Requested in #2057.