- Notifications
You must be signed in to change notification settings - Fork5
Commit5f5da0a
committed
transformExpr() was missing some cases it ought to allow; per report
from Greg Stark. Also, twiddle the FuncCall case to not scribble onthe input structure, which was the proximate cause of the problem.Someday we ought to fix things so that transformExpr() isn't calledon already-transformed trees ...1 parent8d33f80 commit5f5da0a
1 file changed
+16
-5
lines changedLines changed: 16 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
| 325 | + | |
325 | 326 |
| |
326 | 327 |
| |
327 |
| - | |
328 |
| - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
329 | 336 |
| |
330 | 337 |
| |
| 338 | + | |
331 | 339 |
| |
332 | 340 |
| |
333 |
| - | |
| 341 | + | |
334 | 342 |
| |
335 | 343 |
| |
336 | 344 |
| |
| |||
664 | 672 |
| |
665 | 673 |
| |
666 | 674 |
| |
667 |
| - | |
668 | 675 |
| |
669 | 676 |
| |
670 | 677 |
| |
671 | 678 |
| |
672 | 679 |
| |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
673 | 684 |
| |
674 | 685 |
| |
675 | 686 |
| |
|
0 commit comments
Comments
(0)