| Age | Commit message (Collapse) | Author |
|
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.
|
|
This brings the test coverage back to 100%.
|
|
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.
|
|
This commit updates the test coverage report in include the latest
tests for the nil slice change.
|
|
This commit updates the test coverage report in include the latest tests
for the packed nil interface issue reported in issue #12.
|
|
|
|
This commit updates the test coverage report to include the latest
tests for the new byte array and slice hexdump -C behavior.
|
|
This commit updates the test coverage report to include the latest tests
for the new ContinueOnMethod option.
|
|
|
|
|
|
|