-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Remove broken and useless file in build #20952
Conversation
+1. FYI, that's a historical reason of the name "code-batch-process.go". At that time, Windows developers can not run After many code changes, Gitea has dropped many old tools, and I think most modern tools do not need to use If it's the case, maybe it's time to retire the argument splitting function of |
@wxiaoguang You may may have misunderstood me, I mean rename |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I saw code-batch-process.go
in the PR comment so added more information about it (at the beginning, they are related ...), and maybe other improvements can be done in the future. (I hidden the previous comment as off-topic)
Although the change L-G-T-M, I am not sure the ps: there is also Since I have no preference and have no objection, I will put my L-G-T-M here. |
Or we just remove the broken |
Agree, removing |
Changed the commits, just removed the broken file and the outdated introduction which confused me 😂 |
Actually, the comment is correct (but not clear ....) gitea/build/code-batch-process.go Lines 267 to 273 in a2db810
|
I see, I dropped the comment deleting. |
* upstream/main: Add whitespace removal inside template curly brackes (go-gitea#20853) Only show relevant repositories on explore page (go-gitea#19361) Replace `ServeStream` with `ServeContent` (go-gitea#20903) Update JS dependencies (go-gitea#20950) chore: remove broken gitea-format-imports (go-gitea#20952)
Related to #17684, #18633.
After the changing of
codeformat.FormatGoImports
, thegitea-format-imports.go
became uncompilable.And According to the comment:
gitea/build/code-batch-process.go
Line 26 in 00d8d4a
I think it would be clearer to rename
gitea-format-imports.go
togitea-fmt.go