Followup to patch2405 (msg23967)
4 patches for repository darcs-unstable@darcs.net:/opt/darcs/screened:
patch d7bcc77eeacfefd62640350ce86683393e2dcb8e
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Thu Jun 6 23:35:21 BST 2024
* only aim to be warnings clean on one version of GHC
For now this is GHC 9.8
patch ecd61a5ade780aa203d91cdcb6df4341a7c7b264
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Thu Jun 6 23:36:09 BST 2024
* standardise on -Wno rather than -fno-warn
patch df590091316f0a22d870129db407a36a461bb9a8
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Thu Jun 6 23:40:21 BST 2024
* drop warning suppressions not needed for GHC 9.8
patch eb4f95781d4fb85a00c65f3567e0f9daabce6c09
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Thu Jun 6 23:40:53 BST 2024
* drop CPP in Darcs.Prelude
instead we'll have warnings in older GHCs
small update
4 patches for repository darcs-unstable@darcs.net:/opt/darcs/screened:
patch d7bcc77eeacfefd62640350ce86683393e2dcb8e
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Thu Jun 6 23:35:21 BST 2024
* only aim to be warnings clean on one version of GHC
For now this is GHC 9.8
patch ecd61a5ade780aa203d91cdcb6df4341a7c7b264
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Thu Jun 6 23:36:09 BST 2024
* standardise on -Wno rather than -fno-warn
patch eb4f95781d4fb85a00c65f3567e0f9daabce6c09
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Thu Jun 6 23:40:53 BST 2024
* drop CPP in Darcs.Prelude
instead we'll have warnings in older GHCs
patch 942196a98bdfeb3c4b025021d43234e5ad4fd033
Author: Ganesh Sittampalam <ganesh@earth.li>
Date: Fri Jun 7 10:24:46 BST 2024
* drop warning suppressions not needed for GHC 9.8
All fine and agreed in principle as discussed elsewhere. Except one
minor nitpick:
* standardise on -Wno rather than -fno-warn
Would it be possible to do this with replace patches?
> Would it be possible to do this with replace patches?
Perhaps, but it didn't occur to me unfortunately, and isn't it a bit
late now I've screened it? Even if I rolled it back and redid with
replaces, any conflicts would still occur.