Destination folder for source and conformance test code
With Plain-Git integration for source and conformance test code set in place, we're introducing the ability to utilize and commit the generated code in the existing repositories.
Destination folder for the generated code
You can copy the source code to source code destination folder
Through the plain2code CLI, you can now set --copy-build (bool) argument, telling if you want to copy the source code into destination folder after a successful rendering. By default, this code is copied into dist/ folder, but you can manage this through --build-dest CLI parameter.
You can copy the conformance tests to source code destination folder
Through the plain2code CLI, you can now set --copy-conformance-tests (bool) argument, telling if you want to copy the conformance test code into conformance test destination folder after a successful rendering. By default, this code is copied into dist_conformance_tests/, but you can manage this through --conformance-tests-dest CLI parameter.
Other Changes
- Raising threshold for max conformance test runs to
20, ensuring smoother code generation - Minor bugfixes