You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Kitex to generate code with multiple Services and Handlers, specifying the -use parameter causes a runtime panic with a nil pointer dereference error.
Steps to Reproduce:
Create a .thrift file with multiple services defined.
Run the following command to generate code:
kitex -tpl multiple_services -service system -module example -use example/pkg/kitex_gen ./../../idl/rpc/example.thrift
Description:
When using Kitex to generate code with multiple Services and Handlers, specifying the -use parameter causes a runtime panic with a nil pointer dereference error.
Steps to Reproduce:
Environment:
Additional Information:
example/pkg/kitex_gen
has been generated.The text was updated successfully, but these errors were encountered: