add a new project

This commit is contained in:
Sylvestre Ledru
2024-01-28 11:39:21 +01:00
parent 84464c84da
commit f8f973f308
+11 -16
View File
@@ -158,23 +158,18 @@
</ul>
</li>
</ul>
<h2 id="better-gnu-test-reports">Better GNU test reports</h2>
<p>Better integration with the GNU tests, because they usually test many
cases in one sh file and I would like to have more detailed feedback on
how many tests inside a file are passing.
<h2 id="better-gnu-test-reports">Code Optimization and Refactoring for procps, util-linux, and bsdutils</h2>
<p>Optimizing and refactoring the Rust-based versions of procps, util-linux, and bsdutils to reduce code duplication.
</p>
<ul>
<li>Difficulty: TBD</li>
<li>Size: TBD</li>
<li>Mentors: TBD</li>
<li>
Required skills:
<ul>
<li>Rust</li>
<li>Bash</li>
<li>(preferably) CI/CD</li>
</ul>
</li>
<ul>
<li><strong>Title:</strong> Code Optimization and Refactoring for procps, util-linux, and bsdutils in Rust</li>
<li><strong>Description:</strong> This project involves optimizing and refactoring the Rust-based versions of procps, util-linux, and bsdutils. The focus will be on eliminating duplicated code across these utilities, particularly in areas like uudoc, the test framework, and support for single/multicall binaries.</li>
<li><strong>Expected outputs:</strong> A streamlined codebase with reduced duplication, improved maintainability for procps, util-linux, and bsdutils.</li>
<li><strong>Skills required/preferred:</strong> Proficiency in Rust programming, understanding of Linux utilities, experience with code optimization and refactoring.</li>
<li><strong>Possible mentors:</strong> Sylvestre</li>
<li><strong>Size:</strong> 175 hours</li>
<li><strong>Difficulty:</strong> Medium</li>
</ul>
</ul>
<h2 id="a-multicall-binary-and-core-library-for-findutils">A multicall
binary and core library for <code>findutils</code>