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

source-academy / js-slang / 350
77%

Build:
DEFAULT BRANCH: master
Ran 07 Dec 2018 03:57PM UTC
Jobs 1
Files 30
Run time 921min
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
350

push

travis-ci

thomastanck
Fix functions equality (#92)

* 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).

* Removed accidentally committed items.

* Changed hoisting to only hoist the identifiers of `let`, `const`, and function declarations and not their assignments.

* Fixed multidimensional arrays.

* revert test

* Fixed issue where functions passed to non-source functions turn out to be not equal to the original.

* Fix printing of functions (aka closures) (resolves #119)

* minor text fixes and removed reliance on external non-source builtins

* export defineSymbol

* used defineSymbol instead of hardcoding

* import defineSymbol

355 of 769 branches covered (46.16%)

Branch coverage included in aggregate %.

1061 of 1823 relevant lines covered (58.2%)

237.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 350.1 07 Dec 2018 03:57PM UTC 0
54.63
Travis Job 350.1
Source Files on build 350
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #350
  • 584f7c15 on github
  • Prev Build on master (#345)
  • Next Build on master (#365)
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