pulumi/pkg
joeduffy fd719d64cd Fix pulumi/lumi#198
This change fixes the serialization of resource properties during
deployment checkpoints.  We erroneously serialized empty arrays and
empty maps as though they were nil; instead, we want to keep them
serialized as non-nil empty collections, since the presence of a
value might be semantically meaningful.  (We still skip nils.)

Also added some test cases.
2017-06-06 16:42:14 -07:00
..
compiler Do an initial pass over TODOs 2017-06-05 18:11:51 -07:00
diag Alter diag.Message to discourage format mistakes 2017-06-02 18:37:28 -07:00
encoding Do an initial pass over TODOs 2017-06-05 18:11:51 -07:00
eval Do an initial pass over TODOs 2017-06-05 18:11:51 -07:00
graph Do an initial pass over TODOs 2017-06-05 18:11:51 -07:00
pack Do an initial pass over TODOs 2017-06-05 18:11:51 -07:00
resource Fix pulumi/lumi#198 2017-06-06 16:42:14 -07:00
tokens Enable parallel tests 2017-06-01 14:01:26 -07:00
tools/lumidl Do an initial pass over TODOs 2017-06-05 18:11:51 -07:00
util Implement mapper.Encode "for real" 2017-06-05 17:49:00 -07:00
workspace Do an initial pass over TODOs 2017-06-05 18:11:51 -07:00