Old IncrementalBuilder: Fix cancellation token not passed to tcExtras#18279
Old IncrementalBuilder: Fix cancellation token not passed to tcExtras#18279majocha wants to merge 1 commit intodotnet:mainfrom
Conversation
❗ Release notes requiredCaution No release notes found for the changed paths (see table below). Please make sure to add an entry with an informative description of the change as well as link to this pull request, issue and language suggestion if applicable. Release notes for this repository are based on Keep A Changelog format. The following format is recommended for this repository:
If you believe that release notes are not necessary for this PR, please add NO_RELEASE_NOTES label to the pull request. You can open this PR in browser to add release notes: open in github.dev
|
a02b830 to
c70a23a
Compare
Browsing this code I noticed cancellation token was not passed in one situation. My bad, probably.
Not sure if this improves performance at all or decreases it. Not sure if this still works correctly with this change. I'll install this and test in use.
Old incremental builder unlike Transparent Compiler is opaque, indeed.