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

wurstscript / WurstScript / 122
62%

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

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

Jobs
ID Job ID Ran Files Coverage
1 122.1 30 Aug 2021 05:10PM UTC 0
63.53
Source Files on build 122
Detailed source file information is not available for this build.
  • Back to Repo
  • CircleCI Build #122
  • 6b7b9df5 on github
  • Prev Build on master (#121)
  • Next Build on master (#123)
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