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

wurstscript / WurstScript / 122 / 1
62%
master: 62%

Build:
DEFAULT BRANCH: master
Ran 30 Aug 2021 05:10PM UTC
Files 421
Run time 861min
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

30 Aug 2021 05:10PM UTC coverage: 63.535% (+0.004%) from 63.531%
122.1

push

circleci

fixed global initialization code

for global initialization, we have two places: init functions for
packages and a map that stores the initialization code for each
variable. The map is used to avoid running all init functions when
executing code at compiletime.

The problem was that the rewrite phases for certain expressions would
not correctly update the map and this would result in two different
initializers in the init function and the map. To avoi this problem,
with this commit the map no longer stores the init expression directly,
but instead keeps a reference to the ImSet init statements in the init
function. This should not be rewritten, since it is a simple array or
global assignment, so the whole process should be more stable.

16958 of 26691 relevant lines covered (63.53%)

0.64 hits per line

Source Files on job 122.1
  • Tree
  • List 0
  • Changed 10
  • Source Changed 8
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 122
  • 6b7b9df5 on github
  • Prev Job for on master (#121.1)
  • Next Job for on master (#123.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