[Git][ghc/ghc][wip/interpolated-strings] 9 commits: Fix #25609

Brandon Chinn (@brandonchinn178) gitlab at gitlab.haskell.org
Mon Dec 30 19:49:44 UTC 2024



Brandon Chinn pushed to branch wip/interpolated-strings at Glasgow Haskell Compiler / GHC


Commits:
2925b014 by Brandon Chinn at 2024-12-30T11:48:36-08:00
Fix #25609

- - - - -
597f862d by Brandon Chinn at 2024-12-30T11:48:37-08:00
Allow decrease in metrics

Metric Decrease:
    MultiLayerModulesRecomp
    parsing001

- - - - -
4d6c1270 by Brandon Chinn at 2024-12-30T11:49:21-08:00
Merge branch 'wip/T25609' into HEAD

- - - - -
9f7b9d95 by Brandon Chinn at 2024-12-30T11:49:22-08:00
Fix rendering multiline string without SourceText

- - - - -
f36c5393 by Brandon Chinn at 2024-12-30T11:49:22-08:00
Unify ITstring + ITstringMulti

- - - - -
c5a2d2e6 by Brandon Chinn at 2024-12-30T11:49:22-08:00
Unify HsString + HsMultilineString

- - - - -
1d290602 by Brandon Chinn at 2024-12-30T11:49:22-08:00
Move multiline string processing functions to top-level

- - - - -
3ad643d2 by Brandon Chinn at 2024-12-30T11:49:22-08:00
Always use processCharsSingle to get StringLexError

- - - - -
08cc1f71 by Brandon Chinn at 2024-12-30T11:49:35-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/947869c23b8f11b94192f03c7119115d6b053dae...08cc1f71d1fbd9696005eadaf4754f01f06dad84

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/947869c23b8f11b94192f03c7119115d6b053dae...08cc1f71d1fbd9696005eadaf4754f01f06dad84
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/00dc826b/attachment.html>


More information about the ghc-commits mailing list