HaxeFoundation / HaxeFoundation/haxe
Output dump files on unsuccessful builds
Open
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.