[Mlir-commits] [mlir] [mlir-lsp] Abstract input and output of the `JSONTransport` (PR #129320)

River Riddle llvmlistbot at llvm.org
Fri Feb 28 13:46:48 PST 2025


https://github.com/River707 requested changes to this pull request.

Abstracting over the input somewhat makes sense to me, given that we don't really have a decent input stream abstraction AFAIK. For the output stream though, I'd strongly prefer to not abstract that and just use raw_ostream (unless there is a very good reason not to).

https://github.com/llvm/llvm-project/pull/129320


More information about the Mlir-commits mailing list