[handling mini-reviews] do we need formal scheduling for this?

Dar Boosters, Erwann has implemented some cool extensions to Boost.Assign that we would like to include. For example, his work allows code like A list of references (to temporaries, in this example): boost::array<int,9> a = cref_csv( 1,5,3,4,2,9,0,7 ) Chained ranges: vector<int> v = vector<int>( 3,1 ) && vector<int>( 3,2 ) && vector<int>( 3,3 ); See https://svn.boost.org/svn/boost/sandbox/statistics/support/boost/assign/ and https://svn.boost.org/svn/boost/sandbox/statistics/support/libs/assign/ for more info. I think the right thing to do is to make a mini-review. Do we need a special schedule for such reviews or should we just proceed with an announcement on the user and dev list? -Thorsten

----- Original Message ----- From: "Thorsten Ottosen" <nesotto@cs.aau.dk> To: <boost@lists.boost.org> Cc: "Manuel Peinado" <manuel.peinado@gmail.com>; "e r" <erwann.rogard@gmail.com> Sent: Tuesday, April 27, 2010 11:43 PM Subject: [boost] [handling mini-reviews] do we need formal scheduling forthis?
Dar Boosters,
Erwann has implemented some cool extensions to Boost.Assign that we would like to include. For example, his work allows code like
A list of references (to temporaries, in this example):
boost::array<int,9> a = cref_csv( 1,5,3,4,2,9,0,7 )
Chained ranges:
vector<int> v = vector<int>( 3,1 ) && vector<int>( 3,2 ) && vector<int>( 3,3 );
I think the right thing to do is to make a mini-review. Do we need a special schedule for such reviews or should we just proceed with an announcement on the user and dev list?
IMO an announcement of a mini-review the added functionality on the user and dev list will be enough as the modifications are backward compatible. Best, _____________________ Vicente Juan Botet Escribá http://viboes.blogspot.com/
participants (2)
-
Thorsten Ottosen
-
vicente.botet