Unclear migration with respect to removal of `Language.LSP.Server.setupLogger`
Open
- Dominant language
- Haskell
- Stars
- 423
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
We were using this action in `dhall-lsp-server`
```
-- | The main entry point for the LSP server.
run :: Maybe FilePath -> IO ()
run mlog = do
setupLogger mlog
...
```
What's the correct response to the removal? The changelog doesn't mention this.
Contributor guide
Research direction
Start with the dhall-lsp-server run entry point shown in the issue and compare its setupLogger call with the lsp changelog and the current Language.LSP.Server API. Confirm the intended migration, then document the replacement or required response and add the missing changelog guidance; done means users can migrate without guessing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100