This repository has been archived by the owner on Dec 26, 2023. It is now read-only.
Do not allow configure
to remove a definition when a instance depends on it
#69
Labels
bug
Something isn't working
Reproducing the bug
configure-remove-definition-bug.mov
local
example:bar
examples/local/layerform.json
removing layerbar
:configure
againWell, we just broke
layerform
, just trying to runlayeform list instances
will result in a panic, trying to killbar_instance
will also fail because it will not find the definition.Proposed solution
The second
configure
command should just fail in this situation, telling the user that it can't update configuration because it is trying to remove adefinition
that has aninstance
currently running.The text was updated successfully, but these errors were encountered: