annexi-strayline / AURA

The AURA Reference Implementation
BSD 3-Clause "New" or "Revised" License
22 stars 0 forks source link

Root (non-AURA) units can sometimes mistakenly not be selected for recompilation. #29

Open Richard-Wai opened 8 months ago

Richard-Wai commented 8 months ago

AURA sometime fails to correctly identify root units as needing compilation if a compilation of such a unit failed and the source was not changed before the next run, and a previous successful compilation happened at some time prior.

This might be an issue that affects even non-AURA units, but this is not yet clear (pending investigation)