Skip to content

E3-1243: Enforce strict conditions on module existence

Simon Rose requested to merge e3_1243_missing_module_nixes_build into master

Originally we simply warned if FOO_DEP_VERSION did not refer to a real module; this was necessary as some modules had legacy (non-e3) dependencies defined this way. However, this has the unfortunate side-effect that missing modules would "pass" the build, with a failure only happening if some version of the module existed (but not the correct one).

Merge request reports