Commits

Bhargav committed 34c838241be
Throw error when duplicate modules are detected If root package has modules A & B and it depends on Package Foo which has modules B & C, we have duplicate module B. Current implementation will silently ignore root package's B and keeep Foo package's B, which is wrong. This patch will throw an error in that case