Skip to content

Conversation

@isti03
Copy link

@isti03 isti03 commented Dec 12, 2022

Two unreported done.txt naming bugs fixed:

  1. *.Todo.txt files would use *.done.txt for the done filename

  2. When a user had the ignorecase option set, the done.txt file was
    always named Done.txt, because the == operator ignores the case when
    this option is set.

The bugs were introduced in PR #73

Further readings on the topic:

@isti03 isti03 changed the title Fix done.txt naming bug Fix done.txt naming bugs Dec 12, 2022
@isti03
Copy link
Author

isti03 commented Dec 12, 2022

I should do more rigourous testing before pushing...

Now it should be all good

Two unreported done.txt naming bugs fixed:

1. *.Todo.txt files would use *.done.txt for the done filename

2. When a user had the ignorecase option set, the done.txt file was
   always named Done.txt, because the == operator ignores the case when
   this option is set.

The bugs were introduced in PR freitass#73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant