#71 Bug: release_* config validation done too late
Closed: Fixed 7 years ago Opened 8 years ago by lsedlar.

The init phase does some configuration checking. However, at that point, the config is already used. Thus the validation can not find certain problems – the program might have already crashed.

The life cycle is:

  • read config
  • run get_compose_dir based on config
  • validate config

How to replicate:
remove release_name from config file (or make a typo in option name), run compose and watch it crash instead of reporting an error.


@lsedlar changed the status to Fixed

7 years ago

Login to comment on this ticket.

Metadata