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,346
    • Issues 5,346
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 567
    • Merge requests 567
  • 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
  • Merge requests
  • !6249

Cleanup some more DriverUnknownMessage diagnostics

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Alfredo Di Napoli requested to merge wip/adinapoli-more-driver-unknown-msgs into master Jul 27, 2021
  • Overview 3
  • Commits 1
  • Pipelines 9
  • Changes 13

See #19905 for context.

This WIP MR does another pass over DriverUnknownMessages left in GHC and tries to port them. In particular, I have spotted a DriverUnknownMessage in parser' code which I think was an oversight, and I have now fixed it.

There are a bunch of DriverUnknownMessages which uses the cannotFindModule function from GHC.Iface.Errors, but I don't want to touch it because there are other tickets being worked on by other people which will change this, and I don't want to step on their toes.

Edited Jul 27, 2021 by Alfredo Di Napoli
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/adinapoli-more-driver-unknown-msgs