Commit 2d1bd92
Preserve executable output kind when evaluating generator methods (top-level statements support) (#78)
* Initial plan
* Preserve compilation output kind for generator execution and add top-level statements regression test
Co-authored-by: dex3r <3155725+dex3r@users.noreply.github.com>
* Apply review cleanup and finalize executable output-kind fix
Co-authored-by: dex3r <3155725+dex3r@users.noreply.github.com>
* Add explicit System.Console metadata reference in runtime regression tests
Co-authored-by: dex3r <3155725+dex3r@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: dex3r <3155725+dex3r@users.noreply.github.com>
Co-authored-by: Mateusz Krzaczek <dex3r@users.noreply.github.com>1 parent 59b0d15 commit 2d1bd92
2 files changed
Lines changed: 39 additions & 3 deletions
File tree
- EasySourceGenerators.GeneratorTests
- EasySourceGenerators.Generators
Lines changed: 39 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
60 | 93 | | |
61 | 94 | | |
62 | 95 | | |
| |||
253 | 286 | | |
254 | 287 | | |
255 | 288 | | |
256 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
257 | 293 | | |
258 | 294 | | |
259 | 295 | | |
260 | 296 | | |
261 | 297 | | |
262 | 298 | | |
263 | | - | |
| 299 | + | |
264 | 300 | | |
265 | 301 | | |
266 | 302 | | |
| |||
273 | 309 | | |
274 | 310 | | |
275 | 311 | | |
| 312 | + | |
276 | 313 | | |
277 | 314 | | |
278 | 315 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
349 | 348 | | |
350 | 349 | | |
351 | 350 | | |
| |||
0 commit comments