Skip to content

Commit

Permalink
feat(tool): no apache for fastcodec (#1426)
Browse files Browse the repository at this point in the history
* use bthrift.PrependError
* updated kitex tool MinDepVersion to 0.11.0
* fixed `undefined: bthrift.KitexUnusedProtection`
  • Loading branch information
xiaost committed Jul 8, 2024
1 parent 3fb791c commit 1b85559
Show file tree
Hide file tree
Showing 10 changed files with 417 additions and 3,731 deletions.
77 changes: 38 additions & 39 deletions internal/mocks/thrift/k-test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/protocol/bthrift/test/gen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

kitex -module github.com/cloudwego/kitex -thrift keep_unknown_fields test.thrift
kitex -thrift no_default_serdes -module github.com/cloudwego/kitex -thrift keep_unknown_fields test.thrift

Loading

0 comments on commit 1b85559

Please sign in to comment.