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

abo-abo / lispy / 1050 / 1
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 20 Apr 2017 08:15PM UTC
Files 4
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

20 Apr 2017 08:09PM UTC coverage: 61.99% (-0.1%) from 62.089%
emacs=emacs-snapshot

push

travis-ci

abo-abo
lispy.el (lispy-eval-single-outline): Improve

Now works for e.g. this Ruby notebook:

    #* Test 1
    #** define a class
    class A
      def m1
        @foo = 0
      end
      def foo
        @foo
      end
    end

    #** make x:
    x = A.new
    # => #<A:0x00000001745ff8>
    #** different object than x:
    y = A.new
    # => #<A:0x00000001733c90>
    #** alias to x:
    z = x
    # => #<A:0x00000001745ff8>
    #**:
    # get back nil because instance variable not initialized
    x.foo
    # => nil
    #** create @foo in object x refers to:
    x.m1
    # => 0
    #**:
    x.foo
    # => 0
    #* Test 2:
    2+2
    # => 4

All values are inserted and updated properly on subsequent evals.

6990 of 11276 relevant lines covered (61.99%)

24.33 hits per line

Source Files on job 1050.1 (emacs=emacs-snapshot)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1050
  • Travis Job 1050.1
  • bd9ef696 on github
  • Prev Job for emacs=emacs-snapshot on master (#1049.1)
  • Next Job for emacs=emacs-snapshot on master (#1051.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