We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This code seems insufficient for removing redundant import statements from the generated client code:
airframe/airframe-http/.jvm/src/main/scala/wvlet/airframe/http/codegen/HttpClientIR.scala
Line 63 in a2f6b70
In addition, we need to remove:
The text was updated successfully, but these errors were encountered:
Now sbt-airframe uses full class name for each occurrences instead of using import statements.
Sorry, something went wrong.
No branches or pull requests
This code seems insufficient for removing redundant import statements from the generated client code:
airframe/airframe-http/.jvm/src/main/scala/wvlet/airframe/http/codegen/HttpClientIR.scala
Line 63 in a2f6b70
In addition, we need to remove:
The text was updated successfully, but these errors were encountered: