Re: Review Request 34703: Added stream manipulators for the Time object.

2015-07-09 Thread Till Toenshoff
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/#review91100 --- Ship it! Will fix the below issue while comitting.

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-17 Thread Alexander Rojas
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/ --- (Updated June 17, 2015, 5:42 p.m.) Review request for mesos, Bernd Mathiske,

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-16 Thread Alexander Rojas
On June 16, 2015, 10:29 a.m., Bernd Mathiske wrote: 3rdparty/libprocess/src/time.cpp, line 41 https://reviews.apache.org/r/34703/diff/5/?file=984729#file984729line41 Why can't we use strfmt_l with a locale argument that matches the output we want? `strfmt_l` is available only on

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-16 Thread Alexander Rojas
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/ --- (Updated June 16, 2015, 2:24 p.m.) Review request for mesos, Bernd Mathiske,

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-16 Thread Bernd Mathiske
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/#review88038 --- 3rdparty/libprocess/src/tests/time_tests.cpp (line 42)

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-15 Thread Alexander Rojas
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/ --- (Updated June 15, 2015, 5:26 p.m.) Review request for mesos, Bernd Mathiske,

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-11 Thread Michael Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/#review87550 --- 3rdparty/libprocess/include/process/time.hpp

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-11 Thread Michael Park
On June 11, 2015, 11:10 a.m., Michael Park wrote: 3rdparty/libprocess/include/process/time.hpp, lines 111-114 https://reviews.apache.org/r/34703/diff/4/?file=980765#file980765line111 Formatting: ```static const char* WEEK_DAYS[] = { Sun, Mon, Tue, Wed, Thu,

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-11 Thread Michael Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/#review87543 --- Can we also introduce a corresponding `.cpp` for the

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-11 Thread Alexander Rojas
On June 8, 2015, 2:59 p.m., Till Toenshoff wrote: 3rdparty/libprocess/include/process/time.hpp, line 150 https://reviews.apache.org/r/34703/diff/3/?file=974298#file974298line150 Lets think about a good replacement for that class name to make it intuitive - first thing that came

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-08 Thread Till Toenshoff
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/#review87028 --- 3rdparty/libprocess/include/process/time.hpp

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-06-08 Thread Till Toenshoff
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/#review87013 --- Looks pretty good. I just am unsure about the class naming - the

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-05-29 Thread Alexander Rojas
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/ --- (Updated May 29, 2015, 2:59 p.m.) Review request for mesos, Bernd Mathiske,

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-05-29 Thread Alexander Rojas
On May 28, 2015, 7:49 a.m., Nikita Vetoshkin wrote: 3rdparty/libprocess/include/process/time.hpp, line 109 https://reviews.apache.org/r/34703/diff/2/?file=972867#file972867line109 Can I add one more nitpick? If we make `WEEK_DAYS` and `MONTHS` `static` then will put only array

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-05-29 Thread Nikita Vetoshkin
On May 28, 2015, 5:49 a.m., Nikita Vetoshkin wrote: 3rdparty/libprocess/include/process/time.hpp, line 109 https://reviews.apache.org/r/34703/diff/2/?file=972867#file972867line109 Can I add one more nitpick? If we make `WEEK_DAYS` and `MONTHS` `static` then will put only array

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-05-27 Thread Nikita Vetoshkin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/#review85380 --- 3rdparty/libprocess/include/process/time.hpp

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-05-27 Thread Alexander Rojas
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/ --- (Updated May 27, 2015, 4:48 p.m.) Review request for mesos, Bernd Mathiske,

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-05-27 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/#review85364 --- Patch looks great! Reviews applied: [34392, 34703] All tests

Re: Review Request 34703: Added stream manipulators for the Time object.

2015-05-27 Thread Nikita Vetoshkin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34703/#review85514 --- 3rdparty/libprocess/include/process/time.hpp