================================================================== Known Issues with the Current Implementation of the RoSA Framework ================================================================== .. contents:: :local: TODO ==== * Project logo - `docs/_themes/rosa-theme/static/logo.png` * CAF license? * Packaging with `CPack `_. * What about testing the framework? Known Issues ============ * CMake * VS2017 generates intermediate files for the `ZERO_CHECK` project out of the build directory, see `CMake issue #16458`_. * VS2017 with `v141_clang_c2` toolset requires :ref:`fix of the generated Visual Studio projects `. * clang-format * `include/rosa/core/Message.hpp` breaks clang-format as of version 3.8.0. .. _CMake issue #16458: https://gitlab.kitware.com/cmake/cmake/issues/16458