forked from theseus-os/Theseus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
theseus_path_std
in favor of the new theseus_std::path
mod…
…ule (theseus-os#512) The old `theseus_path_std` was a hacky approach to provide `std::path`-like `Path` and `PathBuf` types. It was hacky because we bypassed using `OsString`/`OsStr` and also didn't support any useful filesystem operations like `Path::open()`. The new `theseus_std` does provide those missing filesystem functions as well as `OsString` and `OsStr`, so we migrate to using those instead. The primary crate affected is `ports/backtrace` (`backtrace-rs`).
- Loading branch information
1 parent
7bd703c
commit 44978b4
Showing
8 changed files
with
78 additions
and
3,202 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule backtrace
updated
5 files
+1 −1 | Cargo.toml | |
+1 −1 | src/capture.rs | |
+1 −1 | src/symbolize/mod.rs | |
+1 −1 | src/symbolize/theseus.rs | |
+1 −1 | src/types.rs |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.