Skip to content

lisa: Ensure DirCache always has fmt_version set

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_pr0000061 into main

FIX

Ensure each DirCache manages its own format versioning rather than relying on lisa.version.VERSION_TOKEN, as the latter is unreliable in the case of lisa being installed in non-editable mode from a non-officially released version (e.g. installing the "main" version of the day).

It works correctly when lisa has been installed in editable mode from a git tree, but is otherwise equivalent to the hardcoded lisa.version.version, which is only updated when doing an external release.

Merge request reports

Loading