Go to file
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
cmd Support .yml Mufile extensions 2016-11-15 18:26:21 -08:00
docs Add a reminder to decide on "local" flavors 2016-11-07 11:26:07 -08:00
examples Fix a lambda typo in the demo code 2016-11-07 17:03:32 -08:00
pkg Add more compiler tests 2016-11-16 08:19:26 -08:00
.gitignore Sketch a mu build command and its scaffolding 2016-11-15 14:30:34 -05:00
.gitmodules Add Docker Compose and Kubernetes conversions as submodules 2016-11-01 10:30:39 -07:00
glide.lock Use the stretchr/testify package for testing 2016-11-15 19:18:03 -08:00
glide.yaml Use the stretchr/testify package for testing 2016-11-15 19:18:03 -08:00
main.go Sketch a mu build command and its scaffolding 2016-11-15 14:30:34 -05:00
Makefile Test packages when making the project 2016-11-15 19:25:06 -08:00
README.md Clean up out of date documentation 2016-11-04 11:27:09 -07:00

Mu

Mu is a framework and toolset for creating reusable stacks of services.