pulumi/pkg
Matt Ellis 138b2a4289 Replace possible dead code with an assert
I believe because of the way we have structured the code, it is
impossible to know a resource's parent but not printed it. I've
changed the test which would print the parent resource to an assert
that ensure we have printed it.

The next commit is going to remove the shown array because we no
longer need it, but this commit is here so that if there are display
bugs as part of the larger refactoring in how we display events, we
can bisect back and see this failure.
2018-03-09 11:42:28 -08:00
..
apitype Add deployment to UpdateInfo (#1013) 2018-03-08 13:56:59 -08:00
backend Move summary printing out of the engine 2018-03-09 11:13:06 -08:00
diag Remove a few outdated references (#997) 2018-03-04 13:34:20 -08:00
encoding Remove a few outdated references (#997) 2018-03-04 13:34:20 -08:00
engine Replace possible dead code with an assert 2018-03-09 11:42:28 -08:00
graph Remove a few outdated references (#997) 2018-03-04 13:34:20 -08:00
operations Have MakeKey fail if namespace contains a colon 2018-03-08 11:52:48 -08:00
resource Have MakeKey fail if namespace contains a colon 2018-03-08 11:52:48 -08:00
testing Honor PULUMI_FAILED_TESTS_DIR when destroy fails 2018-03-07 11:26:42 -08:00
tokens Remove a few outdated references (#997) 2018-03-04 13:34:20 -08:00
tools Add a commentChars parameter to EmitHeaderWarning (#827) 2018-01-22 09:32:37 -08:00
util Add a package apitype comment 2018-02-28 13:24:38 -08:00
version Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00
workspace Introduce config.Key 2018-03-08 10:52:25 -08:00