-
Notifications
You must be signed in to change notification settings - Fork 5
feat(filesystem):add async vfs path #545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+123
−1,518
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
192745d
add async vfs path
Koichi98 86da4ad
Merge branch 'main' into feat/async_vfs_path
Koichi98 aa09abf
fix for unpin
Koichi98 94cc80b
delete WalkDirIterator related
Koichi98 88808e0
Merge branch 'fix/Vfserror_for_nostd' into feat/async_vfs_path
Koichi98 4607f36
rename Error to IOError in AsyncFIlesystem
Koichi98 1b5069f
fix clippy
Koichi98 650839a
merge with main
Koichi98 5eaa1f7
fix comment
Koichi98 fb37660
minor fix
Koichi98 b43d719
delete Fatfs related from path.rs
Koichi98 f6e6f5d
add trait bound for IoError
Koichi98 79b6c8c
add VfsIoError
Koichi98 8c7a1cc
fix for deleting generic type E from VfsError
Koichi98 c32ae75
fix
Koichi98 b87be67
fix
Koichi98 d74f4ee
Merge branch 'fix/introduce_vfsioerror' into feat/async_vfs_path
Koichi98 edea2a8
fix comment
Koichi98 a408137
delete unnecessary changes
Koichi98 a3b8250
Merge branch 'main' into feat/async_vfs_path
Koichi98 dd2457b
fix
Koichi98 477f0ee
Merge branch 'feat/async_vfs_path' of github.com:tier4/awkernel into …
Koichi98 437408e
cargo fmt
Koichi98 480c7e3
fix clippy
Koichi98 1e00847
delete empty line
Koichi98 2baf176
add Debug
Koichi98 0f91fb6
fix simple_async_copy
Koichi98 1344a66
fix copy_dir&move_dir
Koichi98 d8d2448
fix unnecessary changes
Koichi98 2563284
fix unnecessary
Koichi98 516461f
fix
Koichi98 031b384
fix read_to_string
Koichi98 13f459d
Update awkernel_async_lib/src/file/path.rs
Koichi98 20a69f8
cargo fmt
Koichi98 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| pub mod filesystem; | ||
| pub mod path; |
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.