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,344
    • Issues 5,344
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 566
    • Merge requests 566
  • 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
  • Repository
Switch branch/tag
  • ghc
  • testsuite
  • tests
  • warnings
  • should_compile
  • src
  • src.hs
Find file BlameHistoryPermalink
  • Matthew Pickering's avatar
    Augment target filepath by working directory when checking if module satisfies target · 7bfb30f9
    Matthew Pickering authored Dec 26, 2022 and Marge Bot's avatar Marge Bot committed Jan 24, 2023
    This fixes a spurious warning in -Wmissing-home-modules.
    
    This is a simple oversight where when looking for the target in the
    first place we augment the search by the -working-directory flag but
    then fail to do so when checking this warning.
    
    Fixes #22676
    7bfb30f9