Magnus pushed to branch wip/mangoiv/process-bump at Glasgow Haskell Compiler / GHC Commits: 842285f5 by mangoiv at 2026-05-25T14:12:52+02:00 libraries/process: bump submodule to v1.6.29.0 This submodule bump resolves a segfault on macos 15. Fixes #27144 - - - - - 31576d9b by mangoiv at 2026-05-25T14:12:52+02:00 libraries/unix: in submodule, don't pick branch 2.7 The 2.7 branch is outdated and the module has been advanced far beyond it anyway, so remove that line. - - - - - 3 changed files: - .gitmodules - + changelog.d/bump-process - libraries/process Changes: ===================================== .gitmodules ===================================== @@ -82,7 +82,6 @@ path = libraries/unix url = https://gitlab.haskell.org/ghc/packages/unix.git ignore = untracked - branch = 2.7 [submodule "libraries/semaphore-compat"] path = libraries/semaphore-compat url = https://gitlab.haskell.org/ghc/semaphore-compat.git ===================================== changelog.d/bump-process ===================================== @@ -0,0 +1,8 @@ +section: libraries +issues: #27144 +mrs: !16096 +synopsis: + bump submodule to v1.6.29.0 +description: + This submodule bump resolves a segfault on macos 15 with + certain command line SDK versions. ===================================== libraries/process ===================================== @@ -1 +1 @@ -Subproject commit 72e5b7c75a17f543262674259b2ebf4a3bda390c +Subproject commit 92deb52c1781bf10ad390296dbc435abe103bfe4 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/4d9ea2cd2ed566318d03d84b15755ec... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/4d9ea2cd2ed566318d03d84b15755ec... You're receiving this email because of your account on gitlab.haskell.org.