about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-10 20:20:45 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-10 20:20:45 -0800
commit0fe9e1ffc78b2e116c011a268d4756b242c2109e (patch)
tree8b9d35b35453f93b6f3e71b6514dd48c6f2458b5
parentd11bf88295f03debbf39a51e329a11a9de087580 (diff)
downloadmu-0fe9e1ffc78b2e116c011a268d4756b242c2109e.tar.gz
2420
-rw-r--r--036call_reply.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/036call_reply.cc b/036call_reply.cc
index 97853a2b..b453188a 100644
--- a/036call_reply.cc
+++ b/036call_reply.cc
@@ -40,7 +40,6 @@ case REPLY: {
     break;
   }
   for (long long int i = 0; i < SIZE(caller_instruction.products); ++i) {
-    if (has_property(caller_instruction.products.at(i), "skiptypecheck")) continue;  // todo: drop this once we have generic containers
     if (!types_match(caller_instruction.products.at(i), reply_inst.ingredients.at(i))) {
       raise_error << maybe(callee) << "reply ingredient " << reply_inst.ingredients.at(i).original_string << " can't be saved in " << caller_instruction.products.at(i).original_string << '\n' << end();
       reagent lhs = reply_inst.ingredients.at(i);
> 2010-01-13 05:51:27 +0100 updated pydoc documentation' href='/akspecs/ranger/commit/doc/pydoc/ranger.fsobject.loader.html?h=v1.9.0b6&id=b3556b21e23eb3381b220e0d3319d94b3a89e0ac'>b3556b21 ^
62cd83ba ^






f07bb12f ^















34a60763 ^
f07bb12f ^















34a60763 ^
f07bb12f ^

























34a60763 ^
f07bb12f ^




34a60763 ^
f07bb12f ^














a614f048 ^
f07bb12f ^


























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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135