Skip to content
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

Merged
merged 2 commits into from
Jul 11, 2017

Conversation

arichiardi
Copy link
Contributor

No description provided.

@@ -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?)))
Copy link
Contributor

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!

@arichiardi
Copy link
Contributor Author

@RadicalZephyr Ok I have just added the dbug entry alongside the info one, kind of agree that it would be odd to have it go away all of a sudden

@RadicalZephyr
Copy link
Contributor

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...

@arichiardi
Copy link
Contributor Author

arichiardi commented Feb 16, 2017 via email

@arichiardi arichiardi changed the title Sift now outputs only on dbug Sift now outputs meaningful things on debug Mar 3, 2017
@alandipert alandipert added this to the next-release milestone May 27, 2017
@alandipert
Copy link
Contributor

Looks good, thanks! When you have a moment, could you please add to CHANGES.md?

@alandipert alandipert merged commit 4d8409b into boot-clj:master Jul 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants