-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11202/#review20812
-----------------------------------------------------------



third_party/libprocess/third_party/stout/tests/duration_tests.cpp
<https://reviews.apache.org/r/11202/#comment42930>

    Cool np I've filed https://issues.apache.org/jira/browse/MESOS-477 to track 
progress.


- Chris Mattmann


On May 20, 2013, 11:53 p.m., Jiang Yan Xu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/11202/
> -----------------------------------------------------------
> 
> (Updated May 20, 2013, 11:53 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman, Vinod Kone, and Ben Mahler.
> 
> 
> Description
> -------
> 
> - Fixed Duration's stream insertion operator so that the output string does 
> not have trailing zeros after the decimal point. (libstout)
> - Changed Duration to 1) use int64_t to store the value in nanoseconds for 
> better precision; 2) use integers in constructors; 3) include overloaded 
> multiplication & division operators. (libstout)
> - Try<Duration> Duration::create(double seconds) is added to work with a 
> floating-point seconds input. (libstout)
> 
> 
> Diffs
> -----
> 
>   third_party/libprocess/third_party/stout/include/stout/duration.hpp 
> c943ab196871cf4c55f2a2dce5ef85ffe3a22577 
>   third_party/libprocess/third_party/stout/include/stout/os.hpp 
> 29f6fbda0ef0b5642358f32891a200e44acd4fe5 
>   third_party/libprocess/third_party/stout/tests/duration_tests.cpp 
> 421615aa510f540ccfc0413d3252bbdedd70f7da 
> 
> Diff: https://reviews.apache.org/r/11202/diff/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Jiang Yan Xu
> 
>

Reply via email to