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

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

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 14 Feb 2020 11:32AM UTC
Jobs 3
Files 8
Run time 1min
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:31AM UTC coverage: 72.342% (-0.004%) from 72.346%
1157

Pull #319

travis-ci-com

web-flow
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)}
```
Pull Request #319: Named functions

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

3008 of 4158 relevant lines covered (72.34%)

243.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1157.1 14 Feb 2020 11:32AM UTC 0
71.26
Travis Job 1157.1
2 1157.2 14 Feb 2020 11:32AM UTC 0
72.29
Travis Job 1157.2
3 1157.3 14 Feb 2020 11:33AM UTC 0
72.29
Travis Job 1157.3
Source Files on build 1157
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1157
  • Pull Request #319
  • PR Base - 1.11.x (#1152)
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