From a0fc38c9e1584960ecad0eb8d58a5d4e6995ad87 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 30 Sep 2015 00:07:33 -0700 Subject: 2218 - check types in instructions much earlier Front-loads it a bit more than I'd like, but the payoff is that other recipes will now be able to describe the type checks right next to their operation. I'm also introducing a new use of /raw with literals to indicate unsafe typecasts. --- 030container.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '030container.cc') diff --git a/030container.cc b/030container.cc index 8505f475..19d3a5af 100644 --- a/030container.cc +++ b/030container.cc @@ -402,7 +402,7 @@ recipe main [ :(scenario run_allows_type_definition_after_use) % Hide_warnings = true; recipe main [ - 1:bar <- copy 0 + 1:bar <- copy 0/raw ] container bar [ -- cgit 1.4.1-2-gfad0