All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yu, Mingli" <mingli.yu@windriver.com>
To: Randy MacLeod <randy.macleod@windriver.com>,
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] boost: add contract lib
Date: Wed, 23 May 2018 10:14:27 +0800	[thread overview]
Message-ID: <5B04CE83.2070505@windriver.com> (raw)
In-Reply-To: <c8207ee0-1df1-e31e-941a-f4a250e882a4@windriver.com>



On 2018年05月16日 12:37, Randy MacLeod wrote:
> On 2018-05-11 02:23 AM, mingli.yu@windriver.com wrote:
>> From: Mingli Yu <mingli.yu@windriver.com>
>>
>> Add the contract lib which implements contract
>> programming (a.k.a., Design by Contract or DbC) [1]
>> for the C++ programming language.
>
> Please clean up the long log.
> You should write something like:
>
>     Add the contract lib which implements contract programming
>     (a.k.a., Design by Contract) for the C++ programming language.
>
> I don't know what the [1] was about.
> Ah, it's a reference from this documentation:
>    https://www.boost.org/doc/libs/develop/libs/contract/doc/html/index.html
>
> For anyone reading, but not following links:
>
> [1] Design by Contract (DbC) is a registered trademark of the Eiffel
> Software company and it was first introduced by the Eiffel programming
> language (see [Meyer97]).

Good catch!
Thanks Randy! I will update the commit message altogether with some 
other changes next time as it has been already merged.

Thanks,

>
>
> ../Randy
>
>>
>> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
>> ---
>>   meta/recipes-support/boost/boost.inc | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/meta/recipes-support/boost/boost.inc
>> b/meta/recipes-support/boost/boost.inc
>> index b447897a0c..6984bee777 100644
>> --- a/meta/recipes-support/boost/boost.inc
>> +++ b/meta/recipes-support/boost/boost.inc
>> @@ -9,6 +9,7 @@ BOOST_LIBS = "\
>>       atomic \
>>       chrono \
>>       container \
>> +    contract \
>>       date_time \
>>       exception \
>>       filesystem \
>>
>
>


  reply	other threads:[~2018-05-23  2:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-11  6:23 [PATCH] boost: add contract lib mingli.yu
2018-05-16  4:37 ` Randy MacLeod
2018-05-23  2:14   ` Yu, Mingli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-05-11  3:34 mingli.yu
2018-05-11  6:18 ` Yu, Mingli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5B04CE83.2070505@windriver.com \
    --to=mingli.yu@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=randy.macleod@windriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.