-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
cli gen service:BUG #2310
Labels
Comments
logic 目录下的文件,没有 struct 也会生成 service。 |
遇到同样的问题,v2.3.2
把注释行去除,改成
|
sanrentai
added a commit
to sanrentai/gf-1
that referenced
this issue
Mar 2, 2023
sanrentai
added a commit
to sanrentai/gf-1
that referenced
this issue
Mar 2, 2023
@alaywn @zcyc @sanrentai 大家好,其实这个 |
sanrentai
added a commit
to sanrentai/gf-1
that referenced
this issue
Mar 3, 2023
gqcn
pushed a commit
that referenced
this issue
Mar 13, 2023
Please show #3067 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. What version of
Go
and system type/arch are you using?go version go1.19.3 darwin/arm64
2. What version of
GoFrame
are you using?github.com/gogf/gf/v2 v2.2.4
3. Can this issue be re-produced with the latest release?
YES!
4. What did you do?
BUG1:使用gf gen service时,logic目录下的代码中被注释的方法,依旧会在service中生成接口方法
BUG2:使用gf gen service时,如果service中已经生成的了文件,再回提示no dirty信息,无法重新生成覆盖已有文件(参数overwrite=true)
BUG1复现方式:focus-single项目中,注释某个logic目录中的方法,然后运行gf gen service 就可以重现
BUG2复现方式:focus-single项目中直接运行gf gen service 就可以重现
5. What did you expect to see?
6. What did you see instead?
The text was updated successfully, but these errors were encountered: