]> git.eshelyaron.com Git - emacs.git/commit
Add a passing test demonstrating clangd + tramp works
authorJoão Távora <joaotavora@gmail.com>
Tue, 13 Apr 2021 00:16:31 +0000 (01:16 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 13 Apr 2021 00:21:22 +0000 (01:21 +0100)
commit0d89dd73ff02bd0f70e2fcca0c2dcedf821faeb3
tree879fab16c2e242e86cec8f7e8a7c7a13c153f5bd
parent28159d31c0b35d6b4a210cfc1111ef38ff53656d
Add a passing test demonstrating clangd + tramp works

... It works at least within the minimal, well-controlled reproducible
settings of this test.  Maybe if we knew something more about the
setup of the user who submitted this report we would be able to
concoct a failing test, but we don't.

* eglot-tests.el (subr-x): Require it
(eglot--make-file-or-dir): Return expanded file name.
(eglot-tests--lsp-abiding-column-1): New helper.
(eglot-lsp-abiding-column): Use it.
(eglot--tramp-test): Fix `skip-unless` condition.
(eglot--tramp-test-2): New test.

GitHub-reference: per https://github.com/joaotavora/eglot/issues/667
lisp/progmodes/eglot.el