# Work log 2017-04-27 As always, the current-work dashboard is [here](https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12327654#). ## April Goals 1. Add a ReviewBot for testing patches on Windows. [MESOS-7343](https://issues.apache.org/jira/browse/MESOS-7343) 1. Add and vet an `install` target to CMake. [MESOS-6771](https://issues.apache.org/jira/browse/MESOS-6771) 1. Port Docker containerizer tests. [MESOS-7342](https://issues.apache.org/jira/browse/MESOS-7342) 1. Wire up resource limit APIs to the Mesos Containers using job objects. [MESOS-6807](https://issues.apache.org/jira/browse/MESOS-6807) and [MESOS-6690](https://issues.apache.org/jira/browse/MESOS-6690) 1. Deprecate Visual Studio 2015 support. [MESOS-7297](https://issues.apache.org/jira/browse/MESOS-7297) 1. Add a Windows segfault handler for Glog. [MESOS-7245](https://issues.apache.org/jira/browse/MESOS-7245) 1. Unblock CTrip by fixing [#1](https://github.com/Microsoft/mesos-log/issues/1). ### Extra 1. Record a demo of the Windows Docker container support for a Mesos meetup. 1. Update Mesos documentation for using and developing on Windows. 1. Send an update to the developer mailing list of Windows support. 1. Turn on `-Werror` i.e. treat warnings as errors, and have an error/warning free build. 1. Port the Mesos CLI scheduler `src/cli/execute.cpp` for easier end-to-end testing on Windows. ## Progress Toward Goals 1. ReviewBot is unblocked. 1. The `install` target is being moved to May. 1. Docker containerizer tests are being ported. 1. Resource limit APIs si being moved to May. 1. Visual Studio 2015 support has _officially_ been given deprecation notice. 1. Segfault handler is a nice-to-have that will be in May's "Extra" goals. 1. CTrip is unblocked. ### Extra 1. Presentation was given internally at Microsoft. 1. Documentation is partially updated, pending final long path support fixes. 1. No update to dev list was sent yet. 1. Turning on `-Werror` would be nice, but it might be a while. 1. The Mesos CLI scheduler has not been ported yet. ## Focus for the upcoming week * Andy: Submit patches for NTFS long path fixes. * Andy: Setup a Mesos ReviewBot for testing patches on Windows. * Andy: Re-submit ZooKeeper CMake patch via pull request. * Jeff: Investigate link tests. * John: Port Docker containerizer tests.