You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
Invalid variable configuration can cause null pointer issues leading to runtime errors (e.g. uninitialized maps). When configuration is loaded specific sub-command validations are not performed until the sub-command operation. There is a need to validate that configuration exists at the time it is loaded.
Reference issue #190 - Invalid config could cause runtime error
Proposed change
Enhance the airship config load to throw a warning if there is no configuration.
Potential impacts
By expanding the pool of upfront validations, we can eliminate runtime errors due to bad configurations at the sub-command level.
The text was updated successfully, but these errors were encountered:
Problem description
Invalid variable configuration can cause null pointer issues leading to runtime errors (e.g. uninitialized maps). When configuration is loaded specific sub-command validations are not performed until the sub-command operation. There is a need to validate that configuration exists at the time it is loaded.
Reference issue #190 - Invalid config could cause runtime error
Proposed change
Enhance the airship config load to throw a warning if there is no configuration.
Potential impacts
By expanding the pool of upfront validations, we can eliminate runtime errors due to bad configurations at the sub-command level.
The text was updated successfully, but these errors were encountered: