Re: Compile error for transitive dependencies

2016-12-29 Thread Alan Bateman
On 29/12/2016 09:44, Nicolai Parlog wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi! If module A requires B and B requires C, A can not be compiled without C on the module path. error: module not found: C 1 error This is a little irritating but maybe it was done o

Compile error for transitive dependencies

2016-12-29 Thread Nicolai Parlog
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi! If module A requires B and B requires C, A can not be compiled without C on the module path. error: module not found: C 1 error This is a little irritating but maybe it was done on purpose to ensure fidelity across all phases.