Commit 112ca94
authored
fix(internal/gapicgen): don't regen files that have been deleted (#3471)
Currently this method will find all the files that haven been
updated since the last hash. This is then used to find out
which packages will need to be regenerated. We should not try to
regenerate files that have been deleted, this causes a file does
not exist error when running the generator.
The provided flag restricts to files that:
- (A) Added
- (C) Copied
- (M) Modified
- (R) Renamed1 parent 4f26875 commit 112ca94
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| |||
0 commit comments