Right now, the :condition-case key doesn't provide any symbol for error handlers. This will soon change to accommodate changes in Ghub, but due to time constraints, I can't change it in the way I'd like.
This is difficult because at the moment, these keys are expected to have one value. Perhaps a different key should be introduced to specify the error-symbol, but I'd like to think on that more.
Right now, the
:condition-case
key doesn't provide any symbol for error handlers. This will soon change to accommodate changes in Ghub, but due to time constraints, I can't change it in the way I'd like.Ideally, we want syntax like this:
This is difficult because at the moment, these keys are expected to have one value. Perhaps a different key should be introduced to specify the error-symbol, but I'd like to think on that more.