-
Notifications
You must be signed in to change notification settings - Fork 391
Closed
Labels
A-shimsArea: This affects the external function shimsArea: This affects the external function shimsC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancement
Description
This issue tracks Miri not supporting all sorts of file system access APIs, from working directories to directory listing to actual read/writes. Such access should be possible when -Zmiri-disable-isolation
is set. But it will be quite some work to implement dozens of shims for our 3 supported platforms.
If you are running into this, I suggest trying to carve out a part of your library does can run on "pure data", without accessing the file system. That part you should then be able to test in Miri.
Metadata
Metadata
Assignees
Labels
A-shimsArea: This affects the external function shimsArea: This affects the external function shimsC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancement