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

LLNL / spack / 4744
65%
develop: 68%

Build:
Build:
LAST BUILD BRANCH: features/package-hash
DEFAULT BRANCH: develop
Ran 25 Oct 2016 05:57PM UTC
Jobs 1
Files 140
Run time 21s
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
4744

push

travis-ci

tgamblin
Fix cdd package definition, dotted is a property (#2054)

Things that accessed the cdd package, such as `spack info cdd run
tripped over a buglet in the *cdd* package, causing them to exit with
something like this:

```
Caused by:
TypeError: 'str' object is not callable
  File "/rss/spack/lib/spack/spack/repository.py", line 584, in get
    self._instances[key] = package_class(copy)
  File "/rss/spack/lib/spack/spack/package.py", line 398, in __init__
    f = fs.for_package_version(self, self.version)
  File "/rss/spack/lib/spack/spack/fetch_strategy.py", line 852, in for_package_version
    attrs['url'] = pkg.url_for_version(version)
  File "/rss/spack/var/spack/repos/builtin/packages/cdd/package.py", line 40, in url_for_version
    str(version.dotted()).replace('.', ''))
```

@tgamblin pointed out that `dotted` is a property, not a functin call
and that the parentheses are therefor inappropriate.

This deletes the parentheses.  `spack info cdd` now works for me.

7918 of 12206 relevant lines covered (64.87%)

0.65 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4744.5 (TEST_SUITE=unit CYAML=false) 25 Oct 2016 05:57PM UTC 0
64.87
Travis Job 4744.5
Source Files on build 4744
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4744
  • 027632cb on github
  • Next Build on features/gtk_deps (#4745)
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