nightcityblade opened a new pull request, #3580:
URL: https://github.com/apache/dubbo-go/pull/3580

   ### Description
   Fixes #3560
   
   Use `errors.Is` for EOF sentinel checks so wrapped errors follow the 
existing control flow, and wrap exporter creation errors with `%w` so callers 
can inspect their cause.
   
   Validation:
   - `go test ./protocol/jsonrpc ./protocol/triple/reflection ./otel/trace`
   - `go vet ./protocol/jsonrpc ./protocol/triple/reflection ./otel/trace`
   - `golangci-lint run ./protocol/jsonrpc ./protocol/triple/reflection 
./otel/trace --timeout=10m`
   
   ### Checklist
   - [x] I confirm the target branch is `develop`
   - [x] Code has passed local testing
   - [ ] I have added tests that prove my fix is effective or that my feature 
works (N/A: this change updates standard-library error matching/wrapping 
behavior; the affected package suites and `errorlint` pass)
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to