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

liblit / demangle-mode / 42 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 11 Mar 2017 06:57PM 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

11 Mar 2017 06:40PM UTC coverage: 95.652% (+21.7%) from 73.913%
EVM_EMACS=emacs-24.1-travis

push

travis-ci

Ben Liblit
Adapt to change in faceup-test-font-lock-buffer API

Commit 688b487ad of faceup changed
faceup-test-font-lock-buffer to let the MODE argument be a list of
mode-setting functions instead of a single mode-setting function.
If MODE is a list, then faceup-test-font-lock-buffer calls each
function in that list.

Unfortunately, when we call faceup-test-font-lock-buffer, we are often
passing a list of the form "(closure ...)", because this is the
representation of a lambda when using lexical scoping.  This causes
faceup-test-font-lock-buffer to try to call each item in this list,
starting with "(closure)", which is not what we want to have happen.

The work-around is to always call faceup-test-font-lock-buffer with a
list of our own creation, even if it's a list of just one item.  Thus,
"((closure ...))" instead of "(closure ...)".

44 of 46 relevant lines covered (95.65%)

44.63 hits per line

Source Files on job 42.1 (EVM_EMACS=emacs-24.1-travis)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 42
  • Travis Job 42.1
  • 8583e01c on github
  • Prev Job for EVM_EMACS=emacs-24.1-travis on master (#41.1)
  • Next Job for EVM_EMACS=emacs-24.1-travis on master (#43.1)
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