Commit 72ccb27
committed
build: allow parser.c to be created if missing
during regen-pegen
Previously, `regen-pegen` would fail if Parser/parser.c was deleted
(e.g. due to merge conflicts), requiring a manual `touch` to proceed.
This change passes `--create` to update_file.py to allow the file
to be created automatically if it doesn't exist.1 parent a247dd3 commit 72ccb27
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1948 | 1948 | | |
1949 | 1949 | | |
1950 | 1950 | | |
1951 | | - | |
| 1951 | + | |
1952 | 1952 | | |
1953 | 1953 | | |
1954 | 1954 | | |
| |||
0 commit comments