codesnip icon indicating copy to clipboard operation
codesnip copied to clipboard

Add batch test compile action

Open delphidabbler opened this issue 2 years ago • 0 comments

Add a facility to test compile a whole selection of snippets with a single specified compiler.

Provide option to output results to a text or HTML file.

Also add facility to output results in such a way that they can be re-imported and merged with existing snippet compile results (⭐). Maybe use some kind of JSON format file that contains compiler code (not ordinal value because that can change), and for each snippet its category id, snippet id and compile result code.


⭐ This option should be available for all snippets, but the merge option should apply only to user defined snippets. The reason for applying to read only snippets is to generate files that can update code-snippets files.

delphidabbler avatar Sep 14 '21 18:09 delphidabbler