[all-commits] [llvm/llvm-project] 3ac5d8: [mlir-lsp] Abstract input and output of the `JSONT...
Nikolay Panchenko via All-commits
all-commits at lists.llvm.org
Fri Mar 14 09:31:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ac5d8da615ee766700652149702911e9abfb565
https://github.com/llvm/llvm-project/commit/3ac5d8da615ee766700652149702911e9abfb565
Author: Nikolay Panchenko <npanchen at modular.com>
Date: 2025-03-14 (Fri, 14 Mar 2025)
Changed paths:
M mlir/include/mlir/Tools/lsp-server-support/Transport.h
M mlir/lib/Tools/lsp-server-support/Transport.cpp
Log Message:
-----------
[mlir-lsp] Abstract input and output of the `JSONTransport` (#129320)
The patch abstracts sending and receiving json messages of
`JSONTransport` to allow custom implementation of them. For example, one
concrete implementation can use pipes without a need to convert file
descriptor to a `FILE` object.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list