Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Sign In

autumnai / collenchyma
82%

DEFAULT BRANCH: master
Build:
Repo Added 18 Nov 2015 03:55PM UTC
Total Files 34
# Builds 41 Last
Badge
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • develop
  • 0.0.2
  • auto
  • 0.0.3
  • fix/travis

2 Dec 2015 - 16:01 coverage remained the same at 82.164%
100

push

travis-ci

3019d7707e00681686b60200aaf54ce2?size=18&default=identiconhomu
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

Relevant lines Covered
841 RELEVANT LINES 691 COVERED LINES
Build:
1.64 HITS PER LINE
Source Files on master
  • List 34
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent Builds

Builds Branch Coverage Commit Committer Type Time Via
100 master
82.16
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-l... 3019d7707e00681686b60200aaf54ce2?size=18&default=identiconhomu push 02 Dec 2015 04:07PM UTC travis-ci
99 master
82.16
chore/dependencies: bump to rblas 0.0.11 1c88d7906e3ffa450aedff2f5f1d1299?size=18&default=identiconskade Pull #10 02 Dec 2015 03:57PM UTC travis-ci
93 master
82.16
refactor/features: replace StaticMutex Replace StaticMutex by the stable `lazy_static!` 1c88d7906e3ffa450aedff2f5f1d1299?size=18&default=identiconskade Pull #10 01 Dec 2015 01:51PM UTC travis-ci
92 master
82.16
Auto merge of #11 - skade:current-clippy, r=hobofan chore/clippy: bump clippy version Update clippy to compile again on current nightly Rust. 3019d7707e00681686b60200aaf54ce2?size=18&default=identiconhomu push 01 Dec 2015 01:47PM UTC travis-ci
90 master
82.16
Auto merge of #9 - skade:patch-1, r=hobofan Accross -> Across Small typo correction 3019d7707e00681686b60200aaf54ce2?size=18&default=identiconhomu push 01 Dec 2015 01:38PM UTC travis-ci
See All Builds (34)
Notice exc

Badge your Repo: collenchyma

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Loading Refresh
  • Repo on GitHub
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
BLOG · TWITTER · Legal & Privacy · Supported CI Services · What's a CI service? · Automated Testing

© 2022 Coveralls, Inc