about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--048check_type_by_name.cc2
-rw-r--r--999spaces.cc9
2 files changed, 6 insertions, 5 deletions
diff --git a/048check_type_by_name.cc b/048check_type_by_name.cc
index a481b2f4..f229263e 100644
--- a/048check_type_by_name.cc
+++ b/048check_type_by_name.cc
@@ -14,7 +14,7 @@ recipe main [
 ]
 +error: main: x used with multiple types
 
-:(before "Transform.push_back(check_or_set_invalid_types)")
+:(after "Begin Instruction Modifying Transforms")
 Transform.push_back(check_types_by_name);  // idempotent
 
 :(code)
diff --git a/999spaces.cc b/999spaces.cc
index 2731382f..95b204ed 100644
--- a/999spaces.cc
+++ b/999spaces.cc
@@ -44,10 +44,11 @@ assert(Max_callstack_depth == 9989);
 //:     56.2 update header reagents
 //:      ↳ 56.4 fill in reply ingredients
 //:
-//:      ↱ 48 check types by name
-//:      ↑ ↓ ↱ 56.3 deduce types from header
-//:      ↑ ↓ ↑ ↳ 57 static dispatch
-//:      ↑ ↳ 56 check reply instructions against header
+//:     48 check types by name
+//:      ↓ ↱ 56.3 deduce types from header
+//:      ↓ ↑ ↳ 57 static dispatch
+//:      ↳ 56 check reply instructions against header
+//:
 //:     30 check or set invalid containers
 //:     ---
 //:     13 update instruction operation
91a17bb9276cf44d9141d1a29b8f6'>df79157 ^
1168570 ^
d3d9df2 ^

1168570 ^
df1d1ef ^
747f4fb ^
1168570 ^


893123c ^
fc49c57 ^
df1d1ef ^
893123c ^
b9d16fb ^
1168570 ^

747f4fb ^
1168570 ^



b9d16fb ^
d3d9df2 ^
1168570 ^

b6e7bb3 ^
1168570 ^

b9d16fb ^
d3d9df2 ^
505c5d8 ^
37be25f ^
505c5d8 ^

37be25f ^
505c5d8 ^

1168570 ^

d2680fb ^
1168570 ^


d2680fb ^

1168570 ^

fc49c57 ^
1168570 ^


d6fbc25 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68