Browse Source

Updated tiny-process-library submodule

merge-requests/398/head
eidheim 7 years ago
parent
commit
0059dc5ccf
  1. 2
      lib/tiny-process-library
  2. 2
      src/source_language_protocol.cc

2
lib/tiny-process-library

@ -1 +1 @@
Subproject commit 6e52608b15d12a13e68269b111afda3013e7cf3a Subproject commit ab8e4121336c8218d9cb543ed46e7d87c7327da6

2
src/source_language_protocol.cc

@ -45,7 +45,7 @@ LanguageProtocol::Client::Client(boost::filesystem::path root_path_, std::string
parse_server_message(); parse_server_message();
}, [](const char *bytes, size_t n) { }, [](const char *bytes, size_t n) {
std::cerr.write(bytes, n); std::cerr.write(bytes, n);
}, true, 1048576); }, true, TinyProcessLib::Config{1048576});
} }
std::shared_ptr<LanguageProtocol::Client> LanguageProtocol::Client::get(const boost::filesystem::path &file_path, const std::string &language_id) { std::shared_ptr<LanguageProtocol::Client> LanguageProtocol::Client::get(const boost::filesystem::path &file_path, const std::string &language_id) {

Loading…
Cancel
Save