-
Couldn't load subscription status.
- Fork 279
Description
Now that lighttpd has an amalgamated transpilation into a single C compilation unit and Rust module (immunant/lighttpd-rust#2, immunant/lighttpd-rust#3) in order to fix the cross-module linking problems, we should set up a test here running on the full lighttpd code1. Once #806 is finished, we'll able to run on this complete, amalgamated lighttpd without crashing and see how much of the codebase we're able to lift.
Footnotes
-
pulled from the
lighttpd-rustrepo, as this will now to the wholelighttpdcodebase, as opposed to the current human-craftedlighttpd-minimal. With Makec2rust-analyzeerror resilient #806 finished, we can track progress through amount of lifting rather than crashing or not, and so we won't have to selectively enable parts of the code as features and fixes get added, like we currently do inlighttpd-minimal. ↩