pulumi/pkg
joeduffy ebe40e4be6 Make alternative features less alternative
Three minor blocking issues fixed, discovered as I am running tests
locally to stress the interpretr in a few different ways:

* Properly initiaize the local scope.

* Log pkg.Name(), not pkg.Name, so we get a string and not an address.

* Don't dereference uw after doing a call, when it could be nil.
2017-01-27 14:01:36 -08:00
..
compiler Make alternative features less alternative 2017-01-27 14:01:36 -08:00
config Begin overhauling semantic phases 2017-01-18 12:18:37 -08:00
diag Implement diag.Diagable on MuIL AST nodes 2017-01-17 18:01:11 -08:00
encoding Begin overhauling semantic phases 2017-01-18 12:18:37 -08:00
graph Begin overhauling semantic phases 2017-01-18 12:18:37 -08:00
pack Replace tree-walk-style type binding with token map lookups 2017-01-26 16:49:38 -08:00
tokens Replace tree-walk-style type binding with token map lookups 2017-01-26 16:49:38 -08:00
util Revive some compiler tests 2017-01-26 15:30:08 -08:00
workspace Clean up package URL logic 2017-01-20 11:46:36 -08:00