> On July 24, 2014, 3:53 p.m., Benjamin Hindman wrote:
> > src/Makefile.am, lines 939-941
> > <https://reviews.apache.org/r/23224/diff/9/?file=625487#file625487line939>
> >
> >     Weird indenting here? -1 space maybe?

No, these are all dep targets for make. Is there a better syntax for this?


> On July 24, 2014, 3:53 p.m., Benjamin Hindman wrote:
> > src/python/native/setup.py.in, line 17
> > <https://reviews.apache.org/r/23224/diff/9/?file=625507#file625507line17>
> >
> >     Why import this versus keeping this inline in one file?
> 
> Thomas Rampelberg wrote:
>     I was trying to make the file a little bit cleaner and separate the 
> building of the extension from the actual setup. At this point, I'm not sure 
> that makes sense anymore.

After trying to merge them again ... I really like having it separate, cleans 
the code up and keeps all that nastiness out of the main setup file (making it 
look very similar to the template that the rest use).


- Thomas


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


On July 8, 2014, 5:58 p.m., Thomas Rampelberg wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/23224/
> -----------------------------------------------------------
> 
> (Updated July 8, 2014, 5:58 p.m.)
> 
> 
> Review request for mesos.
> 
> 
> Bugs: MESOS-857
>     https://issues.apache.org/jira/browse/MESOS-857
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> The existing module has been split into three separate ones:
> 
> - mesos.api - This contains the stub implementations for the 
> Executor/Scheduler
> - mesos.native - The old _mesos module.
> - mesos.protocol - All protobufs.
> 
> There is also a base metapackage `mesos` that allows a potential `pip install 
> mesos` to correctly install everything required. While mesos.api and 
> mesos.protocol can now be uploaded to the cheeseshop, mesos.native has not 
> changed and will need some more work first.
> 
> 
> Diffs
> -----
> 
>   Makefile.am b91d8cf011832e6e91b16f03a2d80fbb601eba8f 
>   configure.ac e7472081339fc9c773eb2cf2d5f15dc459ac378d 
>   mpi/mpiexec-mesos.in da0733fc29f97e67385cab55d60d4e2afd76aba9 
>   mpi/mpiexec-mesos.py 0ab50167eaa43f9d69f37b7c10e26fa7a7d9f250 
>   src/Makefile.am 45afcd145f3b502043424a6dac2197979aefbca2 
>   src/examples/python/test-containerizer.in 
> 569519b3b9755959f9bf931d3c81be9a00b64bc9 
>   src/examples/python/test-executor.in 
> 7e8875f0fd74dc9f9207986864edbce588ec3fb8 
>   src/examples/python/test-framework.in 
> c4683b97b87ba8753e842b0c75cc3d65140a5cf7 
>   src/examples/python/test_containerizer.py 
> c65d891539bcee775741626596997afe8471c930 
>   src/examples/python/test_executor.py 
> 065b50a6146cb39a82024d82c20cf89f940a9e57 
>   src/examples/python/test_framework.py 
> fce090fe542e3863770d7daea3d8764da1d8d5df 
>   src/python/api/setup.py.in PRE-CREATION 
>   src/python/api/src/mesos/__init__.py PRE-CREATION 
>   src/python/native/ext_def.py.in PRE-CREATION 
>   src/python/native/mesos_executor_driver_impl.hpp  
>   src/python/native/mesos_executor_driver_impl.cpp  
>   src/python/native/mesos_scheduler_driver_impl.hpp  
>   src/python/native/mesos_scheduler_driver_impl.cpp  
>   src/python/native/module.hpp  
>   src/python/native/module.cpp b94712681e6f0e9bf5dfdafa10621d1df82dc367 
>   src/python/native/proxy_executor.hpp  
>   src/python/native/proxy_executor.cpp  
>   src/python/native/proxy_scheduler.hpp  
>   src/python/native/proxy_scheduler.cpp  
>   src/python/native/setup.py.in PRE-CREATION 
>   src/python/native/src/mesos/__init__.py PRE-CREATION 
>   src/python/native/src/mesos/native/__init__.py PRE-CREATION 
>   src/python/protocol/setup.py.in PRE-CREATION 
>   src/python/protocol/src/mesos/__init__.py PRE-CREATION 
>   src/python/protocol/src/mesos/protocol/__init__.py PRE-CREATION 
>   src/python/setup.py.in b996dfef5c7a6d330991522bf0047ed3cac6760d 
>   src/python/src/mesos.py 0152ab456f072f8d4a1c4ab19fe74e181eadbd05 
>   src/python/src/mesos/__init__.py PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/23224/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Thomas Rampelberg
> 
>

Reply via email to