[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 4 commits: Deprecation for WarnCompatUnqualifiedImports

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Sat Oct 5 17:09:06 UTC 2024



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


Commits:
68e2da5a by Rodrigo Mesquita at 2024-10-05T10:36:15-04:00
Deprecation for WarnCompatUnqualifiedImports

Fixes #25330

- - - - -
4327f0e8 by Andrew Lelechenko at 2024-10-05T10:36:52-04:00
Restrict Data.List.NonEmpty.unzip to NonEmpty (a, b) -> (NonEmpty a, NonEmpty b)

Implementing the final phase of CLC proposal https://github.com/haskell/core-libraries-committee/issues/86

- - - - -
8fda6b89 by Daniel Díaz at 2024-10-05T13:08:54-04:00
Clarify the meaning of "exactly once" in LinearTypes

Solves documentaion issue #25084.

- - - - -
766a6a57 by Teo Camarasu at 2024-10-05T13:08:55-04:00
Add changelog entries for !12479

- - - - -


30 changed files:

- compiler/GHC/Driver/Flags.hs
- compiler/GHC/Driver/Session.hs
- docs/users_guide/exts/linear_types.rst
- docs/users_guide/using-warnings.rst
- libraries/base/changelog.md
- libraries/base/src/Data/List/NonEmpty.hs
- libraries/base/tests/T9586.hs
- libraries/base/tests/list001.hs
- libraries/template-haskell/changelog.md
- testsuite/tests/ghci/scripts/T14828.script
- testsuite/tests/ghci/scripts/ghci024.stdout
- testsuite/tests/ghci/scripts/ghci024.stdout-mingw32
- testsuite/tests/ghci/scripts/ghci036.script
- testsuite/tests/interface-stability/base-exports.stdout
- testsuite/tests/interface-stability/base-exports.stdout-javascript-unknown-ghcjs
- testsuite/tests/interface-stability/base-exports.stdout-mingw32
- testsuite/tests/interface-stability/base-exports.stdout-ws-32
- testsuite/tests/module/Mod137_A.hs
- testsuite/tests/module/Mod138_A.hs
- testsuite/tests/module/Mod141_A.hs
- testsuite/tests/module/mod154.hs
- testsuite/tests/overloadedlists/should_run/overloadedlistsrun05.hs
- testsuite/tests/perf/compiler/T16875.hs
- testsuite/tests/perf/compiler/T16875.stderr
- testsuite/tests/rename/prog001/rn037.hs
- testsuite/tests/rename/should_compile/T17244A.hs
- + testsuite/tests/rename/should_compile/T17244A.stderr
- testsuite/tests/rename/should_compile/T17244B.hs
- testsuite/tests/rename/should_compile/T17244B.stderr
- testsuite/tests/rename/should_compile/T17244C.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/d369ced51dc60c01bd4cce3881f37c138a10e73a...766a6a57fd9e52bb6918cf5f60bd6123ac760b83

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/d369ced51dc60c01bd4cce3881f37c138a10e73a...766a6a57fd9e52bb6918cf5f60bd6123ac760b83
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/20241005/9caf5332/attachment.html>


More information about the ghc-commits mailing list