Commit 2ec05d5
authored
Allow
I had assumed a valid parse since parse errors would detonate in lowering
anyway, but that was wrong: JETLS uses `ignore_errors=true` in parsing to
SyntaxTree. I plan to make some larger changes where I'll make sure
`RawGreenNode->SyntaxTree` is more thoroughly tested, but this is a
quick fix to get JETLS working.K"error" when parsing to SyntaxTree (JuliaLang#60327)1 parent 3a274d5 commit 2ec05d5
2 files changed
+14
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
880 | | - | |
881 | | - | |
| 880 | + | |
882 | 881 | | |
883 | 882 | | |
884 | | - | |
885 | | - | |
| 883 | + | |
886 | 884 | | |
887 | 885 | | |
888 | 886 | | |
| |||
894 | 892 | | |
895 | 893 | | |
896 | 894 | | |
897 | | - | |
898 | | - | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
899 | 900 | | |
900 | 901 | | |
901 | 902 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
48 | 55 | | |
49 | 56 | | |
50 | 57 | | |
| |||
0 commit comments