Skip to content

Conversation

@sammuti
Copy link
Contributor

@sammuti sammuti commented Jan 30, 2026

No description provided.

@sammuti sammuti requested review from bradhe and Copilot January 30, 2026 14:47
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR implements logging improvements across several crates, adding structured telemetry context to subprocess operations and fixing minor code style issues.

Changes:

  • Added telemetry context parameter and comprehensive logging throughout the subprocess package handling flow
  • Fixed missing semicolon and applied code formatting improvements in tower-uv
  • Applied code formatting cleanup in tower-cmd

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
crates/tower-uv/src/lib.rs Added missing semicolon and reformatted multi-line code for consistency
crates/tower-runtime/src/subprocess.rs Added telemetry context parameter and comprehensive debug/info/error logging throughout package receive and unpack operations
crates/tower-cmd/src/util/apps.rs Reformatted error return statement to single line

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sammuti sammuti changed the base branch from main to develop January 30, 2026 22:53
@tower tower deleted a comment from github-actions bot Jan 30, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

@konstantinoscs konstantinoscs left a comment

Choose a reason for hiding this comment

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

LGTM

Err(e) => {
debug!("Failed to open lock file {:?}: {:?}", path, e);
continue
continue;
Copy link
Contributor

Choose a reason for hiding this comment

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

Curious how this compiled before...

Copy link
Contributor Author

@sammuti sammuti Feb 2, 2026

Choose a reason for hiding this comment

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

Its not a problem here since the type gets coerced to File, so it was just a problem in terms of clarity

@sammuti sammuti merged commit 6f38abf into develop Feb 2, 2026
6 checks passed
@sammuti sammuti deleted the chore/TOW-1424-log-improvements branch February 2, 2026 10:26
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