Miri does not support file system access #923
Labels
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
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.
The text was updated successfully, but these errors were encountered: