Zubin pushed to branch ghc-9.14 at Glasgow Haskell Compiler / GHC
Commits:
-
b213fd91
by Ben Gamari at 2025-10-31T17:37:45+05:30
-
5e30da3a
by Ben Gamari at 2025-10-31T17:37:45+05:30
-
50353478
by Zubin Duggal at 2025-10-31T17:47:56+05:30
4 changed files:
- docs/users_guide/9.14.1-notes.rst
- libraries/exceptions
- libraries/os-string
- testsuite/tests/ghc-e/should_fail/T9930fail.stderr
Changes:
| ... | ... | @@ -209,6 +209,9 @@ Runtime system |
| 209 | 209 | flag is not passed, preserving previous behavior.
|
| 210 | 210 | |
| 211 | 211 | |
| 212 | +- Reorganise how certain symbols are linked to avoid a bootstrapping failure
|
|
| 213 | + with the linker shipping newer macOS versions (:ghc-ticket:`26166`)
|
|
| 214 | + |
|
| 212 | 215 | ``base`` library
|
| 213 | 216 | ~~~~~~~~~~~~~~~~
|
| 214 | 217 |
| 1 | -Subproject commit b6c4290124eb1138358bf04ad9f33e67f6c5c1d8 |
|
| 1 | +Subproject commit 81bfd6e0ca631f315658201ae02e30046678f056 |
| 1 | -Subproject commit 2e693aad07540173a0169971b27c9acac28eeff1 |
|
| 1 | +Subproject commit c08666bf7bf528e607fc1eacc20032ec59e69df3 |
| ... | ... | @@ -7,5 +7,6 @@ While handling default output name would overwrite the input file; must specify |
| 7 | 7 | | Usage: For basic information, try the `--help' option.
|
| 8 | 8 | |
| 9 | 9 | HasCallStack backtrace:
|
| 10 | - bracket, called at compiler/GHC/Driver/MakeAction.hs:2955:3 in ghc-9.13-inplace:GHC.Driver.MakeAction
|
|
| 11 | - |
|
| 10 | + throwIO, called at libraries/exceptions/src/Control/Monad/Catch.hs:1:1 in <package-id>:Control.Monad.Catch
|
|
| 11 | + throwM, called at libraries/exceptions/src/Control/Monad/Catch.hs:1:1 in <package-id>:Control.Monad.Catch
|
|
| 12 | + onException, called at compiler/GHC/Driver/MakeAction.hs:1:1 in <package-id>:GHC.Driver.MakeAction |