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

source-academy / js-slang / 135
77%

Build:
DEFAULT BRANCH: master
Ran 02 Oct 2018 10:22AM UTC
Jobs 1
Files 28
Run time 2s
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

pending completion
135

push

travis-ci

martin-henz
Concat string with (functions and lists) enhancement (#70)

* Implemented hoisting

Implemented hoisting for ```let```, ```const``` and function declarations according to es6 spec (Except that redeclaration of functions is disallowed here unlike in es6).

* Proper for loop behaviour implemented according to es2015 spec if needed.

- Each iteration block will have its own closure of the loop variables
- But updating of loop variables within the iteration block will still update the original loop variables

* Proper for loop behaviour implemented according to es2015 spec if needed.

- Each iteration block will have its own closure of the loop variables
- But updating of loop variables within the iteration block will still update the original loop variables
- Updated block scoping tests

* Removed accidentally committed items.

* Used Source ```toString``` method instead of native ```toString``` during ```BinaryExpression```.

Should resolve #69 and #56

* revert for loop scoping

* simplified toString, and only checks types during "+" operation.

* Removed blank lines

* Removed blank lines

214 of 432 branches covered (49.54%)

Branch coverage included in aggregate %.

777 of 1232 relevant lines covered (63.07%)

301.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 135.1 02 Oct 2018 10:22AM UTC 0
59.56
Travis Job 135.1
Source Files on build 135
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #135
  • 2c8f5d1e on github
  • Prev Build on master (#128)
  • Next Build on master (#153)
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