]> Cypherpunks repositories - gostls13.git/commit
internal/reflectlite: updates reflectlite to match runtime rtype/mapType
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 27 Sep 2019 09:38:14 +0000 (16:38 +0700)
committerKeith Randall <khr@golang.org>
Sat, 5 Oct 2019 23:03:47 +0000 (23:03 +0000)
commitee3f768d3861e00dbc6a81392a711209f66e235c
tree152bdf46417790cfcc1fb26d6dec07c5941265d7
parent1cb61b80bd286e322acf62344496bb71147df4d0
internal/reflectlite: updates reflectlite to match runtime rtype/mapType

CL 191198 updated runtime rtype and mapType without adopting the changes
to reflectlite, causing mismatch between them.

This CL updates those changes to reflectlite.

Fixes #34486

Change-Id: I2bb043673d997f97bb0b12c4ad471474803b2160
Reviewed-on: https://go-review.googlesource.com/c/go/+/197559
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/internal/reflectlite/set_test.go
src/internal/reflectlite/type.go