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

Zilliqa / scilla / 828
61%

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

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

Jobs
ID Job ID Ran Files Coverage
1 828.1 27 Jan 2019 05:04AM UTC 0
79.13
Travis Job 828.1
Source Files on build 828
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #828
  • 8514c437 on github
  • Prev Build on master (#819)
  • Next Build on master (#832)
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