• Russ Cox's avatar
    reflect bug: NewZeroValue was refusing to create slices. · 2d5d4a1b
    Russ Cox authored
    as far as I can tell there's no reason not to.
    
    the Nillable test was succeeding because NewZeroValue
    returned the nil interface value and the type guard
    was letting it through.  the only change in the test is
    more detail in the print.
    
    R=r
    DELTA=8  (0 added, 7 deleted, 1 changed)
    OCL=29124
    CL=29126
    2d5d4a1b
Name
Last commit
Last update
..
Makefile Loading commit data...
all_test.go Loading commit data...
deepequal.go Loading commit data...
tostring.go Loading commit data...
type.go Loading commit data...
typestring.c Loading commit data...
value.go Loading commit data...