Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix done.txt naming bugs #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix done.txt naming bugs #79

wants to merge 1 commit into from

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.

None yet

1 participant