White space in CI
Simon Peyton Jones
simon.peytonjones at gmail.com
Tue Feb 1 15:38:33 UTC 2022
Devs
As you'll see from this pipeline record
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7105/pipelines
CI consistently fails once a single commit has trailing whitespace, even if
it is fixed in a subsequent commit
- dce2054d
<https://gitlab.haskell.org/ghc/ghc/-/commit/dce2054d44ea60bdde6409050284fbbcc227457a>
introduced trailing whitespace
- 6411223c
<https://gitlab.haskell.org/ghc/ghc/-/commit/6411223cd3977c92d01b09b55a455d8d86adde1d>
removed it again.
- but all subsequent pipelines fail
This came as a big surprise. It doesn't make sense to lint each individual
commit. Let's just lint the final version! (I will squash them in due
course, but I didn't want to lose my work-in-progress history.)
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20220201/2f370dc8/attachment.html>
More information about the ghc-devs
mailing list