Commit 2b9ef28
committed
Restore single pass over form children
This reverts to a scenario where parse-all does only a single pass over
the children nodes.
It does this by replacing a `doall` + `last` with just `last`. The
`last` is new code as of the prior commit, so this switches back to a
single pass over the children. It's not clear what the `doall` was
doing. Perhaps it ensured that a file was fully parsed before closing,
though I tried and failed to confirm that. In any case, the `last`
should serve the same purpose.1 parent ba3ea89 commit 2b9ef28
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments