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

JuliaData / CategoricalArrays.jl / 190
92%

Build:
DEFAULT BRANCH: master
Ran 30 Nov 2016 10:49AM UTC
Jobs 1
Files 9
Run time 1s
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
190

push

travis-ci

nalimilan
Add parentheses to correct operator precedence in `copy!` (#43)

`X | Y == Z` is being evaluated as `(X | Y) == Z` instead of the desired
`X | (Y == Z)` which causes `copy!`ing an ordered source array into an
ordered destination array with no existing levels to end up with the
destination unordered

This incidentally prevents in-line sorting of ordered categorical arrays
from working, e.g. `sort(x)` since this ultimately calls `copy!`,
causing `isless` to fail.

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

372 of 436 relevant lines covered (85.32%)

26338.28 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/value.jl
5
100.0
src/array.jl
Jobs
ID Job ID Ran Files Coverage
1 190.1 30 Nov 2016 10:49AM UTC 0
85.32
Travis Job 190.1
Source Files on build 190
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #190
  • 43436128 on github
  • Prev Build on master (#187)
  • Next Build on master (#191)
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