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

wurstscript / WurstScript / 126
62%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2021 10:54AM UTC
Jobs 1
Files 421
Run time 760min
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
126

push

circleci

fix reconciling code for editor

previously, we checked only the direct dependencies of changed files
(actually, it was two levels of dependencies, due to some redundt code).
However, this is only correct, as long as we do not consider classes and modules.
Extending a class or using a module can re-export the members of the
class or module, so not only packages that directly import a changed
package can be affected by a change.

We now had two ways to fix this:
1) fine grained dependency analysis to exactly find other affected files
2) include all transitive dependencies.

Option 1 would have been more efficient, but there is a great chance for
more subtle bugs. So this commit implements option 2, which will make
updates more compute intense, but should be more stable.

16960 of 26728 relevant lines covered (63.45%)

0.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 126.1 31 Aug 2021 10:54AM UTC 0
63.45
Source Files on build 126
Detailed source file information is not available for this build.
  • Back to Repo
  • CircleCI Build #126
  • 65eae84e on github
  • Prev Build on master (#123)
  • Next Build on master (#127)
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