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

emacs-lsp / lsp-mode / 3585
82%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2020 05:00AM UTC
Jobs 3
Files 1
Run time 11s
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
3585

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%)

437.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3585.1 (EMACS_VERSION=25.1) 09 Jun 2020 05:00AM UTC 0
82.09
Travis Job 3585.1
2 3585.2 (EMACS_VERSION=25.2) 09 Jun 2020 05:00AM UTC 0
82.09
Travis Job 3585.2
3 3585.3 (EMACS_VERSION=25.3) 09 Jun 2020 05:00AM UTC 0
82.09
Travis Job 3585.3
Source Files on build 3585
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3585
  • ff19e362 on github
  • Prev Build on master (#3583)
  • Next Build on master (#3595)
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