-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Sift now outputs meaningful things on debug #581
Conversation
b10fba7
to
a6a1431
Compare
boot/core/src/boot/task/built_in.clj
Outdated
@@ -575,7 +575,7 @@ | |||
action (partial helpers/sift-action v?) | |||
process (reduce-kv #(comp (action %2 %3) %1) identity *opts*)] | |||
(core/with-pre-wrap [fs] | |||
(util/info "Sifting output files...\n") | |||
(util/dbug* "Sifting with opts: %s\n" (util/pp-str (assoc *opts* :invert v?))) |
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.
I think personally I would rather still have it print the output by default rather than only on debug. It's a common behavior for most built-in tasks to print something indicating which task was run, and it helps as a base level sanity check that the tasks you think are running are actually happening.
Big 👍 to making the output more meaningful!
a6a1431
to
dd49dfb
Compare
@RadicalZephyr Ok I have just added the |
ummm, @arichiardi I think you pushed the wrong branch to this PR. It looks like it has your changes for the pom parent tag PR... |
Oh, fixing...Thanks!
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
|
dd49dfb
to
51ee2bb
Compare
Looks good, thanks! When you have a moment, could you please add to CHANGES.md? |
No description provided.