Adds in missing calls to draw the message #89

Manually merged
asdf merged 1 commits from fix-footbar into develop 2019-11-14 01:07:13 +00:00
Owner

This should close issue #88 . If a command does not exist it should land at the switch's default case for the command structure type (simple command, do, doas, etc). This was happening correctly; the message was being updated. However, the calls to actually draw the message were not present (for most of the mentioned cases). I also fixed up a small related logic issue (a variable that wasnt needed was created and returned where nil could just be returned directly) and changed some error messaging to be more uniform.

This should close issue #88 . If a command does not exist it should land at the switch's default case for the command structure type (simple command, do, doas, etc). This was happening correctly; the message was being updated. However, the calls to actually draw the message were not present (for most of the mentioned cases). I also fixed up a small related logic issue (a variable that wasnt needed was created and returned where nil could just be returned directly) and changed some error messaging to be more uniform.
sloum added this to the 2.0.0 milestone 2019-11-13 05:20:03 +00:00
asdf was assigned by sloum 2019-11-13 05:20:03 +00:00
sloum added the
bug
label 2019-11-13 05:20:03 +00:00
asdf approved these changes 2019-11-14 01:05:56 +00:00
asdf left a comment
Collaborator

Reviewed code and linting, tested build. Tested client, behaviour is now much nicer. Cool!

Reviewed code and linting, tested build. Tested client, behaviour is now much nicer. Cool!
asdf closed this pull request 2019-11-14 01:07:13 +00:00
asdf deleted branch fix-footbar 2019-11-14 01:07:22 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 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: sloum/bombadillo#89
No description provided.