pulumi/pkg/compiler
joeduffy 5f33292496 Move assertion/failure functions
This change just moves the assertion/failure functions from the pkg/util
package to pkg/util/contract, so things read a bit nicer (i.e.,
`contract.Assert(x)` versus `util.Assert(x)`).
2017-01-15 14:26:48 -08:00
..
backends Move assertion/failure functions 2017-01-15 14:26:48 -08:00
core Fix a few type binding mistakes 2016-12-09 13:12:57 -08:00
predef Use intrinsics in place of predefineds 2016-12-05 16:13:49 -08:00
testdata Revert back to T[], instead of []T, for array syntax 2016-12-07 13:24:05 -08:00
binder.go Move assertion/failure functions 2017-01-15 14:26:48 -08:00
binder_test.go Custom types, round 2 2016-12-06 20:51:05 -08:00
common_test.go Pass compiler options to template evaluation 2016-12-09 12:42:28 -08:00
compiler.go Move assertion/failure functions 2017-01-15 14:26:48 -08:00
compiler_be.go Detect target cloud earlier on 2016-11-29 13:42:39 -08:00
compiler_fe.go Move assertion/failure functions 2017-01-15 14:26:48 -08:00
compiler_sema.go Move assertion/failure functions 2017-01-15 14:26:48 -08:00
compiler_test.go Pass compiler options to template evaluation 2016-12-09 12:42:28 -08:00
context.go Move assertion/failure functions 2017-01-15 14:26:48 -08:00
opts.go Pass compiler options to template evaluation 2016-12-09 12:42:28 -08:00
parser.go Move assertion/failure functions 2017-01-15 14:26:48 -08:00
parser_test.go Revert back to T[], instead of []T, for array syntax 2016-12-07 13:24:05 -08:00
parsetree.go Fix a few type binding mistakes 2016-12-09 13:12:57 -08:00
symbols.go Custom types, round 1 2016-12-06 14:49:47 -08:00
templates.go Move assertion/failure functions 2017-01-15 14:26:48 -08:00