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

harfbuzz / harfbuzz / 5141
79%

Build:
DEFAULT BRANCH: master
Ran 29 Oct 2018 06:46PM UTC
Jobs 1
Files 259
Run time 53s
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
5141

push

travis-ci

behdad
Make Array types uncopyable-unassignable

Finally!  Catches hard-to-find errors like this:

-    const SortedArrayOf<SVGDocumentIndexEntry> docs = this+svgDocEntries;
+    const SortedArrayOf<SVGDocumentIndexEntry> &docs = this+svgDocEntries;

We implement this for our array types.  This, in turn, trickles down
into all types that embed the arrays.  So, as long as we define all
open-ended structs in terms of Array types (all can be done using
UnsizedArrayOf), this achieves the goal of making uncopyable all
structs that are variable-sized.  Yay!

7960 of 11197 relevant lines covered (71.09%)

6860.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5141.1 29 Oct 2018 06:46PM UTC 0
71.09
Travis Job 5141.1
Source Files on build 5141
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5141
  • a256a92b on github
  • Prev Build on master (#5140)
  • Next Build on master (#5142)
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