• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

emacs-lsp / lsp-mode / 3585 / 2
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2020 05:00AM UTC
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jun 2020 04:56AM UTC coverage: 82.09%. Remained the same
EMACS_VERSION=25.2

push

travis-ci

web-flow
Fix some bytecompiler warnings/gccemacs errors (#1767)

* [Cask] Compile lsp-{protocol, mode}.el first

this exposes ordering issues that might otherwise get masked by other
lsp-*.el files requiring lsp-mode.el before lsp-mode.el itself is
byte-compiled. In its current form, the Cask file will now lead to
lsp-mode.el and lsp-protocol.el being compiled twice, but I don't
believe this causes any issues except for the extra second or so of
compile time.

I'd rather not list all *.el files explicitly; instead, I'd prefer Cask
to ignore duplicate files automatically (or, in an ideal world, to
analyze `require` forms automatically, warn about cycles and otherwise
compile in the correct order).

* Eval-when-compile dash-expand:&lsp-*

this fixes 10 compiler warnings (and actual runtime errors on gccemacs).
Thanks to @yyoncho and @ericdallo for figuring out this issue

* Fix several reference-to-free-variable warnings

this separates a number of defcustoms from the accompanying
logic (lsp-signature in particular), so feel free to drop
this commit if you think it hurts readability

* Fix late macro definitions

lsp-with-current-buffer, lsp-with-filename

55 of 67 relevant lines covered (82.09%)

145.99 hits per line

Source Files on job 3585.2 (EMACS_VERSION=25.2)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 593
  • Travis Job 3585.2
  • ff19e362 on github
  • Prev Job for EMACS_VERSION=25.2 on master (#3583.2)
  • Next Job for EMACS_VERSION=25.2 on master (#3595.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc