Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • GHC GHC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 5,357
    • Issues 5,357
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 565
    • Merge requests 565
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Glasgow Haskell CompilerGlasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #19822
Closed
Open
Issue created May 10, 2021 by Ben Gamari@bgamari🐢Maintainer

Data.Text.Show.singleton fails to CPR in GHC 9.0.1

It appears that Data.Text.Show.singleton_ fails to be recognized as possessing the CPR property in GHC 9.0. Consequently, in 9.0.1 its worker has type:

$wsingleton_ :: Char# -> Text

whereas in 8.10.4 it had type:

$wsingleton_ :: Char# -> (# GHC.Prim.ByteArray#, GHC.Prim.Int#, GHC.Prim.Int# #)

This causes the strict all_dropWhileEnd_singleton inspection-testing test of Bodigrim's branch to fail.

Edited May 10, 2021 by Ben Gamari
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking