Skip to content
Commit 39c4cd17 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

Fix disaster while making cross junction tracking optional.

This disaster was introduced in fece8cc8

When doing `bst build --track`, we were:

  o first scheduling every element to be tracked

  o later filtering out the cross junction elements

  o finally asserting consistency state, which would trigger
    an error because we previously scheduled for tracking.

Fixed this by moving all code which resolves elements to track
into Pipeline.initialize(), and removing special element list handling
from the individual build/fetch/track commands.
parent 4aa482ae
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment