pulumi/pkg
joeduffy 1e5bf7e5bb Fix three evaluation bugs
* Pushing a class scope should permit subclasses (assertion).

* Returning nothing is legal for voids *and* dynamic (the latter was missing).

* The dynamic load readonly lval check is redundant; we check at the site of
  assignment and doing it here as well led to two errors per usage.
2017-04-11 09:10:22 -07:00
..
compiler Require blocks in fewer places 2017-04-10 10:06:27 -07:00
diag Add optional formatting to the diag.Message API 2017-03-15 12:16:56 -07:00
encoding Switch to imports as statements 2017-04-08 18:16:10 -07:00
eval Fix three evaluation bugs 2017-04-11 09:10:22 -07:00
graph Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
pack Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
resource Fix some poor hygiene 2017-04-08 07:44:02 -07:00
tokens Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
util Fix some poor hygiene 2017-04-08 07:44:02 -07:00
workspace Make major commands more pleasant 2017-03-21 19:23:32 -07:00