std: sys: fs: uefi: Implement rmdir and unlink#149064
Conversation
Ayush1325
commented
Nov 18, 2025
- Implement remove_dir and remove_file.
- Tested on qemu ovmf.
|
@rustbot label +O-UEFI |
c250f18 to
53e3893
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
- Implement remove_dir and remove_file. - Tested on qemu ovmf. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
53e3893 to
5b0fded
Compare
I have updated the error messages. |
|
@bors r+ |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 791c041 (parent) -> 0ad2cd3 (this PR) Test differencesShow 3 test diffs3 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 0ad2cd3f1357da47c3eb4acc8224a8f10dd87d0f --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (0ad2cd3): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary 5.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.5%, secondary 7.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 473.18s -> 471.605s (-0.33%) |
std: sys: fs: uefi: Implement rmdir and unlink - Implement remove_dir and remove_file. - Tested on qemu ovmf.