-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bug with Tasks Containing other Tasks as Substring #12
Comments
Hmm I'm not sure why that would happen. So basically the ruby code says something like: |
Ok so because of the other issue with multiple commits and tasks this loop is changed. I'm going to try to replicate the issue over here, but if you can let me know if this fixes it on your end. |
I've replicated the issue over here. It seems to me that the middle task seems to not get checked off. I did: And then when I did the same commit again I got: I have no idea why this isn't working.... |
Cool, replication and figuring out that it's the middle guy, at least I'm Maybe something is greedily matching too much? I'm not sure, but somehow Working on my other project rather than tigger right now :p, otherwise I'd I've replicated the issue over here. It seems to me that the middle task
|
Ok I'll keep working on it, and no worries :) I would love to see your other project if/when it's ready for other eyes |
Just found this, maybe there's a typo in my commit message and I'm being stupid:
I think though that the Ruby is only matching on one of them, the first it hits.
I expected this to also happen:
But it didn't seem to hit that one.
Task list before:
I don't think I have a typo?
The text was updated successfully, but these errors were encountered: