Skip to content

Skip empty scripts

Luc Everse requested to merge skip-empty-scripts into development

Description

Fixes #182 (closed) by logging (but further ignoring) missing scripts during the precompilation phase. The generator will not attempt to use the script during the generation phase.

Changes

  • Any exceptions thrown while precompiling a script are logged and the metric is not added to the set of precompiled scripts. These metrics will be ignored while generating a report.

Additions

None.

Test and Review

To be filled in by the reviewers

  • All of the methods are commented to expectation

  • The methods are tested to satisfaction

  • There are no unnecessary files present in the MR

  • The continuous integration has no problems with the MR

  • The MR is filled in as requested (including labels, milestones, and reviewers)

  • The documentation is up-to-date

  • All nullable parameters are marked as such

Merge request reports