Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • H haddock
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Glasgow Haskell CompilerGlasgow Haskell Compiler
  • haddock
  • Merge requests
  • !38

Make --no-tmp-comp-dir the default

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Finley McIlwaine requested to merge finley/no-tmp-comp-dir-by-default into ghc-head Aug 15, 2023
  • Overview 6
  • Commits 4
  • Pipelines 0
  • Changes 8

Since Haddock uses GHC's no-code backend, using a temp directory for compilation results doesn't make sense anymore. Especially since it prevents reading of existing interface files and always triggers recompilation. This MR makes --no-tmp-comp-dir the default behavior and introduces a --tmp-comp-dir flag that reverts to the old default, just in case anyone needs it for some reason.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: finley/no-tmp-comp-dir-by-default