[Git][ghc/ghc][wip/interpolated-strings] 7 commits: Merge branch 'wip/T25609' into HEAD
Brandon Chinn (@brandonchinn178)
gitlab at gitlab.haskell.org
Mon Dec 30 23:54:31 UTC 2024
Brandon Chinn pushed to branch wip/interpolated-strings at Glasgow Haskell Compiler / GHC
Commits:
dc668936 by Brandon Chinn at 2024-12-30T14:44:50-08:00
Merge branch 'wip/T25609' into HEAD
- - - - -
a1eb1e2e by Brandon Chinn at 2024-12-30T14:44:50-08:00
Fix rendering multiline string without SourceText
- - - - -
f93e0b12 by Brandon Chinn at 2024-12-30T14:44:50-08:00
Unify ITstring + ITstringMulti
- - - - -
54f7a0ee by Brandon Chinn at 2024-12-30T14:44:50-08:00
Unify HsString + HsMultilineString
- - - - -
927e940e by Brandon Chinn at 2024-12-30T14:44:50-08:00
Move multiline string processing functions to top-level
- - - - -
9fb09bee by Brandon Chinn at 2024-12-30T14:44:50-08:00
Always use processCharsSingle to get StringLexError
- - - - -
73f5513c by Brandon Chinn at 2024-12-30T14:45:34-08:00
Implement interpolated strings
- - - - -
30 changed files:
- compiler/GHC/Builtin/Names.hs
- compiler/GHC/Builtin/Names/TH.hs
- compiler/GHC/Builtin/Types.hs
- compiler/GHC/Driver/Flags.hs
- compiler/GHC/Hs/Expr.hs
- compiler/GHC/Hs/Instances.hs
- compiler/GHC/Hs/Lit.hs
- compiler/GHC/Hs/Syn/Type.hs
- compiler/GHC/Hs/Utils.hs
- compiler/GHC/HsToCore/Expr.hs
- compiler/GHC/HsToCore/Match/Literal.hs
- compiler/GHC/HsToCore/Quote.hs
- compiler/GHC/HsToCore/Ticks.hs
- compiler/GHC/Iface/Ext/Ast.hs
- compiler/GHC/Parser.y
- compiler/GHC/Parser/Lexer.x
- compiler/GHC/Parser/Lexer/String.x
- compiler/GHC/Parser/String.hs
- compiler/GHC/Rename/Expr.hs
- compiler/GHC/Rename/Pat.hs
- compiler/GHC/Rename/Splice.hs
- + compiler/GHC/Rename/String.hs
- compiler/GHC/Tc/Gen/Expr.hs
- compiler/GHC/Tc/Gen/HsType.hs
- compiler/GHC/Tc/Types/Origin.hs
- compiler/GHC/Tc/Utils/Instantiate.hs
- compiler/GHC/Tc/Utils/TcMType.hs
- compiler/GHC/Tc/Zonk/Type.hs
- compiler/GHC/ThToHs.hs
- compiler/GHC/Utils/Outputable.hs
The diff was not included because it is too large.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/9e5f29e3545a6d671e557ae7adb01ee0e994d067...73f5513ccb681df29ccaed4ff44b32435a87db12
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/9e5f29e3545a6d671e557ae7adb01ee0e994d067...73f5513ccb681df29ccaed4ff44b32435a87db12
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/20241230/d3bb9129/attachment-0001.html>
More information about the ghc-commits
mailing list