Skip to content
Snippets Groups Projects
Commit 069cd2a6 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Better handle misnamed secondary systems

Distinguish between "syntactic" primariness ("foo" vs "foo/bar" names) and
"semantic" primariness (system foo in foo.asd vs system foo in bar.asd),
and use the right one at all right place: when checking if a system is
up-to-date, what matters is that the old primary system is at the same
place as before, and is up-to-date.

Thinking about it, there is a lingering bug in case a definition-dependency
are up-to-date, but were modified after the definition was read.
What is really needed is a prepare-define-op. Sigh.
parent 5397c994
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment