-
Notifications
You must be signed in to change notification settings - Fork 984
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
Group details screen 3.2 #14631
Group details screen 3.2 #14631
Conversation
Jenkins BuildsClick to see older builds (8)
|
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.
could you please run zprint for all files, still lots of formating
@@ -1,27 +1,27 @@ | |||
(ns status-im2.contexts.chat.messages.view |
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.
this namespace still reverted
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.
@flexsurfer reverted this file. As for the formatting, I keep running make lint-fix
but I am not sure if it formatting the files correctly
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.
yeah i think it doesn't work, it didn't work for me as well you should run zprint for each file manually, what IDE do you use ?
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.
@yqrashawn is off today
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.
@flexsurfer I use IntelliJ
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.
develop...45231b1
This one is better, but still some, I guess, unrelated diff. Which one is last commit before trying to rebase against upstream, with that commit, I can get to the minimum diff
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.
@yqrashawn this is the last one before so many files got reformatted 68080de
But why is clojure-lsp clean-ns
messing up the formatting. If it was already formatted correctly then it shouldn't change anything right?
Also currently when running make lint-fix
is doesn't really fix all the formatting of the changed files as shown in this other PR: #14635
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.
clojure-lsp clean-ns
and zprint
currently conflict with each other when formatting ns
form, so it's required to run zprint
after clojure-lsp
I'll create a pr to tweak zprint
's rule for ns
forms
make lint-fix
only applies to file staged (git add) in git git diff --diff-filter=d --cached --name-only
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.
make lint-fix
only applies to file staged (git add) in gitgit diff --diff-filter=d --cached --name-only
oh that's good to know
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.
Oh, I just found that this is not the old way. The old make lint-fix
will fix everything in src. I'll fix this soon.
Reverting some files from that PR: #14494