All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] boost: add contract lib
@ 2018-05-11  3:34 mingli.yu
  2018-05-11  6:18 ` Yu, Mingli
  0 siblings, 1 reply; 5+ messages in thread
From: mingli.yu @ 2018-05-11  3:34 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <mingli.yu@windriver.com>

Add the contract lib

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 \
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] boost: add contract lib
  2018-05-11  3:34 [PATCH] boost: add contract lib mingli.yu
@ 2018-05-11  6:18 ` Yu, Mingli
  0 siblings, 0 replies; 5+ messages in thread
From: Yu, Mingli @ 2018-05-11  6:18 UTC (permalink / raw)
  To: openembedded-core

Please ignore this patch.

Thanks,

On 2018年05月11日 11:34, mingli.yu@windriver.com wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Add the contract lib
>
> 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 \
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] boost: add contract lib
  2018-05-16  4:37 ` Randy MacLeod
@ 2018-05-23  2:14   ` Yu, Mingli
  0 siblings, 0 replies; 5+ messages in thread
From: Yu, Mingli @ 2018-05-23  2:14 UTC (permalink / raw)
  To: Randy MacLeod, openembedded-core



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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] boost: add contract lib
  2018-05-11  6:23 mingli.yu
@ 2018-05-16  4:37 ` Randy MacLeod
  2018-05-23  2:14   ` Yu, Mingli
  0 siblings, 1 reply; 5+ messages in thread
From: Randy MacLeod @ 2018-05-16  4:37 UTC (permalink / raw)
  To: mingli.yu, openembedded-core

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


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


-- 
# Randy MacLeod
# Wind River Linux


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] boost: add contract lib
@ 2018-05-11  6:23 mingli.yu
  2018-05-16  4:37 ` Randy MacLeod
  0 siblings, 1 reply; 5+ messages in thread
From: mingli.yu @ 2018-05-11  6:23 UTC (permalink / raw)
  To: openembedded-core

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.

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 \
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-23  2:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11  3:34 [PATCH] boost: add contract lib mingli.yu
2018-05-11  6:18 ` Yu, Mingli
2018-05-11  6:23 mingli.yu
2018-05-16  4:37 ` Randy MacLeod
2018-05-23  2:14   ` Yu, Mingli

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.