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

elves / elvish / 2419 / 10
46%
master: 46%

Build:
DEFAULT BRANCH: master
Ran 09 Apr 2019 11:02PM UTC
Files 261
Run time 16s
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

09 Apr 2019 10:46PM UTC coverage: 58.08% (-0.03%) from 58.113%
CGO_ENABLED=0

push

travis-ci

xiaq
Basic support for float64 as an Elvish type. This addresses #816.

Float64 values are printed like (float64 42). However, the float64
builtin does not actually exist yet, and builtin math functions do not
accept float64 arguments either.

However, after this CL, from-json | to-json is now an identity operator.
Previously:

~> echo '[1]' | from-json | to-json
["1"]

Now:

~> echo '[1]' | from-json | to-json
[1]

It is also possible to use from-json to construct float64 values before
the float64 builtin is actually implemented.

9539 of 16424 relevant lines covered (58.08%)

0.66 hits per line

Source Files on job 2419.10 (CGO_ENABLED=0)
  • Tree
  • List 0
  • Changed 5
  • Source Changed 3
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2631
  • Travis Job 2419.10
  • 2ce05eb1 on github
  • Prev Job for CGO_ENABLED=0 on master (#2418.9)
  • Next Job for CGO_ENABLED=0 on master (#2426.9)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc