forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Broke this out of #11 since I think it's a separate issue from reading the files themselves, but we need to figure out some way to handle the weirdness of using paths like smdc:/
, romfs:/
.
Edit: I think we might also need to reconsider the path scheme (or add OS-specific helpers), since I have noticed some weird behavior with .parent()
and .pop()
.... and the romfs:/
seems a bit nonstandard for unix-like OSes.
Edit: seems like RedoxOS already uses a similar scheme (and has some support in sys::path
), so maybe we can piggyback off of that: https://doc.redox-os.org/book/ch04-06-schemes.html
Originally posted by @ian-h-chamberlain in #11 (comment)
Metadata
Metadata
Assignees
Labels
No labels