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

davecgh / go-spew
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: ppc64le
DEFAULT BRANCH: master
Repo Added 27 Mar 2014 09:27AM UTC
Files 6
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 unsafe
branch: unsafe
CHANGE BRANCH
x
Reset
  • unsafe
  • cgo_tip_changes_update
  • master
  • safe_build_tag
  • update_docs
  • v1.0.0
  • v1.1.0
  • v1.1.1

pending completion
51

push

travis-ci

davecgh
Add support for limited mode without unsafe pkg.

This commit adds support for compiling spew without the unsafe package.
When compiled without the unsafe package, some of the more advanced
features such as invoking stringers on pointers from non-pointer
variables and unexported struct fields are not available.

By default, spew will be compiled in the limited mode for Google App
Engine since the unsafe package is not available there.  Additionally,
spew can be compiled without the unsafe package manually by specifying
the "disableunsafe" build tag.

Finally, a new package-level constant named "UnsafeDisabled" has been
exposed which can be used to programmatically determine if spew was
compiled with access to the unsafe package.

81 of 81 new or added lines in 3 files covered. (100.0%)

858 of 887 relevant lines covered (96.73%)

185.53 hits per line

Relevant lines Covered
Build:
Build:
887 RELEVANT LINES 858 COVERED LINES
185.53 HITS PER LINE
Source Files on unsafe
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
51 unsafe Add support for limited mode without unsafe pkg. This commit adds support for compiling spew without the unsafe package. When compiled without the unsafe package, some of the more advanced features such as invoking stringers on pointers from non-... push 19 Jun 2015 08:31PM UTC davecgh travis-ci pending completion  
47 unsafe Add support for limited mode without unsafe pkg. This commit adds support for compiling spew without the unsafe package. When compiled without the unsafe package, some of the more advanced features such as invoking stringers on pointers from non-... push 19 Jun 2015 07:53PM UTC davecgh travis-ci pending completion  
See All Builds (161)
  • 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