mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`performNewOperation` may not set a new compiler instance if e.g it ends up being cancelled, so we need to make sure we reset the cached compiler instance to ensure future requests don't attempt to re-use it. Noticed by inspection.