question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add overload to WithCriteria which prints a message

See original GitHub issue

It would be nice to have an overload of the WithCriteria extension which takes a message which will be printed out in case of the criteria being false, additionally to the Skipping task: xy text. This would allow to give some information why a task was skipped to the user.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:12
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
devleadcommented, Oct 25, 2018

@gtbuchanan the task message is written with Verbose verbosity, so you need to launch Cake with Verbose or Diagnostic verbosity to see it.

0reactions
gtbuchanancommented, Oct 25, 2018

I’m seeing this was included with v0.28, but I’m using v0.30 on Windows and it’s not showing the custom messages… Is there some sort of configuration I need to turn on?

Read more comments on GitHub >

github_iconTop Results From Across the Web

c++ - Overloading operator<< for printing as a member
It needs to be a non-member, since the class forms the second argument of the operator, not the first. If the output can...
Read more >
NENA PSAP Task Overload Management Information Document
This document will provide PSAP managers with recommendations on how to identify risks and manage them appropriately. 3.2 Technical Impacts ...
Read more >
7 Object Relational Mapping (GORM) 2.4.2
If you have the dbCreate property set to "update", "create" or "create-drop" on your DataSource, Grails will automatically generate/modify the database tables ...
Read more >
1.4 Changelog — SQLAlchemy 2.0 Documentation
1.4 Changelog¶. This document details individual issue-level changes made throughout 1.4 releases. For a narrative overview of what's new in 1.4, ...
Read more >
COLLECTIVE BARGAINING AGREEMENT
A. Faculty Member on a current performance improvement plan should not be offered and may not accept an overload or adjunct teaching assignment....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found