diff options
Diffstat (limited to '048typecheck.cc')
-rw-r--r-- | 048typecheck.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/048typecheck.cc b/048typecheck.cc index f686f78f..090e3033 100644 --- a/048typecheck.cc +++ b/048typecheck.cc @@ -1,5 +1,10 @@ //: Some simple sanity checks for types, and also attempts to guess them where //: they aren't provided. +//: +//: You still have to provide the full type the first time you mention a +//: variable in a recipe. You have to explicitly name :offset and :variant +//: every single time. You can't use the same name with multiple types in a +//: single recipe. :(scenario transform_types_warns_on_reusing_name_with_different_type) % Hide_warnings = true; |