Hi, I am hanbings. and provided most of the code submissions during GSoC in the table below.
uutils/findutils: A safer and more performant implementation of the GNU suiteβs xargs, find, locate and updatedb tools in rust.
Currently, findutils implements many common commands in Linux and provides a better user experience in addition to compatibility. However, the current pass number in the GNU test is still relatively low, and there are many features that have not yet been implemented. By implementing them and writing test code, compatibility with the original GNU suite will be improved, and using the Rust language will result in high maintainability and high performance.
The main work in this GSoC proposal is as follows:
In addition, I have a work document showing the progress of the past two months. Click here
Implementing the find
feature.
Other
find: Fix -newerXY test code for Windows platform
find: Fix convert_arg_to_comparable_value() function parsing unexpected characters.
Provide GNU test comparison comments for PRs in Github Actions.
To be honest, the goal of this GSoC is not completely complete. We still have a lot of integration testing (mainly reflected in test coverage) work to be completed. In the near future, I will continue to complete this work.
I would like to express my heartfelt gratitude to my mentors for their invaluable guidance and support. : )