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

autumnai / collenchyma
82%

Build:
DEFAULT BRANCH: master
Repo Added 18 Nov 2015 03:55PM UTC
Files 763
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
  • 0.0.2
  • 0.0.3
  • auto
  • develop
  • fix/travis

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

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
100 master 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... push 02 Dec 2015 04:07PM UTC homu travis-ci pending completion  
99 master chore/dependencies: bump to rblas 0.0.11 Pull #10 02 Dec 2015 03:57PM UTC skade travis-ci pending completion  
93 master refactor/features: replace StaticMutex Replace StaticMutex by the stable `lazy_static!` Pull #10 01 Dec 2015 01:51PM UTC skade travis-ci pending completion  
92 master Auto merge of #11 - skade:current-clippy, r=hobofan chore/clippy: bump clippy version Update clippy to compile again on current nightly Rust. push 01 Dec 2015 01:47PM UTC homu travis-ci pending completion  
90 master Auto merge of #9 - skade:patch-1, r=hobofan Accross -> Across Small typo correction push 01 Dec 2015 01:38PM UTC homu travis-ci pending completion  
89 master chore/clippy: bump clippy version Pull #11 01 Dec 2015 12:09PM UTC skade travis-ci pending completion  
88 master refactor/features: replace StaticMutex Replace StaticMutex by the stable `lazy_static!` Pull #10 01 Dec 2015 11:52AM UTC skade travis-ci pending completion  
86 master Accross -> Across Pull #9 30 Nov 2015 03:43PM UTC skade travis-ci pending completion  
84 master Merge pull request #8 from autumnai/develop feat/extern: add backend traits for extern support push 30 Nov 2015 01:18PM UTC MichaelHirn travis-ci pending completion  
82 master feat/extern: add backend traits for extern support Pull #8 30 Nov 2015 01:11PM UTC MichaelHirn travis-ci pending completion  
See All Builds (34)
  • Repo on GitHub
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

© 2025 Coveralls, Inc