-
Notifications
You must be signed in to change notification settings - Fork 711
Stop logging to file when build inplace #9607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@ulysses4ever @Mikolaj, as the previous reviewers, could you swiftly review this fix that undoes my mistake? |
83d10da
to
d497782
Compare
Thank you both. As I was debugging a tree on master I was very confused by not seeing the output of |
@Mikolaj @Kleidukos I suggest we skip the merge delay. I fear developer workflows may break because of my mistake in the meantime. |
Happens to all of us. You don't make mistakes only if you don't do anything at all! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the prompt fix and the transparency. Let's skip the merge delay.
@mergify rebase |
✅ Nothing to do for rebase action |
Let me keep restarting CI until we hit the not-yet-affected macos containers. |
Nope, this does not converge, the failing CI job, on with randomly bad container, cancels all others too early. Let's fix CI first, as discussed in the Matrix channel. |
@mergify rebase |
d497782
to
f839985
Compare
✅ Branch has been successfully rebased |
In f70fc98, while refactoring buildInplaceUnpackedPackage and buildAndInstallUnpackedPackage, we started logging into a file on both cases, instead of logging to a file only for buildAndInstallUnpackedPackage. When building a package inplace, it is much more useful to be able to see the GHC invocation directly outside of a log file. This is especially relevant for Cabal developers working inplace. Fixes haskell#9606
f839985
to
83aaa63
Compare
In f70fc98, while refactoring buildInplaceUnpackedPackage and buildAndInstallUnpackedPackage, we started logging into a file on both cases, instead of logging to a file only for buildAndInstallUnpackedPackage.
When building a package inplace, it is much more useful to be able to see the GHC invocation directly outside of a log file.
This is especially relevant for Cabal developers working inplace.
Fixes #9606