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

LLNL / spack / 4343
68%

Build:
DEFAULT BRANCH: develop
Ran 06 Oct 2016 04:20PM UTC
Jobs 1
Files 141
Run time 9s
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
4343

push

travis-ci

tgamblin
[Bug Fix (and docs too)] : Do not select @develop version by default (#1933)

* This fixes a bug in concretization.  Before the recent change to the
algorithm, the intent was that the @develop version, although
"greater" than numberic versions, is never preferred BY DEFAULT over
numeric versions.

To test this... suppose you have a package with no `preferred=True` in
it, and nothing in `packages.yaml`, but with a `develop` version.  For
the sake of this example, I've hacked my `python/package.py` to work
this way.

Without bugfix (WRONG: user should never get develop by default):

```
  python@develop%clang@7.3.0-apple~tk~ucs4 arch=darwin-elcapitan-x86_64
      ...
```

With bugfix (RIGHT: largest numeric version selected):

```
  python@3.5.2%clang@7.3.0-apple~tk~ucs4 arch=darwin-elcapitan-x86_64
      ...
```

* Documented version selection in concretization algo.

* Fix typos

* flake8

7780 of 12010 relevant lines covered (64.78%)

0.65 hits per line

Jobs
ID Job ID Ran Files Coverage
3 4343.3 (TEST_SUITE=unit) 06 Oct 2016 04:20PM UTC 0
64.78
Travis Job 4343.3
Source Files on build 4343
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4343
  • 98f8f408 on github
  • Prev Build on develop (#4337)
  • Next Build on develop (#4350)
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