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

abs-lang / abs / 1156 / 2
73%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 14 Feb 2020 11:30AM UTC
Files 8
Run time 1s
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

14 Feb 2020 11:29AM UTC coverage: 72.294%. First build
1156.2

push

travis-ci-com

odino
Named functions

Functions can now be "named":

```
f my_func(x) {
  return x**2
}
```

Earlier, you would have had to assign
the function to a variable:

```
my_func = f(x) {
  return x**2
}
```

while right now function names are first-class
citizens. For example, the string representation
of a function will actualy include its name (to be
included in stacktraces as well):

```
⧐  f test() {echo(1)}
f test() {echo(1)}
```

3006 of 4158 relevant lines covered (72.29%)

81.49 hits per line

Source Files on job 1156.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 852
  • Travis Job 1156.2
  • 9a40c9a4 on github
  • Next Job for on named-functions (#1164.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