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

abs-lang / abs / 1071
72%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 22 Dec 2019 06:09AM UTC
Jobs 3
Files 24
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

22 Dec 2019 06:08AM UTC coverage: 72.002% (+0.1%) from 71.858%
1071

push

travis-ci-com

odino
Implements reverse() as a string method (#310)

* Use a more flexible structure for the spec argument to validateVarArgs

validateVarArgs' argument specification now uses a format that supports
multiple argument signatures, each of whose arguments are in turn a list
of supported types. For example, to achieve:

  foo(string, [string|number])
  foo(string)

Your argument would be:

  {
    {{STRING_OBJ}, {STRING_OBJ, NUMBER_OBJ}},
    {{STRING_OBJ}},
  }

Matching is done in order, giving priority to specs by lower index.

Additionally, validateVarArgs is now smart enough to figure out the
minimum and maximum number of arguments on its own.

When validateVarArgs fails to match a spec, it will return an error with
a usage string showing the alternate calling signatures. On success, it
will return the index of the matched signature as the second return
value.

* arr.join() now defaults to an empty string as glue when no argument is specfied

* validateVarArgs' error message should begin with 'Usage:'

* Remove debug line

* split() defaults to a single space

* Update docs for join(), split()

* Add support for calling 'reverse()' as a method on a string

* Add documentation

Co-authored-by: Alessandro Nadalin <alessandro.nadalin@gmail.com>

21 of 21 new or added lines in 1 file covered. (100.0%)

8921 of 12390 relevant lines covered (72.0%)

77.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1071.1 22 Dec 2019 06:10AM UTC 0
71.31
Travis Job 1071.1
2 1071.2 22 Dec 2019 06:09AM UTC 0
72.35
Travis Job 1071.2
3 1071.3 22 Dec 2019 06:11AM UTC 0
72.35
Travis Job 1071.3
Source Files on build 1071
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1071
  • 8ab9b609 on github
  • Prev Build on 1.10.x (#1068)
  • Next Build on 1.10.x (#1078)
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