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

dart-lang / dartdoc / 1531
66%

Build:
DEFAULT BRANCH: master
Ran 09 Nov 2015 07:23AM UTC
Jobs 2
Files 16
Run time 12s
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
1531

push

travis-ci

lrhn
Make sorting better by ordering Uint8List before Uint16List.

Current sorting by name is plain lexical ordering on (upper-cased) code units.
This change will order embedded integers lexicograpically - longer numbers
sort after shorter numbers (prefixed zeroes are counted in the length).
This ensures that "8" is before "16", but doesn't equate "002" and "2".
Prefixed numbers are likely to be rare in practice, and when they occur, it's
usually because they are grouped with other numbers of the same length, which
sorts fine either way.

BUG=
R=keertip@google.com

Review URL: https://codereview.chromium.org//1419553004.

24 of 24 new or added lines in 1 file covered. (100.0%)

1071 of 1522 relevant lines covered (70.37%)

1848.26 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1531.2 (GEN_SDK_DOCS=false) 09 Nov 2015 07:23AM UTC 0
70.38
Travis Job 1531.2
4 1531.4 (GEN_SDK_DOCS=false) 09 Nov 2015 07:23AM UTC 0
70.37
Travis Job 1531.4
Source Files on build 1531
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1531
  • af1e0617 on github
  • Prev Build on master (#1530)
  • Next Build on master (#1533)
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