There's no way to disable fusilli's on-disk compilation cache (~/.cache/fusilli). The FUSILLI_CACHE_DIR env var controls the cache directory but setting it to empty falls through to the $HOME default.
Disabling the cache would be useful for development workflows where stale cached artifacts can cause confusion.
There's no way to disable fusilli's on-disk compilation cache (
~/.cache/fusilli). TheFUSILLI_CACHE_DIRenv var controls the cache directory but setting it to empty falls through to the$HOMEdefault.Disabling the cache would be useful for development workflows where stale cached artifacts can cause confusion.