[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 4 commits: testsuite: Implement `isInTreeCompiler` in a more robust way

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Sun Jan 21 13:59:00 UTC 2024



Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC


Commits:
09875f48 by Matthew Pickering at 2024-01-20T12:20:44-05:00
testsuite: Implement `isInTreeCompiler` in a more robust way

Just a small refactoring to avoid redundantly specifying the same
strings in two different places.

- - - - -
0d12b987 by Jade at 2024-01-20T12:21:20-05:00
Change maintainer email from cvs-ghc at haskell.org to ghc-devs at haskell.org. Fixes #22142

- - - - -
4b50fe0a by Jade at 2024-01-21T08:58:56-05:00
Enhance Documentation of functions exported by Data.Function

This patch aims to improve the documentation of functions exported
in Data.Function

Tracking: #17929
Fixes: #10065

- - - - -
4e967591 by Jade at 2024-01-21T08:58:57-05:00
Improve documentation of hGetLine.

- Add explanation for whether a newline is returned
- Add examples

Fixes #14804

- - - - -


30 changed files:

- hadrian/src/Oracles/TestSettings.hs
- hadrian/src/Rules/Test.hs
- libraries/base/src/Data/Enum.hs
- libraries/base/src/Data/Function.hs
- libraries/base/src/GHC/Arr.hs
- libraries/base/src/GHC/ArrayArray.hs
- libraries/base/src/GHC/Base.hs
- libraries/base/src/GHC/ByteOrder.hs
- libraries/base/src/GHC/Conc.hs
- libraries/base/src/GHC/Conc/IO.hs
- libraries/base/src/GHC/Conc/POSIX.hs
- libraries/base/src/GHC/Conc/POSIX/Const.hsc
- libraries/base/src/GHC/Conc/Sync.hs
- libraries/base/src/GHC/Conc/Sync.hs-boot
- libraries/base/src/GHC/Conc/WinIO.hs
- libraries/base/src/GHC/Conc/Windows.hs
- libraries/base/src/GHC/ConsoleHandler.hsc
- libraries/base/src/GHC/Desugar.hs
- libraries/base/src/GHC/Encoding/UTF8.hs
- libraries/base/src/GHC/Enum.hs
- libraries/base/src/GHC/Err.hs
- libraries/base/src/GHC/Event/Windows/ConsoleEvent.hsc
- libraries/base/src/GHC/Exception.hs
- libraries/base/src/GHC/Exception/Type.hs
- libraries/base/src/GHC/ExecutionStack.hs
- libraries/base/src/GHC/ExecutionStack/Internal.hsc
- libraries/base/src/GHC/Exts.hs
- libraries/base/src/GHC/Fingerprint/Type.hs
- libraries/base/src/GHC/Float.hs
- libraries/base/src/GHC/Float/ConversionUtils.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f82f71f58789b2d6b71852dcacdf7234607d949f...4e9675917306f9ff28f3b127639ff5ee9920d118

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f82f71f58789b2d6b71852dcacdf7234607d949f...4e9675917306f9ff28f3b127639ff5ee9920d118
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240121/38cfa670/attachment.html>


More information about the ghc-commits mailing list