You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
This is hella inefficient. Particularly given that package sources aren't really going to change.
So I reckon we should generate a build.ninja.fragment for each package, and stitch them together on warm ditto make runs. That fragment should be invalidated/regenerated when the package sources are touched.
The text was updated successfully, but these errors were encountered:
Atm we parse every source file on every
ditto make
in order to generate thebuild.ninja
.ditto/crates/ditto-make/src/build_ninja.rs
Lines 198 to 202 in a1d9631
This is hella inefficient. Particularly given that package sources aren't really going to change.
So I reckon we should generate a
build.ninja.fragment
for each package, and stitch them together on warmditto make
runs. That fragment should be invalidated/regenerated when the package sources are touched.The text was updated successfully, but these errors were encountered: