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

catmaid / CATMAID / 5574 / 2
45%
master: 45%

Build:
DEFAULT BRANCH: master
Ran 20 Dec 2018 04:22PM UTC
Files 97
Run time 1min
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

20 Dec 2018 03:40PM UTC coverage: 45.47% (+1.4%) from 44.106%
5574.2

push

travis-ci

tomka
Pixi context: mitigate destruction error on unavailable cache entry

A texture cache entry referenced by `outKey` should be available at this
point in the code, but there are multiple reports on a failed
`destroy()` call due to a non-existent texture cache entry. These
reports only appeared recently and because we didn't change any related
code, this might be related to a browser change. To mitigate this
problem until we have a better understanding of the problem, an extra
check is added so that the `destroy()` call is only performed if there
is a valid cache entry.

The `delete` call is not moved inside the conditional, because it might
be that the field itself is still there and has to be removed, even if
the cache value is `undefined`. Calling `delete` on an non-existent
field is fine and doesn't result in an error.

7669 of 16866 relevant lines covered (45.47%)

0.45 hits per line

Source Files on job 5574.2
  • Tree
  • List 0
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5085
  • Travis Job 5574.2
  • 5ed84269 on github
  • Prev Job for on master (#5569.3)
  • Next Job for on master (#5615.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