Log if there are failures when executing multiple commands #25

Closed
opened 2020-10-22 20:33:47 +00:00 by projectmoon · 3 comments
Owner

Right now it just says how many it executed.

This is actually more involved than it seems, because it requires some re-architecting of the command execution code.

  • Convert command execution to use Results.
  • Count how many commands errored out in a multi-command scenario.
  • Print failed commands and the corresponding error messages.
Right now it just says how many it executed. This is actually more involved than it seems, because it requires some re-architecting of the command execution code. - [X] Convert command execution to use Results. - [X] Count how many commands errored out in a multi-command scenario. - [X] Print failed commands and the corresponding error messages.
projectmoon self-assigned this 2021-01-30 17:04:17 +00:00
Author
Owner

PR #51 gives us results for commands.

PR #51 gives us results for commands.
Author
Owner

PR #52 gives us the rest, in addition to a bunch of other benefits (less code, easier response handling).

PR #52 gives us the rest, in addition to a bunch of other benefits (less code, easier response handling).
Author
Owner

Closed in #52.

Closed in #52.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: projectmoon/tenebrous-dicebot#25
No description provided.