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

autumnai / collenchyma / 100
82%

Build:
DEFAULT BRANCH: master
Ran 02 Dec 2015 04:07PM UTC
Jobs 2
Files 34
Run time 2min
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
100

push

travis-ci

homu
Auto merge of #10 - skade:move-to-stable, r=hobofan

Move to stable

This PR removes unnecessary use of feature flags that bar using Rust on stable([1])([2]) compilers.

Reasons being:
* associated consts (Tracking issue: https://github.com/rust-lang/rust/issues/29646) are currently buggy and can be replaced by an fn in that case.
* associated_type_defaults can be removed without breakage
* unboxed_closures can be removed without breakage
* StaticMutex has an uncertain future (https://github.com/rust-lang/rust/issues/27717) and can be emulated in that case by using `lazy_static!` (correct me if I'm wrong)

Finally, I must admit that I didn't get the test suite running quickly.

([1]) Outstanding: this doesn't _quite_ work on stable yet, as some APIs in use are currently making their way through beta, so they are not feature gated, but also not available in 1.4.0. 1.5.0 beta works and as 1.5.0 is 2 weeks away, this is probably not worth the effort.
([2]) rblas is not on stable yet, see https://github.com/mikkyang/rust-blas/pull/12 for that. You can use that version of rust-blas by checking it out from my https://github.com/skade/rust-blas/ and dropping the following `.cargo/config` in your repository:

```
paths = ["/path/to/rblas/checkout"]
```

691 of 841 relevant lines covered (82.16%)

1.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 100.1 (TRAVIS_CARGO_NIGHTLY_FEATURE=dev) 02 Dec 2015 04:09PM UTC 0
82.16
Travis Job 100.1
2 100.2 (TRAVIS_CARGO_NIGHTLY_FEATURE=lint) 02 Dec 2015 04:07PM UTC 0
82.16
Travis Job 100.2
Source Files on build 100
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #100
  • 9c14d899 on github
  • Prev Build on master (#92)
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