pulumi/pkg/diag
joeduffy db80229899 Fix a few type binding mistakes
* Persue the default/optional checking if a property value == nil.

* Use the Interface() function to convert a reflect.Type to its underlying
  interface{} value.  This is required for typechecking to check out.

* Also, unrelated to the above, change type assertions to use nil rather than
  allocating real objects.  Although minimal, this incurs less GC pressure.
2016-12-09 13:12:57 -08:00
..
diag.go Implement diag.Diagable on ast.Workspace and ast.Stack 2016-11-23 07:54:40 -08:00
doc.go Fix a few type binding mistakes 2016-12-09 13:12:57 -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