Commit 9d037ad
committed
source code generator now aborts if there are errors in Actions.
Previously invalid yarn actions would still get processed and codegen to register them would happen.
The idea being we could flag "hey we know there is an action but it's in a bad state".
However this could cause compilation errors in the generated source code which is quite annoying to deal with.
So now warning still get to slip through and generate a "hey this has issues", but errors do not.1 parent 63c52e0 commit 9d037ad
File tree
2 files changed
+13
-6
lines changed- Editor/Analysis/ActionsRegistrationGenerator~
- SourceGenerator
2 files changed
+13
-6
lines changedLines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
191 | | - | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
230 | 235 | | |
231 | 236 | | |
232 | 237 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
264 | 271 | | |
265 | 272 | | |
266 | 273 | | |
| |||
Binary file not shown.
0 commit comments