mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Previously, the generation number was only increased for successful evolutions. This led to a confusing state in /run/net where multiple <N>-ABANDONED-<date> directories could exist, with the same value of N. Move to a scheme where the generation increments every time we evolve, even if the evolution fails. If multiple consecutive evolutions fail, we can now unabiguously determine the order in which they were executed.