Commit d29db16
dlsmith
DynamicJava: Integrated contextual expected types into inference. Refactored ExpressionChecker so that TypeNames are handled by a new TypeNameChecker, and both hide their visitor implementation, forcing invocations to go through a public "check" method. Updated the build script's usage of Retroweaver so that verification is turned on; replaced jlbench.jar with jlbench-base-14.jar to prevent clashes with PLT classes.
git-svn-id: file:///tmp/test-svn/trunk@4630 fe72c1cf-3628-48e9-8b72-1c46755d3cff1 parent 875709e commit d29db16
File tree
11 files changed
+1857
-1600
lines changed- dynamicjava
- lib/buildlib
- src/edu/rice/cs/dynamicjava
- interpreter
- symbol
11 files changed
+1857
-1600
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
278 | | - | |
| 276 | + | |
| 277 | + | |
279 | 278 | | |
280 | | - | |
281 | | - | |
| 279 | + | |
282 | 280 | | |
283 | | - | |
284 | | - | |
| 281 | + | |
| 282 | + | |
285 | 283 | | |
286 | | - | |
287 | 284 | | |
288 | 285 | | |
289 | 286 | | |
| |||
295 | 292 | | |
296 | 293 | | |
297 | 294 | | |
298 | | - | |
| 295 | + | |
299 | 296 | | |
300 | 297 | | |
301 | 298 | | |
| |||
374 | 371 | | |
375 | 372 | | |
376 | 373 | | |
377 | | - | |
| 374 | + | |
378 | 375 | | |
379 | 376 | | |
380 | 377 | | |
| |||
394 | 391 | | |
395 | 392 | | |
396 | 393 | | |
397 | | - | |
| 394 | + | |
398 | 395 | | |
399 | 396 | | |
400 | 397 | | |
| |||
414 | 411 | | |
415 | 412 | | |
416 | 413 | | |
417 | | - | |
| 414 | + | |
418 | 415 | | |
419 | 416 | | |
420 | 417 | | |
| |||
508 | 505 | | |
509 | 506 | | |
510 | 507 | | |
511 | | - | |
| 508 | + | |
512 | 509 | | |
513 | 510 | | |
514 | 511 | | |
| |||
Binary file not shown.
Binary file not shown.
Lines changed: 10 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 49 | | |
65 | 50 | | |
66 | 51 | | |
| |||
85 | 70 | | |
86 | 71 | | |
87 | 72 | | |
88 | | - | |
| 73 | + | |
89 | 74 | | |
90 | 75 | | |
91 | | - | |
| 76 | + | |
92 | 77 | | |
93 | 78 | | |
94 | 79 | | |
95 | | - | |
| 80 | + | |
96 | 81 | | |
97 | 82 | | |
98 | 83 | | |
99 | | - | |
| 84 | + | |
100 | 85 | | |
101 | 86 | | |
102 | 87 | | |
| |||
118 | 103 | | |
119 | 104 | | |
120 | 105 | | |
121 | | - | |
| 106 | + | |
122 | 107 | | |
123 | 108 | | |
124 | 109 | | |
125 | | - | |
| 110 | + | |
126 | 111 | | |
127 | 112 | | |
128 | 113 | | |
129 | | - | |
| 114 | + | |
130 | 115 | | |
131 | 116 | | |
132 | 117 | | |
133 | 118 | | |
134 | | - | |
| 119 | + | |
135 | 120 | | |
136 | 121 | | |
137 | 122 | | |
| |||
160 | 145 | | |
161 | 146 | | |
162 | 147 | | |
163 | | - | |
| 148 | + | |
164 | 149 | | |
165 | 150 | | |
166 | 151 | | |
| |||
172 | 157 | | |
173 | 158 | | |
174 | 159 | | |
175 | | - | |
| 160 | + | |
176 | 161 | | |
177 | 162 | | |
178 | 163 | | |
| |||
0 commit comments