Currently -D dump-dependencies only outputs the dependencies list if compilation is successful. I assume this is by design, so it doesn't override the existing valid dump with an incomplete list. I think it would be very helpful to have a way to output a dump even on failed builds, it's particularly helpful if I'm trying to remove all references to a module that is causing compilation to fail.
Currently
-D dump-dependenciesonly outputs the dependencies list if compilation is successful. I assume this is by design, so it doesn't override the existing valid dump with an incomplete list. I think it would be very helpful to have a way to output a dump even on failed builds, it's particularly helpful if I'm trying to remove all references to a module that is causing compilation to fail.