You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much like the last change to teach it about uintptr,
do the same about byte, an alias for uint8 in Go.
Note that the get_go code already had special cases to handle byte
slices and arrays, but byte arrays had no test coverage here,
so we add a test case for them as well.
Fixes#1336.
Change-Id: I040b12da56077cee60e699aa31d1ebcd78e6bc28
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/536752
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
0 commit comments