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

fjarri / grunnur / 23
100%

Build:
DEFAULT BRANCH: master
Ran 06 Apr 2020 12:43AM UTC
Jobs 3
Files 24
Run time 3min
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
23

push

travis-ci-com

fjarri
The Great API Inversion

Instead of having e.g. a base Context and derived CuContext, OclContext,
we have Context that has BackendContext as an attribute, which can be Cu* or Ocl*.

This allows us to:
- make public classes easier to use as a base (will be important for e.g. extended contexts and arrays in Reikna)
- move constructor logic from parent classes to the classes being constructed (e.g. now we have Queue(context, ...) instead of context.make_queue(...))
- get rid of circular dependencies in typing (so classes can now be extracted into their own modules instead of having one giant base_classes.py)
- get rid of hard-to-follow execution flow in and out of Cu/Ocl specialized classes.

497 of 765 branches covered (64.97%)

Branch coverage included in aggregate %.

1633 of 2164 relevant lines covered (75.46%)

2.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23.1 06 Apr 2020 12:43AM UTC 0
73.6
Travis Job 23.1
2 23.2 06 Apr 2020 12:43AM UTC 0
74.7
Travis Job 23.2
3 23.3 06 Apr 2020 12:47AM UTC 0
74.7
Travis Job 23.3
Source Files on build 23
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #23
  • 10d637c5 on github
  • Prev Build on master (#22)
  • Next Build on master (#23)
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