solidity/libsolidity/lsp
Jun Zhang 2cf23e15d8 Bump fmtlib to 9.1.0
In our downstream project, we have two dependencies: solidity and spdlog.
Both of them depend on fmtlib. Unfortunately, the versions of fmtlib they
use do not match, which leads to compilation failure.

The issue arises because spdlog attempts to use solidity's fmtlib, but the
specific version (v8.0.1) has a bug. Ref: https://github.com/gabime/spdlog/issues/2142

While we could keep this change in our own fork, we believe it would
be worthwhile to contribute it back to the upstream since spdlog is a
very popular logging library.

Signed-off-by: Jun Zhang <jun@junz.org>
2023-08-28 13:58:56 +08:00
..
DocumentHoverHandler.cpp Purge using namespace from libsolidity/lsp and parsing 2023-08-16 17:07:52 +02:00
DocumentHoverHandler.h [Language Server]: Add basic document hover support. 2022-10-26 13:53:29 +02:00
FileRepository.cpp Purge using namespace from libsolidity/lsp and parsing 2023-08-16 17:07:52 +02:00
FileRepository.h lsp: Adds support for include paths and have {projectUri}/node_modules added by default. 2022-07-12 15:25:33 +02:00
GotoDefinition.cpp Purge using namespace from libsolidity/lsp and parsing 2023-08-16 17:07:52 +02:00
GotoDefinition.h LSP: Implements goto-definition. 2022-03-14 11:59:41 +01:00
HandlerBase.cpp Purge using namespace from libsolidity/lsp and parsing 2023-08-16 17:07:52 +02:00
HandlerBase.h LSP rename 2022-07-08 11:52:45 +02:00
LanguageServer.cpp Remove the ability to produce an AST in presence of errors in --error-recovery mode 2023-08-21 17:50:41 +02:00
LanguageServer.h [Language Server]: Add basic document hover support. 2022-10-26 13:53:29 +02:00
RenameSymbol.cpp Purge using namespace from libsolidity/lsp and parsing 2023-08-16 17:07:52 +02:00
RenameSymbol.h LSP rename 2022-07-08 11:52:45 +02:00
SemanticTokensBuilder.cpp Bump fmtlib to 9.1.0 2023-08-28 13:58:56 +08:00
SemanticTokensBuilder.h LSP: Implement semantic tokens 2022-05-18 14:54:16 +02:00
Transport.cpp Purge using namespace from libsolidity/lsp and parsing 2023-08-16 17:07:52 +02:00
Transport.h Renaming lspAssert to lspRequire plus adding some documentation to make it more clear what this function is supposed to be used for. 2022-09-26 12:14:56 +02:00
Utils.cpp Purge using namespace from libsolidity/lsp and parsing 2023-08-16 17:07:52 +02:00
Utils.h Always allow full filesystem access to LSP. 2022-05-09 11:37:11 +02:00