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

Zilliqa / scilla / 828 / 1
61%
master: 61%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2019 05:04AM UTC
Files 36
Run time 2s
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

27 Jan 2019 05:00AM UTC coverage: 79.127%. Remained the same
828.1

push

travis-ci-com

vaivaswatha
rename scilla.el to scilla-mode.el (#404)

* rename scilla.el to scilla-mode.el

In order to enable compatibility with emacs' named features[0] (which
is very commonly used, especially by the use-package ecosystem), the
provided feature needs to match the filename which provides it.
However the 'scilla-mode symbol is currently provided by scilla.el,
not scilla-mode.el.  This results in an error like:

   Lisp error: (error "Loading file /path/to/scilla/misc/emacs-mode/scilla.el failed to provide feature ‘scilla’")

So rename the file to match the feature symbol.  This allows it to
be loaded via

    (use-package scilla
      :require flycheck
      :load-path (lambda () (concat scilla-root "/misc/emacs-mode")))

or similar, and brings it in line with many other major modes, e.g.

    $ find /usr/share/emacs | egrep -c -- '-mode\.el(\.gz)?$'
    56

[0] https://www.gnu.org/software/emacs/manual/html_node/elisp/Named-Features.html

* Update scilla-mode.el

* Update scilla-mode.el

3063 of 3871 relevant lines covered (79.13%)

9766.81 hits per line

Source Files on job 828.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 170
  • Travis Job 828.1
  • 8514c437 on github
  • Prev Job for on master (#819.1)
  • Next Job for on master (#832.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