pulumi/cmd
joeduffy 2ac303f703 Fix deployment hang (pulumi/lumi#246)
The recent change to run the interpreter and planner on separate goroutines
created the need to perform rendezvous-style synchronization between them.
Although the case of an invoked function properly tore down the synchronization
by communicating the error, we seldom directly invoke functions for JavaScript
programs because the way module entrypoint code ends up in initializers.
This requires that we propagate errors correctly out of module and class
initializers, in the standard way, so that the unwind makes its way to the top.

This fixes pulumi/lumi#246.
2017-06-14 15:52:36 -07:00
..
lumi Fix deployment hang (pulumi/lumi#246) 2017-06-14 15:52:36 -07:00
lumidl Print output properties in the CLI 2017-06-01 08:37:56 -07:00
lumijs Fix empty body issues 2017-06-14 10:30:46 -07:00
lumipy Finish scrubbing TODOs 2017-06-06 06:05:35 -07:00