Skip to content

Conversation

@Badlazzor
Copy link
Contributor

No description provided.

@bitrise-ip-bot
Copy link
Contributor

bitrise-ip-bot commented Sep 10, 2025

Summary

This PR implements a deadlock fix for the log interceptor by introducing a NonBlockingWriter that uses buffered channels and goroutines to prevent blocking writes. The changes also include minor cosmetic improvements like import reordering and comment formatting.

Walkthrough

File Summary
loginterceptor/loginterceptor.go Added NonBlockingWriter with buffered channels to prevent deadlocks, updated PrefixInterceptor to use NonBlockingWriter instances
destination/device_finder.go, destination/parse.go Reordered imports to follow Go conventions
autocodesign/.../appstoreconnect.go, xcodecache/swiftpm_cache.go Minor cosmetic formatting changes

Copy link
Contributor

@bitrise-ip-bot bitrise-ip-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an AI-generated review. Please review it carefully.

Actionable comments posted: 1

Copy link
Contributor

@bitrise-ip-bot bitrise-ip-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an AI-generated review. Please review it carefully.

Actionable comments posted: 1

@Badlazzor Badlazzor merged commit f70d0a5 into master Sep 11, 2025
3 checks passed
@Badlazzor Badlazzor deleted the ACI-4154-log-deadlock-resolution branch September 11, 2025 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants