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

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

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 14 Feb 2020 11:32AM 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:31AM UTC coverage: 71.26%. Remained the same
1157.1

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

2963 of 4158 relevant lines covered (71.26%)

80.99 hits per line

Source Files on job 1157.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 853
  • Travis Job 1157.1
  • 25ff1943 on github
  • Prev Job for on named-functions (#1152.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