Stories by sgbeal
As the "final step" in porting the SQLite project's build infrastructure from the GNU Autotools to Steve Bennett's Autosetup, we're left with porting over the TEA (Tcl Extension Architecture, a.k.a. tclconfig) build, i.e. its Tcl extension DLL.<p>Rather than write a bespoke ...
About 3 years ago i wrote a custom preprocessor to assist in processing the SQLite project's JavaScript builds (e.g. filtering the small differences between vanilla JS and ESM modules). Recently, that app was forked, refactored into a library, and is now, AFAIK, the world's only source-agn...