fwcd / curry-language-server

IDE support for the functional logic language Curry
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Migrate logging from `hslogger` to `co-log-core` #51

Closed fwcd closed 1 year ago

fwcd commented 1 year ago

Upstream migrated in https://github.com/haskell/lsp/commit/6ab6f398ec2d5a73653e4d1da11cbdad3c260db3, so to keep logging as uniform as possible, this PR migrates away from hslogger as well. Additionally, it refactors towards a constraint-based monadic style with MonadIO and MonadLsp.