================================================================== Known Issues with the Current Implementation of the RoSA Framework ================================================================== .. contents:: :local: TODO ==== * Project logo - `docs/_themes/rosa-theme/static/logo.png` * License? * Packaging with `CPack `_. * What about design documentation on the basics of RoSA? * 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 .. _Issues_clang_template_argument_deduction_DeluxeAgent: * Clang breaks on template argument deduction when instantiating the class `rosa::deluxe::DeluxeAgent`, the issue is gone with clang version 3.9.0 and newer. Check the documentation on the relevant constructor for more details. .. _CMake issue #16458: https://gitlab.kitware.com/cmake/cmake/issues/16458