[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 2 commits: users-guide: Fix stylistic issues in 9.12 release notes
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Mon Jun 10 11:05:06 UTC 2024
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
438906c8 by Ben Gamari at 2024-06-10T07:04:57-04:00
users-guide: Fix stylistic issues in 9.12 release notes
- - - - -
c8b1473e by Hugo Peters at 2024-06-10T07:04:58-04:00
fix typo in the simplifier debug output:
baling -> bailing
- - - - -
2 changed files:
- compiler/GHC/Core/Opt/Simplify.hs
- docs/users_guide/9.12.1-notes.rst
Changes:
=====================================
compiler/GHC/Core/Opt/Simplify.hs
=====================================
@@ -199,7 +199,7 @@ simplifyPgm logger unit_env name_ppr_ctx opts
-- Subtract 1 from iteration_no to get the
-- number of iterations we actually completed
- return ( "Simplifier baled out", iteration_no - 1
+ return ( "Simplifier bailed out", iteration_no - 1
, totalise counts_so_far
, guts_no_binds { mg_binds = binds, mg_rules = local_rules } )
=====================================
docs/users_guide/9.12.1-notes.rst
=====================================
@@ -31,10 +31,10 @@ Language
This means that code using :extension:`UnliftedDatatypes` or
:extension:`UnliftedNewtypes` can now use :extension:`OverloadedRecordDot`.
-- Unboxed Float#/Double# literals now support the HexFloatLiterals extension
+- Unboxed ``Float#``/``Double#`` literals now support the HexFloatLiterals extension
(`#22155 <https://gitlab.haskell.org/ghc/ghc/-/issues/22155>`_).
-- UnliftedFFITypes: GHC will now accept ffi types like: ``(# #) -> T`` where ``(# #)``
+- :extension:`UnliftedFFITypes`: GHC will now accept FFI types like: ``(# #) -> T`` where ``(# #)``
is used as the one and only function argument.
Compiler
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ac41d11121f447dd7e6c7fbe3ec31760f1bcb2f8...c8b1473e3cec68b1d3922e9325cc45c98adb12cd
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/ac41d11121f447dd7e6c7fbe3ec31760f1bcb2f8...c8b1473e3cec68b1d3922e9325cc45c98adb12cd
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/20240610/fefe573e/attachment-0001.html>
More information about the ghc-commits
mailing list