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

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

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 14 Feb 2020 11:30AM UTC
Jobs 3
Files 8
Run time 48s
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.342%. First build
1156

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)}
```

15 of 15 new or added lines in 3 files covered. (100.0%)

3008 of 4158 relevant lines covered (72.34%)

243.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1156.1 14 Feb 2020 11:31AM UTC 0
71.26
Travis Job 1156.1
2 1156.2 14 Feb 2020 11:30AM UTC 0
72.29
Travis Job 1156.2
3 1156.3 14 Feb 2020 11:31AM UTC 0
72.29
Travis Job 1156.3
Source Files on build 1156
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1156
  • 9a40c9a4 on github
  • Next Build on named-functions (#1164)
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