Commit bc03c6b
committed
Change TypedRacket's Makefile to a symlink
Since, to the best of my knowledge, the Makefiles for Racket and TypedRacket should actually be identical (the differences between the two flavours being confined to the source code files), I have swapped out the old TypedRacket Makefile for a soft symlink to Racket's Makefile. This should ensure that the two always stay in sync with each other automatically, since, after all, one is just a reference to the real file.
Also, this commit corrects a problem with the current benchmarking for linalg and whispers, in that the file names for the output files weren't being adjusted based on the style in use, which had the effect of causing the last style used to overwrite the earlier styles. This wasn't currently an issue for Whispers, since it only 'ring' enabled right now, but it meant that only results for 'mixed' were recorded for linalg.1 parent a57cf05 commit bc03c6b
2 files changed
+5
-258
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
210 | 212 | | |
211 | 213 | | |
212 | 214 | | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
219 | 222 | | |
| 223 | + | |
220 | 224 | | |
221 | 225 | | |
222 | 226 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments