Skip to content

Conversation

@ym
Copy link
Contributor

@ym ym commented Apr 10, 2025

No description provided.

@ym ym requested review from adamshiervani, chemhack and Copilot and removed request for Copilot April 10, 2025 16:43
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.

Copilot reviewed 35 out of 37 changed files in this pull request and generated 1 comment.

Files not reviewed (2)
  • go.mod: Language not supported
  • internal/pion/logging/go.mod: Language not supported
Comments suppressed due to low confidence (1)

internal/usbgadget/utils.go:48

  • Consider improving the log message text by explicitly including the file path (e.g. 'skipping writing to ' + filePath) for better clarity.
u.log.Trace().Str("path", filePath).Msg("skipping writing to as it already has the correct content")

@ym ym force-pushed the feat/zerolog branch 2 times, most recently from 5944e78 to 345c09f Compare April 10, 2025 17:29
@ym ym requested a review from Copilot April 10, 2025 17:29
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.

Copilot reviewed 35 out of 37 changed files in this pull request and generated 1 comment.

Files not reviewed (2)
  • go.mod: Language not supported
  • internal/pion/logging/go.mod: Language not supported
Comments suppressed due to low confidence (1)

internal/usbgadget/utils.go:48

  • [nitpick] Consider improving the log message wording by including the file name explicitly, e.g. 'skipping writing to file as it already has the correct content'.
u.log.Trace().Str("path", filePath).Msg("skipping writing to as it already has the correct content")

@ym ym force-pushed the feat/zerolog branch 2 times, most recently from c770df3 to 396a747 Compare April 10, 2025 20:47
@ym ym force-pushed the feat/zerolog branch 2 times, most recently from 3feb16d to f38ce40 Compare April 10, 2025 21:06
@ym ym requested a review from Copilot April 10, 2025 21:16
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.

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

Files not reviewed (1)
  • go.mod: Language not supported
Comments suppressed due to low confidence (2)

internal/usbgadget/utils.go:48

  • [nitpick] Consider rephrasing the log message to explicitly include the file path (e.g. 'skipping writing to as it already has the correct content') so that the message remains clear even without relying solely on its structured field.
u.log.Trace().Str("path", filePath).Msg("skipping writing to as it already has the correct content")

internal/usbgadget/utils.go:55

  • [nitpick] Consider rephrasing this log message similarly to include the file path directly in the message text for improved clarity.
u.log.Trace().Str("path", filePath).Msg("skipping writing to as it already has the correct content")

@ym ym merged commit 934bb68 into jetkvm:dev Apr 10, 2025
4 checks passed
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.

2 participants