[Git][ghc/ghc][wip/T24261] 2 commits: Revert "Linear let and where bindings"

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Tue Dec 19 21:22:55 UTC 2023



Ben Gamari pushed to branch wip/T24261 at Glasgow Haskell Compiler / GHC


Commits:
8fe2d349 by Ben Gamari at 2023-12-19T16:22:42-05:00
Revert "Linear let and where bindings"

This reverts commit 8e0446dfd79099403d005e04f63ea49496b1cab3.

Due to the failures of `jspace1` observed in #24261.

- - - - -
19e311ff by Vladislav Zavialov at 2023-12-19T16:22:42-05:00
EPA: Move tokens into GhcPs extension fields (#23447)

Summary of changes

* Remove Language.Haskell.Syntax.Concrete
* Move all tokens into GhcPs extension fields (LHsToken -> EpToken)
* Create new TTG extension fields as needed
* Drop the MultAnn wrapper

Updates the haddock submodule.

Co-authored-by: Alan Zimmerman <alan.zimm at gmail.com>
(cherry picked from commit fe6d97dd202ed9fd84a146dd2cd2cea7fc91e825)

- - - - -


30 changed files:

- compiler/GHC/Core.hs
- compiler/GHC/Driver/Backpack.hs
- compiler/GHC/Driver/Session.hs
- compiler/GHC/Hs.hs
- compiler/GHC/Hs/Binds.hs
- compiler/GHC/Hs/Decls.hs
- compiler/GHC/Hs/Expr.hs
- compiler/GHC/Hs/Extension.hs
- compiler/GHC/Hs/Instances.hs
- compiler/GHC/Hs/Pat.hs
- compiler/GHC/Hs/Syn/Type.hs
- compiler/GHC/Hs/Type.hs
- compiler/GHC/Hs/Utils.hs
- compiler/GHC/HsToCore/Arrows.hs
- compiler/GHC/HsToCore/Binds.hs
- compiler/GHC/HsToCore/Docs.hs
- compiler/GHC/HsToCore/Expr.hs
- compiler/GHC/HsToCore/ListComp.hs
- compiler/GHC/HsToCore/Match.hs
- compiler/GHC/HsToCore/Match.hs-boot
- compiler/GHC/HsToCore/Match/Literal.hs
- compiler/GHC/HsToCore/Pmc/Desugar.hs
- compiler/GHC/HsToCore/Quote.hs
- compiler/GHC/HsToCore/Ticks.hs
- compiler/GHC/HsToCore/Utils.hs
- compiler/GHC/Iface/Ext/Ast.hs
- compiler/GHC/Parser.y
- compiler/GHC/Parser/Annotation.hs
- compiler/GHC/Parser/PostProcess.hs
- compiler/GHC/Parser/PostProcess/Haddock.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/762f0ed32964a7f2c51f67686606557a0e4e59bd...19e311ff3e4f0e461ef72b9d3ef2ec9945a1dfd4

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/762f0ed32964a7f2c51f67686606557a0e4e59bd...19e311ff3e4f0e461ef72b9d3ef2ec9945a1dfd4
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/20231219/a3e98d22/attachment.html>


More information about the ghc-commits mailing list