Closed masak closed 3 years ago
Actually, we have only two such update scripts: the fastfuncs, and the globals. Why does it feel like more than that?
Ah, probably because we used to generate an SVG, and update the README file with numbers, but we don't anymore.
Closing this one, for now. We don't have the fastfuncs update script either anymore.
We have a number of tools these days that update some aspects of the repository; and there are dependencies between these things, too.
It would just be very nice to have a single tool that you could run with "Makefile semantics" (without it being an actual Makefile), that updated what needed to update, without runnning things unnecessarily. So, basically checking checksums and running updates (in an appropriate topological-sort order) so that by the successful completion of this script, everything is up-to-date.
Bonus points for re-using as many of our existing update scripts as possible.