Commit 9818713
Fix compilation errors: move BackgroundThreadJob to ChainableAst and use compound assignment
- Moved BackgroundThreadJob property from PipelineAst to ChainableAst base class
to make it accessible to both PipelineAst and PipelineChainAst
- Updated PipelineChainAst.Copy() to preserve BackgroundThreadJob property
- Fixed IDE0074 warning by using ??= compound assignment operator
- Fixes CS1061 error where PipelineBaseAst didn't have BackgroundThreadJob property
Co-authored-by: kilasuit <6355225+kilasuit@users.noreply.github.com>1 parent 44d084e commit 9818713
2 files changed
Lines changed: 10 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5540 | 5540 | | |
5541 | 5541 | | |
5542 | 5542 | | |
| 5543 | + | |
| 5544 | + | |
| 5545 | + | |
| 5546 | + | |
| 5547 | + | |
5543 | 5548 | | |
5544 | 5549 | | |
5545 | 5550 | | |
| |||
5610 | 5615 | | |
5611 | 5616 | | |
5612 | 5617 | | |
5613 | | - | |
| 5618 | + | |
| 5619 | + | |
| 5620 | + | |
5614 | 5621 | | |
5615 | 5622 | | |
5616 | 5623 | | |
| |||
5767 | 5774 | | |
5768 | 5775 | | |
5769 | 5776 | | |
5770 | | - | |
5771 | | - | |
5772 | | - | |
5773 | | - | |
5774 | | - | |
5775 | 5777 | | |
5776 | 5778 | | |
5777 | 5779 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
| 596 | + | |
| 597 | + | |
601 | 598 | | |
602 | 599 | | |
603 | 600 | | |
| |||
0 commit comments