pulumi/pkg/diag
joeduffy 60a1f02666 Add more compiler tests
This change adds a few more compiler tests and rearranges some bits and pieces
that came up while doing so.  For example, we now issue warnings for incorrect
casing and/or extensions of the Mufile (and test these conditions).  As part of
doing that, it became clear the layering between the mu/compiler and mu/workspace
packages wasn't quite right, so some logic got moved around; additionally, the
separation of concerns between mu/workspace and mu/schema wasn't quite right, so
this has been fixed also (workspace just understands Mufile related things while
schema understands how to unmarshal the specific supported extensions).
2016-11-16 08:19:26 -08:00
..
diag.go Perform more real compilation activities 2016-11-15 17:42:22 -08:00
doc.go Perform more real compilation activities 2016-11-15 17:42:22 -08:00
pos.go Print relative filenames in errors 2016-11-15 18:00:43 -08:00
sink.go Add more compiler tests 2016-11-16 08:19:26 -08:00