pulumi/pkg/diag
joeduffy f726c21402 Remember parent documents during template expansion
During subtypeOf checking, we need to walk the chain of documents from
which a stack came.  This is because, due to template expansion, we'll
end up with a different document for instantiated types than uninstantiated
ones.  This change keeps track of the parent and walks it appropriately.
2016-12-03 15:19:45 -08:00
..
diag.go Implement diag.Diagable on ast.Workspace and ast.Stack 2016-11-23 07:54:40 -08:00
doc.go Remember parent documents during template expansion 2016-12-03 15:19:45 -08:00
pos.go Prepare for semantic analysis 2016-11-16 09:29:44 -08:00
sink.go Annotate a bunch of TODOs with work item numbers 2016-11-23 12:30:02 -08:00
sink_test.go Fix diag.Sink errors/warnings count bug 2016-11-16 17:52:14 -08:00