Commit Graph

11 Commits

Author SHA1 Message Date
Dave Collins 65ca732a33 Add logic to deal with reflect pkg changes on tip.
This commit adds logic to gracefully handle the new internal reflect.Value
structure on tip as of golang commit ecccf07e7f9d.  It accomplishes this
by doing some inspection at init time and choosing the appropriate offsets
as well as modifying which offset is used for the value accordingly.  As a
result, this allows spew to work properly with both the current release
version of Go as well as tip.

Fixes #15.
2014-01-08 02:01:15 -06:00
Dave Collins 92b7ef315a Add additional tests for new sortValues code.
This brings the test coverage back to 100%.
2013-11-14 22:22:17 -06:00
Dave Collins 1fe9f5ca4b Update test coverage for cgo handling updates.
This commit updates the test coverage report in include the latest
tests for the recent cgo handling updates for char, unsigned char,
and uint8_t arrays.
2013-09-21 21:57:46 -05:00
Dave Collins 800a0dd978 Update test coverage for nil slice change.
This commit updates the test coverage report in include the latest
tests for the nil slice change.
2013-09-09 20:45:52 -05:00
Dave Collins dab6603c08 Update test coverage for packed nil iface fix.
This commit updates the test coverage report in include the latest tests
for the packed nil interface issue reported in issue #12.
2013-03-27 22:50:11 -05:00
Dave Collins 7cfc3ff965 Update test coverage report for new Sdump func. 2013-03-11 18:24:54 -05:00
Dave Collins 871cf126b7 Update test coverage for new hexdump behavior.
This commit updates the test coverage report to include the latest
tests for the new byte array and slice hexdump -C behavior.
2013-03-08 22:23:27 -06:00
Dave Collins f92eb047c3 Update test coverage report for ContinueOnMethod.
This commit updates the test coverage report to include the latest tests
for the new ContinueOnMethod option.
2013-03-03 13:24:19 -06:00
Dave Collins 3e74359719 Update test coverage report for Sprint* funcs. 2013-02-23 21:59:11 -06:00
Dave Collins 9628950a40 Update test coverage report for pad func rename. 2013-02-03 01:44:14 -06:00
Dave Collins 7385be34ee Add test coverage report from gocov. 2013-01-20 22:34:34 -06:00