-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3957/
-----------------------------------------------------------
Review request for mesos and Benjamin Hindman.
Summary
-------
I noticed that Attributes were missing an implementation of get() (despite a
prototype) and of operator==. This patch adds them.
In the process, it does some other minor fixes:
- operator== for Value::* types are moved to common/values.{hpp,cpp}
- tests/attributes_tests.cpp is added as a source of mesos-tests (it was
previously not being compiled!)
Diffs
-----
src/Makefile.am c58e9d8
src/common/attributes.hpp 210ceda
src/common/resources.hpp e4a826d
src/common/resources.cpp b036e42
src/common/values.hpp 902a3d2
src/common/values.cpp efe6859
src/tests/attributes_test.cpp 3ceb48f
Diff: https://reviews.apache.org/r/3957/diff
Testing
-------
Thanks,
Charles