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

wurstscript / WurstScript / 1034
62%

Build:
DEFAULT BRANCH: master
Ran 01 Apr 2019 11:24PM UTC
Jobs 1
Files 391
Run time 20s
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
1034

push

travis-ci

peq
implemented length field for sized arrays

closes #8

The arrays are not really sized, it is just that the type contains the
size.
It also does not add any bounds checks, so the following code might
surprisingly print 42 and run without throwing an exception:

var ar = [42]
ar[1] = 58    // out of bounds access does not change length
var sum = 0
for i = 0 to ar.length - 1
	sum += ar[i]
print(I2S(sum))

15030 of 24872 relevant lines covered (60.43%)

0.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1034.1 (TERM=dumb) 01 Apr 2019 11:24PM UTC 0
60.43
Travis Job 1034.1
Source Files on build 1034
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1034
  • da8049b3 on github
  • Prev Build on master (#1033)
  • Next Build on master (#1035)
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