about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-05 11:23:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-05 11:23:20 -0700
commit0d9d275314f98dceec1118e80eaab89a00c3ad3e (patch)
tree6c05af05479100eee8a12f9ffc11e927d97d9bf5 /030container.cc
parentcbbcd47fa4c5571f3e72de0eaa5a43f466aae2fa (diff)
downloadmu-0d9d275314f98dceec1118e80eaab89a00c3ad3e.tar.gz
2154 - check types only after loading all layers
Follow-up to 2147, which switched transform_all to only run once, after
loading all layers.
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/030container.cc b/030container.cc
index c89353a3..8505f475 100644
--- a/030container.cc
+++ b/030container.cc
@@ -455,7 +455,7 @@ container foo [
 +parse:   element name: y
 +parse:   type: 1
 
-:(before "End Load Sanity Checks")
+:(before "End Transform")
 check_container_field_types();
 
 :(code)