platform_build_blueprint/proptools
Jaewoong Jung 7d699c37ec Panic when copying private properties.
When CopyProperties comes across private properties, it silently ignores
them. This is error-prone and can result in a bug very hard to debug if
the developer is unaware of the behavior.

Change-Id: Id6a0752e384ec7fed35728c1e87dbfa95fea84f2
2019-03-07 16:24:56 -08:00
..
clone.go Panic when copying private properties. 2019-03-07 16:24:56 -08:00
clone_test.go Allow mutated property structs to contain slices of non-strings 2018-10-03 14:29:12 -07:00
escape.go Replace *Escape with *EscapeList 2018-09-19 16:17:10 -07:00
escape_test.go Replace *Escape with *EscapeList 2018-09-19 16:17:10 -07:00
extend.go Support parsing int64 in Blueprint file. 2017-11-02 22:10:47 -07:00
extend_test.go Support parsing int64 in Blueprint file. 2017-11-02 22:10:47 -07:00
proptools.go Add PropertyIndexesWithTag 2019-03-05 19:47:43 -08:00
tag.go Add PropertyIndexesWithTag 2019-03-05 19:47:43 -08:00
tag_test.go Add PropertyIndexesWithTag 2019-03-05 19:47:43 -08:00
typeequal.go Support nil pointers to structs in properties 2016-08-05 17:19:36 -07:00
typeequal_test.go Support nil pointers to structs in properties 2016-08-05 17:19:36 -07:00