Stephen Kelly 23f87e8157 cmake: Remove force from IssueMessage API
The force parameter is ugly and makes the method harder to reason about
(issues the message ... but maybe it doesn't ... but then again you can
force it).  It is a violation of

 https://en.wikipedia.org/wiki/Interface_segregation_principle

and is the kind of thing described in a recent blog here:

 http://code.joejag.com/2016/anti-if-the-missing-patterns.html

 "Any time you see this you actually have two methods bundled into one.
  That boolean represents an opportunity to name a concept in your code."
2016-06-12 22:09:27 +02:00
..
2016-06-09 09:18:23 -04:00
2016-06-06 11:19:20 -04:00
2016-06-12 00:01:09 -04:00
2016-06-02 08:24:04 -04:00
2016-06-02 08:24:04 -04:00
2016-04-29 13:58:31 -04:00
2016-06-02 08:24:04 -04:00
2016-06-03 10:45:52 -04:00