XL-Zhao-23 commented on code in PR #252:
URL: https://github.com/apache/skywalking-eyes/pull/252#discussion_r2554057975
##########
pkg/deps/result.go:
##########
@@ -38,6 +38,7 @@ type Result struct {
LicenseSpdxID string
ResolveErrors []error
Version string
+ SkippedReason string
Review Comment:
The field has been changed to a flag field named IsCrossPlatform, used to
mark cross-platform packages. In subsequent logic, when a cross-platform
package is identified, the system will indicate that it is being skipped and
provide the skip reason, including the current platform's OS and architecture
as well as the OS and architecture of the skipped package.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]