-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing no-change message in -ie mode
This warning is nice to see, but only worked in `-i` and `-e` mode, not in `-ie` mode: (warning) no changes performed The Step.message was initialized to None instead of the old value, causing unedited messages in message-edit mode to compare unequal. This commit removes the optionality and thereby the possibility for the problem. It can also be solved by interpreting None as the old value or resetting the new value to None if it is indifferent.
- Loading branch information
Showing
2 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters