Rewrite algorithm to build the module chain according to module's position hints.

Closed Simon Morlat requested to merge fix/module-chain-building into master

The previous algorithm was attempting to make a deterministic sort, which is not applicable here because there is no notion of strict ordering. The new algorithm works in a way similar to a search of dependency.

Merge request reports