[cmake-developers] Improving CPack Documentation (and may be others as well)
David Cole
david.cole at kitware.com
Mon Feb 6 11:40:29 EST 2012
On Mon, Feb 6, 2012 at 11:25 AM, Eric Noulard <eric.noulard at gmail.com> wrote:
> 2012/2/6 David Cole <david.cole at kitware.com>:
>> On Sun, Feb 5, 2012 at 6:50 PM, Eric Noulard <eric.noulard at gmail.com> wrote:
>>> 2012/2/1 David Cole <david.cole at kitware.com>:
>>>>
>>>> There's no rush here. We won't be reviewing your changes again until
>>>> next Tuesday at this point...
>>>
>>> Hi all,
>>>
>>> I did push the work and the branch a little further yesterday.
>>> I didn't get any big red on the dashboard this time and I think
>>> it was worth going a little further.
>>>
>>
>>
>> There is this issue on the dashboard:
>>
>> http://cdash.org/CDash/viewBuildError.php?buildid=1981062
>>
>> Use empty string assignment:
>>
>> std::string s;
>> s = "";
>>
>> ...instead of "clear" to avoid this problem on our (yes, I know,
>> ancient, but annoyingly still there) VS6 dashboards.
>
> OK noted.
> Just fixed and pushed to next as well.
>
> I'm subscribed to CMake dashboard and I don't think I received that alert?
> Any reason for that?
>
I don't know... I think you should have received one based on this build:
http://cdash.org/CDash/buildSummary.php?buildid=1978516
(Your updates are listed in that build's updates, and that is the
build where the error first occurred...)
More information about the cmake-developers
mailing list