Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-lsp
From: Masatake Daimon
Date: 2024-05-04 09:04:16
Message id: 20240504070416.35A2AFA2C@cvs.NetBSD.org
Log Message:
devel/hs-lsp: Update to 2.5.0.0
2.5.0.0
The server will now reject messages sent after shutdown has been received.
There is a shutdownBarrier member in the server state which can be used to \
conveniently run actions when shutdown is triggered.
2.4.0.0
Server-created progress now will not send reports until and unless the \
client confirms the progress token creation.
Progress helper functions now can take a progress token provided by the \
client, so client-initiated progress can now be supported properly.
The server options now allow the user to say whether the server should \
advertise support for client-initiated progress or not.
The server now dynamically registers for workspace/didChangeConfiguration \
notifications, to ensure that newer clients continue to send them.
Removed getCompletionPrefix from the VFS module. This is specific to \
completing Haskell identifiers and doesn't belong here. It has already been \
moved to ghcide some time ago.
2.3.0.0
Fix inference of server capabilities for newer methods (except notebook methods).
VFS no longer requires IO to initialize, functions that wrote to a temporary \
directory now take the directory as an argument.
Files: