delphidabbler / code-snippets

Collections of reusable code snippets, mainly in Pascal.
MIT License
27 stars 2 forks source link

Test snippets with Delphi 11 & 12 and update results in database #27

Open delphidabbler opened 4 months ago

delphidabbler commented 4 months ago

Although the database now supports Delphi 11 (see issue #2) and Delphi 12 (see issue #26), only the very newest snippets have compile results set for Delphi 11 and Delphi 12 (see issue #20 and issue #25).

All other snippets need to be updated to include Delphi 11 & 12 results.

This is a big job and could be done one category file at a time:

delphidabbler commented 4 months ago

This issue may be held until:

  1. CodeSnip's batch test feature is implemented (https://github.com/delphidabbler/codesnip/issues/16)
  2. A tool has been written to help with importing (https://github.com/delphidabbler/code-snippets/issues/22)