Skip to content

Bug with Tasks Containing other Tasks as Substring #12

@theonewolf

Description

@theonewolf

Just found this, maybe there's a typo in my commit message and I'm being stupid:

git commit -am 'finished print file paths, print file paths with SHA1, create file crawler for SHA1 hashes'
Running tigger....
Matching tasks and commit messages.
Completed task: create file crawler for SHA1 hashes.
Completed task: print file paths.
[master e6a09eb] finished print file paths, print file paths with SHA1, create file crawler for SHA1 hashes

I think though that the Ruby is only matching on one of them, the first it hits.

I expected this to also happen:

Completed task: print file paths with SHA1

But it didn't seem to hit that one.

Task list before:

Task 1:
create file crawler for SHA1 hashes
Task 2:
[removed]
Task 3:
print file paths
Task 4:
print file paths with SHA1
Task 5:
convert to JSON output

I don't think I have a typo?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions