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

liblit / demangle-mode / 42
96%

Build:
DEFAULT BRANCH: master
Ran 11 Mar 2017 06:57PM UTC
Jobs 2
Files 1
Run time 36s
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

pending completion
42

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

89.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 42.1 (EVM_EMACS=emacs-24.1-travis) 11 Mar 2017 06:57PM UTC 0
95.65
Travis Job 42.1
2 42.2 (EVM_EMACS=emacs-24.2-travis) 11 Mar 2017 06:58PM UTC 0
95.65
Travis Job 42.2
Source Files on build 42
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #42
  • 8583e01c on github
  • Prev Build on master (#41)
  • Next Build on master (#43)
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