Copilot commented on code in PR #3778:
URL: https://github.com/apache/thrift/pull/3778#discussion_r3909322683
##########
lib/go/test/Makefile.am:
##########
@@ -61,16 +61,18 @@ gopath: $(THRIFT) $(THRIFTTEST) \
ConflictArgNamesTest.thrift \
ConstOptionalFieldImport.thrift \
ConstOptionalField.thrift \
+ ContainerKeyTest.thrift \
ProcessorMiddlewareTest.thrift \
ClientMiddlewareExceptionTest.thrift \
ValidateTest.thrift \
ForwardType.thrift \
StringParseAllocationTest.thrift
Review Comment:
`ContainerKeyTest.thrift` is listed twice in the `gopath` prerequisite list
(once around line 39 and again here). The duplicate entry is redundant and
makes the dependency list harder to maintain.
--
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]